An error occurred fetching the project authors.
  1. 04 Aug, 2004 1 commit
  2. 01 Aug, 2003 1 commit
    • Randy Dunlap's avatar
      [PATCH] janitor: convert to pci_name() · 42098570
      Randy Dunlap authored
      [ GregKH has already done this is USB and PCI core. ]
      
      From: "Warren A. Layton" <zeevon@debian.org>
      
      Based on a request from Matthew Wilcox, convert instances of
      pci_dev->slot_name to use pci_name() instead:
      
        "In order to support PCI Domains, we have to stop using slot_name.
         It's related to driver model transition too since pci_dev->slot_name
         was redundant with pci_dev->dev.bus_id.  So I introduced the inline
         function pci_name().  Now there's about 300-400 places in the tree
         that're using slot_name which need to be converted to use pci_name().
         once that's done, we can remove the slot_name pointer in pci_dev and
         save a (void *) per pci_dev."
      42098570
  3. 23 Jun, 2003 1 commit
  4. 19 Jun, 2003 1 commit
  5. 28 Feb, 2003 1 commit
  6. 07 Jan, 2003 1 commit
    • Martin J. Bligh's avatar
      [PATCH] nuke clustered_apic_mode and friends · 53b45352
      Martin J. Bligh authored
      OK, the grand finale ... NUMA-Q is now moved into subarch, so we can
      kill off the last vestiges - CONFIG_CLUSTERED_APIC, clustered_apic_mode,
      and smpboot.h (which only contains machine specific stuff now anyway).
      the esr_disable switch was the last bit, that goes to subarch too.
      
      If you end up with an empty smpboot.h due to patch / bitkeeper interactions,
      please remove it after this ...
      53b45352
  7. 11 Nov, 2002 1 commit
  8. 30 Aug, 2002 1 commit
  9. 05 Jun, 2002 1 commit
    • Tom Rini's avatar
      [PATCH] Cleanup i386 <linux/init.h> abuses · 50da7d0e
      Tom Rini authored
      The following patch cleans up the i386 usage of <linux/init.h>.
      This remove <linux/init.h> from <asm-i386/system.h> which did not need
      it, <asm-i386/highmem.h> which only had it due to an extern using
      __init, which is not needed.
      
      This adds <linux/init.h> to <asm-i386/bugs.h> which actually has
      numerous __init functions and adds <linux/init.h> to 9 files inside of
      arch/i386 which were indirectly including <linux/init.h> previously.
      50da7d0e
  10. 29 May, 2002 1 commit
  11. 07 May, 2002 2 commits
  12. 16 Apr, 2002 3 commits