1. 02 May, 2003 1 commit
  2. 03 May, 2003 20 commits
  3. 02 May, 2003 9 commits
  4. 01 May, 2003 1 commit
  5. 30 Apr, 2003 9 commits
    • James Morris's avatar
      9f8fbf30
    • Andi Kleen's avatar
      [PATCH] discontigmem fix · eb0a5728
      Andi Kleen authored
      Try to avoid calling "pfn_to_page()" on invalid pfn's.  It used to be
      legal, but the CONFIG_DISCONTIGMEM people want us to try to avoid it,
      since they do magic stuff in their "pfn_to_page" translations.
      eb0a5728
    • Andi Kleen's avatar
      [PATCH] x86-64 update · d33334d3
      Andi Kleen authored
      Just make x86-64/amd64 compile again.  Only architecture specific
      changes.
      
      And a workaround for the Opteron prefetch bug.
      
      Also remove the obsolete LVM1 ioctl emulation code.
      d33334d3
    • Andi Kleen's avatar
      [PATCH] Fix prefetch patching in 2.5-bk · 700a4acb
      Andi Kleen authored
      Brown paperbag time. I forgot to take the modrm byte in account
      with the prefetch patch replacement.  With 3.2 it worked because
      it used the right registers in my configuration.
      
      But gcc 2.96 uses a different register in __dpath and the prefetch becomes
      4 bytes with modrm and the original nop needs to be as long as that too.
      700a4acb
    • Andrew Morton's avatar
      [PATCH] cs46xx: fix incomplete search-and-replace · fb346e7b
      Andrew Morton authored
      Leftovers from the mem_map_reserve-removal patch.
      fb346e7b
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/gregkh/linux/linus-2.5 · d0c23f5d
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      d0c23f5d
    • Ben Collins's avatar
      [PATCH] Merge to current SVN repo (r915) · 467d43e7
      Ben Collins authored
      Changes:
      
        - Convert to a static highlevel handle for all drivers. Gets rid of
          a kmalloc for each driver and consolidates the highlevel handle and
          highlevel ops. Reduces points of failure as well.
        - Move host number allocation to hosts.c, giving all drivers access to
          it.
        - Implemented S800 changes for core and sbp2. Thanks to TI and LaCie
          for hardware to test this. 1394b support coming soon.
        - Convert nodemgr to using a similar device classification hack as
          usb. The old class_num hack I had in place was broken do to its
          removal. This is a much cleaner solution.
      467d43e7
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/linux/linux/BK/bleed-2.5 · 7d5ab07d
      Greg Kroah-Hartman authored
      into kroah.com:/home/linux/linux/BK/gregkh-2.5
      7d5ab07d
    • Pavel Machek's avatar
      [PATCH] ioctl32: leftovers · 13d861c0
      Pavel Machek authored
      Missed parts of the ioctl32 compatibility patch: a few ioctls from
      PA-RISC, and missing <linux/compat_ioctl.h> file.
      13d861c0