1. 07 Apr, 2003 9 commits
  2. 06 Apr, 2003 1 commit
  3. 07 Apr, 2003 2 commits
  4. 06 Apr, 2003 3 commits
  5. 05 Apr, 2003 1 commit
    • Andi Kleen's avatar
      [PATCH] x86-64 merge · 2ba74897
      Andi Kleen authored
      Make it compile again and various cleanups and a few bug fixes.  Only
      changes x86-64 specific files.
      
      Most of it are S3 suspend changes from Pavel and comment spelling fixes
      from Steven Cole.
      
      - Remove now obsolete check_cpu function
      - Fix sys_ioctl prototype
      - Small optimization - use SYSCALL for 32bit signal handling.
      - Fix S3 suspend handling and split into individual files like i386 (Pavel)
      - Merge from i386 (pci fixes etc.)
      - Set correct paging attributes for IOMMU aperture
      - Fix disable apic option
      2ba74897
  6. 04 Apr, 2003 23 commits
  7. 03 Apr, 2003 1 commit
    • Adam Belay's avatar
      [PATCH 2.5] ES968: kmalloc params fix · e315468f
      Adam Belay authored
      Date: Mon, 31 Mar 2003 14:39:54 -0300 (ART)
      From: Pablo Menichini <pablo@menichini.com.ar>
      
      This patch swaps the arguments of kmalloc, and relax the type
      of allocation to GFP_KERNEL as others PnP functions do.
      
      Pablo
      e315468f