1. 12 Jun, 2002 17 commits
  2. 11 Jun, 2002 23 commits
    • Kai Germaschewski's avatar
      Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5 · 25cbbe6e
      Kai Germaschewski authored
      into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.isdn
      25cbbe6e
    • Kai Germaschewski's avatar
      Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5 · 03d6c6a9
      Kai Germaschewski authored
      into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make
      03d6c6a9
    • Kai Germaschewski's avatar
      ISDN: Fix some typos in drivers/isdn/hisax/Config.in · 0b3b9384
      Kai Germaschewski authored
      Contributed by Greg Banks.
      0b3b9384
    • Kai Germaschewski's avatar
      ISDN: Fix warning and cleanup in new hisax sub-driver. · 7dfb3768
      Kai Germaschewski authored
      amd7930_fn.h defined a static array, which however was only used in
      one of the files which include amd7930_fn.h. So move the array to the
      file where it is actually referenced.
      
      While we're at it, do some more cleanup like removing the #defines
      for BYTE,WORD and use u16,u8 instead - WORD was even wrongly defined
      to unsigned int. Also, convert some macros to inlines etc.
      7dfb3768
    • Kai Germaschewski's avatar
      ISDN: Eicon fix macro clash · 2a636776
      Kai Germaschewski authored
      The eicon header defined macros for byte, word, dword. Apart from that
      not being a good idea in general, it did clash with the use of a parameter
      called "word" in asm/signal.h. At some other place in the Eicon headers, 
      there are also typedefs for these types, so the macros can simply go away.
      2a636776
    • Robert Love's avatar
      [PATCH] net/socket.c memory leak fix · 7ae28d31
      Robert Love authored
      The always-appreciated Stanford Checker found a memory leak in
      net/socket.c :: sock_fasync.  It was a bit tricky since the memory was
      only conditionally allocated, so must only conditionally be freed.
      7ae28d31
    • Peter Chubb's avatar
      [PATCH] yenta_socket driver PCI irq routing fix · b533e812
      Peter Chubb authored
      	This patch  fixes the Compaq WL210 problems I've been having.
      
      The symptoms were that no interupts were ever received from the card;
      the BIOS reported it had assigned INTA to IRQ 10; but the yenta
      driver reported IRQ 17.
      
      The fix is not to rely on the BIOS's initialisation of interrupt
      routing in the TI1410, but to do it explicitly.
      
      This may break laptops that actually use the parallel ISA IRQ
      mechanism.
      b533e812
    • Linus Torvalds's avatar
      Fix various sound compiler warnings (and outright bugs · 66b8206b
      Linus Torvalds authored
      on non-x86 architectures)
      66b8206b
    • Linus Torvalds's avatar
      Add infrastructure to easily make _correct_ bitmap members · 6406b41a
      Linus Torvalds authored
      in structures and unions (and why not other variables too..)
      6406b41a
    • Linus Torvalds's avatar
      6ff5815e
    • Linus Torvalds's avatar
      53a22115
    • Linus Torvalds's avatar
      Automerge · 5c1f5beb
      Linus Torvalds authored
      5c1f5beb
    • Andi Kleen's avatar
      [PATCH] CONFIG_ISA for several driver dirs · 8f73c6a8
      Andi Kleen authored
      Many old ISA drivers are not 64bit clean. To avoid dealing with them on
      x86-64 I guarded them with CONFIG_ISA. This is also helpful for other
      archs (including modern x86) that do not have ISA slots anymore.
      The patch has been reviewed by Linux-Kernel, with some additional
      cleanups by me. It misses some directories like ISDN or sound drivers.
      8f73c6a8
    • Andi Kleen's avatar
      [PATCH] i386 stack frame security fix · bc404e79
      Andi Kleen authored
      This fixes a potential security issue on i386. FXRSTOR raises an #GP
      when the MXCSR field in the FXSAVE frame contains illegal values. By
      putting an signal frame just at a border to an unmapped page a malicious
      user could potentially cause an exception in the context switch using this.
      When the EFAULT occurs in the last bytes of the signal frame the MXCSR
      check would be skipped in the old code, but the rogue value would be already
      in task_struct, causing problems later.
      
      Here is the minimal fix for this.
      
      Originally discovered by Andrea while doing x86-64 work. It was fixed in
      a different way a bit more intrusive way on x86-64 - all FXRSTOR in the
      kernel are guarded by exception handlers.
      bc404e79
    • Andi Kleen's avatar
      [PATCH] i386 mptable cpu name decoding cleanup · 9edd824d
      Andi Kleen authored
      It's nearly impossible to get the correct CPU names for AMD CPUs in
      the MP table (would need BIOS calls etc.). The decoding of CPU names form
      the mptable doesn't look too useful anyways, because the correct CPU name
      from CPUID is printed only a few lines later. This patch just removes
      the name table and replaces it with a printout of the hex value.
      This mirrors a change in x86-64
      9edd824d
    • Andi Kleen's avatar
      [PATCH] network maintainer · 041aee51
      Andi Kleen authored
      Remove myself as networking maintainer. I haven't done much for networking
      for a long time and it doesn't look likely it'll change anytime soon.
      Also David/Alexey are doing a fine job without me.
      041aee51
    • Andi Kleen's avatar
      [PATCH] 2.5.21 x86-64 jumbo patch - arch specific changes · e4b9e2aa
      Andi Kleen authored
      Here is the big 2.5.21 x86-64 sync patch. It only touches arch/x86_64
      and include/asm-x86_64. It requires a few other changes that I'm sending
      in separate mail.
      
      Changes:
      - merge wit 2.5.21
      - merge from 2.5.21/i386 (new PCI code, new LDT code etc.)
      - sync with 2.4-x86_64 tree.
      - minor updates to 32bit emulation
      - better early console; including serial support.
      - now set up dummy PDA for booting to avoid problems
      - Fix GS reloading in context switch one instruction race
      - Remove hardcoded names from mpparse code
      - Fix inline assembly for RAID-5 xor (similar change needed for i386)
      - Real per cpu data support based on PDA field
      - Cleanup of offset.c generation requested by Kai: it only puts structure
        offsets into offset.h now.
      - Fix i387 fxsave signal frame problems.
      - Add uname emulation via personality ("linux32")
      - New SSE optimized checksum-copy, copy*user, memcpy, clear_page, copy_page
        functions. Other tunings/cleanups in checksum and other user memory
        access function.
      - check if exception table is really sorted
      - Cleanups in page table handling in preparation of non executable pages
        support.
      - Cleanup PDA access to not require offset.h (thanks to kai for kicking me
        to this)
      - use long long for u64/s64 to avoid more warnings
      - remove CONFIG_ISA
      - fix various bugs and other cleanups
      e4b9e2aa
    • Linus Torvalds's avatar
      cc9af0c5
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/mingo/BK/linux-2.5-sched · be9af746
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      be9af746
    • Ingo Molnar's avatar
      f85e6275
    • Ingo Molnar's avatar
      019afe86
    • Ingo Molnar's avatar
      - wait_task_inactive() preemption-latency optimization: we should · b5734da1
      Ingo Molnar authored
        enable/disable preemption to not spend too much time with
        preemption disabled. wait_task_inactive() can take quite some
        time occasionally ...
      b5734da1
    • Ingo Molnar's avatar
      - set_cpus_allowed() optimization from Mike Kravetz: we can · 16fea1db
      Ingo Molnar authored
        set p->thread_info->cpu directly if the task is not running
        and is not on any runqueue.
      16fea1db