1. 03 May, 2003 2 commits
  2. 02 May, 2003 3 commits
  3. 03 May, 2003 20 commits
  4. 02 May, 2003 9 commits
  5. 01 May, 2003 1 commit
  6. 30 Apr, 2003 5 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