1. 22 Mar, 2004 2 commits
  2. 21 Mar, 2004 1 commit
  3. 20 Mar, 2004 16 commits
    • Len Brown's avatar
      Merge intel.com:/home/lenb/src/linux-acpi-test-2.6.4 · dd2bdb63
      Len Brown authored
      into intel.com:/home/lenb/src/linux-acpi-test-2.6.5
      dd2bdb63
    • Bjorn Helgaas's avatar
      [PATCH] clean up ACPI GSI/IRQ conversions (i386 part) · 31fb1ef9
      Bjorn Helgaas authored
      Add "acpi_gsi_to_irq()" as a generic replacement for "acpi_irq_to_vector()".
      This converts from an ACPI global system interrupt number to a Linux IRQ.
      Also, convert i386-specific terminology to use GSI when appropriate.
      31fb1ef9
    • Len Brown's avatar
      merge · 1b84eba4
      Len Brown authored
      1b84eba4
    • Len Brown's avatar
      [ACPI] create disable_acpi() · 16aa2ed9
      Len Brown authored
      16aa2ed9
    • Len Brown's avatar
      Merge intel.com:/home/lenb/bk/linux-2.6.5 · 1afab090
      Len Brown authored
      into intel.com:/home/lenb/src/linux-acpi-test-2.6.5
      1afab090
    • Benjamin Herrenschmidt's avatar
      [PATCH] pmac: Improved G4 "windtunnel" fan controller · 67bfb5a7
      Benjamin Herrenschmidt authored
      This is an improved version of the G4 "windtunnel" fan controller.  It
      depends on the keywest bugfix...
      67bfb5a7
    • Samuel Rydh's avatar
      [PATCH] keywest bugfix · f5dcac2b
      Samuel Rydh authored
      This fixes a deadlock in I2C probing.
      
       - keywest holds the pmac_low_i2c_lock while registering the i2c adapter.
       - i2c_add_adapter() notifies registered drivers by calling
         driver->attach_adapter().
       - a driver might access the i2c bus from attach_adapter() which
         deadlocks since all xfer routines take the lock.
      f5dcac2b
    • Linus Torvalds's avatar
      [PATCH] Fix missing part of x86-64 update, part 2 · 366bf3a0
      Linus Torvalds authored
      One more missing doc-file update
      366bf3a0
    • Linus Torvalds's avatar
      [PATCH] Fix missing part of x86-64 update · e171bd13
      Linus Torvalds authored
      Three quarters of the update from Andi was uncommitted due to a bad
      patch date and a bug in "bk import -temail"..
      
      Here are the missing parts..
      e171bd13
    • Linus Torvalds's avatar
      Merge alpha Kconfig · 78e8fcd6
      Linus Torvalds authored
      78e8fcd6
    • Richard Henderson's avatar
      [ALPHA] Update defconfig. · 8208fc00
      Richard Henderson authored
      8208fc00
    • Adrian Bunk's avatar
      [PATCH] fix scsi_transport_spi.c compile with gcc 2.95 · 3e17e2a4
      Adrian Bunk authored
      Fix token pasting to work with older gcc versions.
      
      We need a space before the "," that may get pasted away.
      3e17e2a4
    • Andrew Morton's avatar
      [PATCH] fix console oops/race · c6fb162e
      Andrew Morton authored
      Finally nailed this sucker.
      
      con_close() checks the tty->count and then sleeps in acquire_console_sem().
      But another process can come in and grab a ref against the tty while
      con_close() dropped the BKL.  But con_close() then proceeds to deallocate the
      tty->driver_data anyway, even though the tty now has ->count == 2.
      
      Fix that by moving the check for ->tty_count inside console_sem.
      c6fb162e
    • Andi Kleen's avatar
      [PATCH] critical x86-64 merge · e30b878a
      Andi Kleen authored
      There were some nasty bugs in the x86-64 code, including one race that
      could cause random reboots, especially on Intel machines, with the NMI
      watchdog.  This patch fixes them and also includes some harmless
      cleanups.
      
      Main fixes were for some buglets in the IOMMU code and the plugging of a
      race in the exception stack handling.  Also disables an broken MCE on K8
      explicitely.
      
      Also finally the preempt compile issues are fixed.
      
       - Declare hpet interrupt separately in drivers/char/rtc.c
       - Fix rtc.h/hpet.h to not depend on interrupt.h
       - Finally include smp_lock.h in hardirq.h
       - Update defconfig
       - Export bad_dma_address
       - Merge with 2.6.5rc2
       - Never schedule on interrupt stacks.
       - Add option to force software iotlb (iommu=soft)
       - Add ifdefs to gsi patch to match i386 (Bjorn Helgaas)
       - Fix K8 GART TLB MCE workaround to actually work
       - Fix dwarf2 unwind table in SAVE_ARGS (Jim Houston)
       - Disable APIC on VIA/NVidia even with acpi=off (Gwenole Beauchesne)
       - Fix parsing bug in "apic" option (Gwenole Beauchesne)
       - Fix dma mask handling in pci_alloc_consistent
       - Make pci_alloc_consistent more robust in low memory situations.
       - Print version number in oopses (from i386)
       - ACPI GSI cleanup (Bjorn Helgaas)
       - Disable K8 GART TLB walk error MCE explicitely
       - Add support to disable individual MCEs in the various banks.
      e30b878a
    • Linus Torvalds's avatar
      b66506ce
    • Andrew Morton's avatar
      [PATCH] therm_adt7467 update · 3a86d964
      Andrew Morton authored
      From: "Colin Leroy" <colin@colino.net>
      
      The fan driver I wrote for adt746x looks like it only handles the adt7467
      chip found in iBooks G4; but it also handles the adt7460 chip found in the
      Powerbook G4 Alu.  Here's a patch that updates therm_adt7467.c, Kconfig and
      Makefile.
      3a86d964
  4. 19 Mar, 2004 21 commits