1. 03 Jan, 2003 5 commits
    • Stephen Rothwell's avatar
      [PATCH] compat_flock: generic · 8baa2cda
      Stephen Rothwell authored
      This moves struct flock32 to struct compat_flock and consolidates the
      functions used to copy it to/from user mode.
      
      This is just the generic part - subarchitectures will follow.
      8baa2cda
    • Hugh Dickins's avatar
      [PATCH] demystify do_boot_cpu stack · 24b79d7c
      Hugh Dickins authored
      Anyone experimenting with different THREAD_SIZE or PAGE_SIZE on i386
      runs into magical mystery numbers in do_boot_cpu esp initialization.
      Remove those and use the same stack top in startup_32 as thereafter.
      
      Oh, and what's that phys_to_virt(8192)?  Goodness! it's actually the
      trampoline_base we (hopefully) got from early alloc_bootmem_low_pages.
      Yes, could do with a lot more cleanup, but I'll stick here for safety.
      24b79d7c
    • Hugh Dickins's avatar
      [PATCH] I/O APIC confusion · 5ef6ba88
      Hugh Dickins authored
      Dell 2600 could not bring up its MPT Fusion and hung there:
      I/O APIC #7 at 0xFEC82000 was muddled with #8 at 0xFEC82800,
      because the IO_APIC_BASE fixmap macro assumed page boundary.
      
      No longer do I think all those I/O APIC messages at startup
      a waste of log buffer!
      5ef6ba88
    • Christoph Hellwig's avatar
      [PATCH] Fix PCMCIA SCSI driver build · 948ccffc
      Christoph Hellwig authored
      Update the drivers/scsi/pcmcia directory to the new build system.
      948ccffc
    • Andrew Morton's avatar
      [PATCH] hugetlbfs deadlock · ec6ace5d
      Andrew Morton authored
      Missing "unlock_page()" noticed by dada1
      ec6ace5d
  2. 02 Jan, 2003 35 commits