1. 09 Apr, 2003 3 commits
    • Justin T. Gibbs's avatar
      Aic7xxx Driver Update (version 6.2.32) · 200a0a27
      Justin T. Gibbs authored
       o Perform an audit on use of del_timer() and switch to del_timer_sync()
         where appropriate.
       o Remove the reboot notifier hook which is unused in 2.5.X.
       o Correct some driver unload bugs.
      200a0a27
    • Justin T. Gibbs's avatar
      Aic79xx Driver Update (version 1.3.6) · 1558c0fe
      Justin T. Gibbs authored
       o Correct bus hang on SE->LVD/LVD->SE tranceiver changes
       o Close a race condition in handling bad scsi status that could
         allow the driver to modify the waiting for selection queue while
         selections were enabled.
       o Perform an audit on use of del_timer() and switch to del_timer_sync()
         where appropriate.
       o Remove the reboot notifier hook which is unused in 2.5.X.
       o Correct some driver unload bugs.
      1558c0fe
    • Justin T. Gibbs's avatar
      Change the callback argument for aic brace option parsing to u_long · aa19646a
      Justin T. Gibbs authored
      to avoid casting problems with different architectures.
      aa19646a
  2. 25 Mar, 2003 8 commits
    • Justin T. Gibbs's avatar
      Merge http://linux.bkbits.net/linux-2.5 · 7a73f2be
      Justin T. Gibbs authored
      into overdrive.btc.adaptec.com:/usr/home/gibbs/bk/linux-2.5
      7a73f2be
    • Justin T. Gibbs's avatar
      Update Aic7xxx driver [Rev 6.2.31] · 36769af8
      Justin T. Gibbs authored
       o Clean up driver locking by making the locking semantics between
         2.4.X and 2.5.X almost identical.  Take advantage of SCSI_HAS_HOST_LOCK
         in certain RedHat kernels.
       o Clean up command line parsing.
       o Fix module unload/reload issues stemming from DV thread teardown
         and a missing deregistration of our reboot notifier (lost during
         PCI hot plug integration).
      36769af8
    • Justin T. Gibbs's avatar
      Aic79XX Driver Update [Rev 1.3.5] · 80e044ad
      Justin T. Gibbs authored
       o Clean up driver locking by making the locking semantics between
         2.4.X and 2.5.X almost identical.  Take advantage of SCSI_HAS_HOST_LOCK
         in certain RedHat kernels.
       o Clean up command line parsing.
       o Fix module unload/reload issues stemming from DV thread teardown
         and a missing deregistration of our reboot notifier (lost during
         PCI hot plug integration).
       o Correct precompensation value used for U320 transfers on
         rev A4 hardware.
       o Extract VPD information from the seeprom for potential use
         in sorting controller probes to match boot order.
       o Make LED activity more visible on Rev A4 hardware.
      80e044ad
    • Justin T. Gibbs's avatar
      AICLIB Update · dfb4b108
      Justin T. Gibbs authored
       o Add aic_parse_brace_option() which handles command line options
         of the format ":{...{..{}}".  This is used to factor out recurring
         code in both the aic7xxx and aic79xx drivers.
      dfb4b108
    • Andi Kleen's avatar
      [PATCH] x86-64 updates · b4f6270e
      Andi Kleen authored
      Lots of x86-64 updates. Merge with 2.4 and NUMA works now. Also reenabled
      the preemptive kernel. And some other bug fixes.
      IOMMU disabled by default now because it has problems.
      
       - Add more CONFIG options for device driver debugging and iommu
         force/debug.  (don't enable iommu force currently)
       - Some S3/ACPI fixes/cleanups from Pavel.
       - Set MSG_COMPAT_* in msg_flags for networking 32bit emulation.
         This unfortunately still doesn't fix the fd passing problems.
       - Sync PCI IOMMU code with 2.4 (minor fixes, flush less often)
       - Really fix UP compilation (Pavel)
       - Reenable preempt
       - Fix CONFIG_DISCONTIGMEM bootup and enable.  Still needs more tuning.
       - Fix some bugs in topology discovery and clean code up.
       - Don't put unwind tables into object files
       - Some kernel debugging hooks
       - Move CPU detection into early real mode code to better interact with
         vesafb consoles
       - Initialize mode in real mode character output
       - New 32bit FPU signal save/restore
       - Various fixes in FPU handling in ptrace
       - Fix security holes in ptrace (32bit and 64bit)
       - Fix serial ioctl (including security hole)
       - Add bluetooth ioctls to 32bit emu (from sparc64)
       - Correctly enable si_val in queued signals in 32bit emulation
       - Rework SEM_STAT emulation.  LTP still fails unfortunately.
       - Fix error case in msg* emulation
       - Fix debug register access from ptrace (Michal Ludvig, me)
       - Fix handling of NULL arguments in 32bit execve
       - Fix some error cases for 32bit readv/writev (LTP still complains)
       - Remove rate control from unimplemented syscall warnings
       - Fix error message for missing aperture
       - Turn some APIC printks into Dprintk to make the bootup more quiet
       - Some fixes for no APIC (probably still broken), add disableapic
         option (untested)
       - Sync K8 MCE handler with 2.4.  Should work a lot better now.
       - Remove never used KDB hooks
       - Fix buffer overflow in command line copying
       - Merge from i386: use separate status word for lazy FPU state
       - Don't force the IOMMU for dma masks < 4GB.
       - Print backtrace in Sysrq-T (from Andrea)
       - Merge from i386: fix FPU race in fork.
       - Disable NX mode by default for now
       - Rewrite dump_pagetable
       - Fix off by one bug in ioremap (i386 merge)
       - Merge from i386: handle VIA pci bridge bugs
       - Disable NUMA ACPI support (no SRAT support yet)
       - Fix aio 32bit emulation
       - Increase 32bit address space to nearly 4GB
       - Add exit_group syscall
       - Fix TLS setting in clone (Ulrich Drepper)
      b4f6270e
    • Andi Kleen's avatar
      [PATCH] ACPI NUMA option fix for x86-64 · 5563e77b
      Andi Kleen authored
      The ACPI NUMA support doesn't work on x86-64 currently (no SRAT
      parsing yet). Disable for now.
      5563e77b
    • Andi Kleen's avatar
      [PATCH] aio compat patches · d9c495bf
      Andi Kleen authored
      The new aio emulation in x86-64 needs a few aio symbols exported.
      Export them.
      d9c495bf
    • Linus Torvalds's avatar
      Merge http://ppc.bkbits.net/for-linus-ppc64 · a1652ab3
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      a1652ab3
  3. 26 Mar, 2003 7 commits
  4. 25 Mar, 2003 9 commits
  5. 24 Mar, 2003 13 commits