| Commit message (Expand) | Author | Age |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-01-09 |
|\ |
|
| * | [PATCH] drivers/*rest*: Replace pci_module_init() with pci_register_driver() | Richard Knutsson | 2006-01-09 |
| * | [PATCH] drivers/block: Replace pci_module_init() with pci_register_driver() | Richard Knutsson | 2006-01-09 |
| * | [PATCH] PCI: drivers/pci: some cleanups | Adrian Bunk | 2006-01-09 |
| * | [PATCH] acpiphp: only size new bus | Kristen Accardi | 2006-01-09 |
| * | [PATCH] PCI Hotplug: fix up the sysfs file in the compaq pci hotplug driver | Greg Kroah-Hartman | 2006-01-09 |
| * | [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehp_core.c | Jesper Juhl | 2006-01-09 |
| * | [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehprm_acpi.c | Jesper Juhl | 2006-01-09 |
| * | [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/rpaphp_pci.c | Jesper Juhl | 2006-01-09 |
| * | [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/cpqphp_core.c | Jesper Juhl | 2006-01-09 |
| * | [PATCH] PCI: Export pci_cfg_space_size | Benjamin Herrenschmidt | 2006-01-09 |
| * | [PATCH] PCI: use bus numbers sparsely, if necessary | Dominik Brodowski | 2006-01-09 |
| * | [PATCH] pciehp: allow bridged card hotplug | Rajesh Shah | 2006-01-09 |
| * | [PATCH] pciehp: handle sticky power-fault status | Thomas Schaefer | 2006-01-09 |
| * | [PATCH] PCI Quirk: 1K I/O space granularity on Intel P64H2 | Daniel Yeisley | 2006-01-09 |
| * | [PATCH] shpchp: Implement get_address callback | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] PCI Hotplug/powerpc: more removal of duplicated code | linas@austin.ibm.com | 2006-01-09 |
| * | [PATCH] PCI Hotplug/powerpc: remove duplicated code | linas@austin.ibm.com | 2006-01-09 |
| * | [PATCH] shpchp: fix improper wait for command completion | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] shpchp: fix improper write to Command Completion Detect bit | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] shpchp: fix improper mmio mapping | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] shpchp: fix improper reference to Mode 1 ECC Capability" bit | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] shpchp: fix improper reference to Slot Avail Regsister | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] shpchp: replace pci_find_slot() with pci_get_slot() | Kenji Kaneshige | 2006-01-09 |
| * | [PATCH] PCI Hotplug: cpqphp_ctrl.c: remove dead code | Adrian Bunk | 2006-01-09 |
| * | [PATCH] PCI Hotplug: ibmphp_pci.c copy-n-paste fix | Jordan, William P | 2006-01-09 |
| * | [PATCH] PCIE: make bus_id for PCI Express devices unique | Sergey Vlasov | 2006-01-09 |
| * | [PATCH] pci: call pci_read_irq for bridges | Kristen Accardi | 2006-01-09 |
| * | [PATCH] pci: use pin stored in pci_dev | Kristen Accardi | 2006-01-09 |
| * | [PATCH] apci: use pin stored in pci_dev | Kristen Accardi | 2006-01-09 |
| * | [PATCH] pci: store PCI_INTERRUPT_PIN in pci_dev | Kristen Accardi | 2006-01-09 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 | Linus Torvalds | 2006-01-09 |
|\ \ |
|
| * | | [PATCH] mutex subsystem, semaphore to completion: drivers/block/loop.c | Ingo Molnar | 2006-01-09 |
| * | | [PATCH] mutex subsystem, semaphore to completion: IDE ->gendev_rel_sem | Aleksey Makarov | 2006-01-09 |
| * | | [PATCH] mutex subsystem, semaphore to completion: CPU3WDT | Steven Rostedt | 2006-01-09 |
| * | | [PATCH] mutex subsystem, semaphore to completion: SX8 | Steven Rostedt | 2006-01-09 |
| * | | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 2006-01-09 |
| * | | [PATCH] mutex subsystem, more debugging code | Ingo Molnar | 2006-01-09 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-09 |
|\ \ \ |
|
| * | | | Small fixups to the EHCI Kconfig help text | Jesper Juhl | 2006-01-09 |
| * | | | spelling: s/trough/through/ | Adrian Bunk | 2006-01-09 |
| * | | | spelling: s/retreive/retrieve/ | Adrian Bunk | 2006-01-09 |
| * | | | spelling: s/usefull/useful/ | Adrian Bunk | 2006-01-09 |
| |/ / |
|
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-01-09 |
|\ \ \ |
|
| * | | | [NET]: Add IFB (Intermediate Functional Block) network device. | Jamal Hadi Salim | 2006-01-09 |
| * | | | [AX25] mkiss: Drop spinlock before sleeping call. | Ralf Baechle | 2006-01-09 |
| * | | | [CRYPTO] Allow AES C/ASM implementations to coexist | Herbert Xu | 2006-01-09 |
| * | | | [CRYPTO] Use standard byte order macros wherever possible | Herbert Xu | 2006-01-09 |
| * | | | [PADLOCK] Fix sparse warning about 1-bit signed bit-field | Herbert Xu | 2006-01-09 |
| |/ / |
|
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-01-09 |
|\ \ \ |
|