Age | Commit message (Expand) | Author | Files | Lines |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
2007-02-12 | [PATCH] mark struct file_operations const 5 | Arjan van de Ven | 1 | -1/+1 |
2007-02-08 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 9 | -1128/+630 |
2007-02-08 | shpchp: delete trailing whitespace | Kenji Kaneshige | 3 | -28/+28 |
2007-02-08 | shpchp: remove DBG_XXX_ROUTINE | Kenji Kaneshige | 1 | -136/+19 |
2007-02-08 | shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE | Kenji Kaneshige | 2 | -13/+0 |
2007-02-08 | PCIEHP: Add Electro Mechanical Interlock (EMI) support to the PCIE hotplug dr... | Kristen Carlson Accardi | 3 | -0/+163 |
2007-02-08 | pciehp: fix wait command completion | Kenji Kaneshige | 2 | -12/+16 |
2007-02-08 | pciehp: cleanup wait command completion | Kenji Kaneshige | 4 | -193/+82 |
2007-02-08 | pciehp: remove unused pcie_cap_base | Kenji Kaneshige | 1 | -7/+2 |
2007-02-08 | pciehp: cleanup pciehp.h | Kenji Kaneshige | 3 | -67/+42 |
2007-02-08 | pciehp: cleanup register access | Kenji Kaneshige | 1 | -137/+164 |
2007-02-08 | pciehp: remove unused pci_bus from struct controller | Kenji Kaneshige | 2 | -13/+2 |
2007-02-08 | pciehp: remove unnecessary php_ctlr | Kenji Kaneshige | 4 | -494/+120 |
2007-02-08 | pciehp: cleanup slot list | Kenji Kaneshige | 2 | -27/+17 |
2007-02-08 | pciehp: cleanup init_slot() | Kenji Kaneshige | 2 | -63/+37 |
2007-02-03 | Altix: Add ACPI SSDT PCI device support (hotplug) | John Keller | 1 | -7/+148 |
2007-02-03 | ACPICA: Remove duplicate table definitions (non-conflicting), cont | Alexey Starikovskiy | 1 | -5/+5 |
2006-12-23 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -2/+1 |
2006-12-21 | ACPI: replace kmalloc+memset with kzalloc | Burman Yan | 1 | -2/+1 |
2006-12-20 | acpiphp: Link-time error for PCI Hotplug | Kristen Carlson Accardi | 1 | -1/+1 |
2006-12-20 | shpchp: cleanup shpchp.h | Kenji Kaneshige | 3 | -144/+77 |
2006-12-20 | shpchp: remove shpchprm_get_physical_slot_number | Kenji Kaneshige | 1 | -24/+1 |
2006-12-20 | shpchp: cleanup struct controller | Kenji Kaneshige | 2 | -31/+1 |
2006-12-20 | shpchp: remove unnecessary struct php_ctlr | Kenji Kaneshige | 4 | -249/+73 |
2006-12-20 | rpaphp: compiler warning cleanup | Linas Vepstas | 1 | -24/+23 |
2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2 | -5/+5 |
2006-12-10 | [PATCH] Kconfig refactoring for better menu nesting | Don Mullis | 1 | -1/+2 |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 10 | -74/+31 |
2006-12-02 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 9 | -73/+30 |
2006-12-02 | PCI: ibmphp_pci.c: fix NULL dereference | Adrian Bunk | 1 | -2/+2 |
2006-12-02 | pciehp: remove unnecessary pci_disable_msi | Kenji Kaneshige | 1 | -2/+0 |
2006-12-02 | pciehp: remove unnecessary free_irq | Kenji Kaneshige | 1 | -6/+1 |
2006-12-02 | PCI: rpaphp: change device tree examination | John Rose | 2 | -2/+2 |
2006-12-02 | PCI: Change memory allocation for acpiphp slots | Rolf Eike Beer | 2 | -32/+7 |
2006-12-02 | acpiphp: fix missing acpiphp_glue_exit() | Akinobu Mita | 1 | -1/+3 |
2006-12-02 | acpiphp: fix use of list_for_each macro | Akinobu Mita | 1 | -6/+2 |
2006-12-02 | Altix: SN ACPI hotplug support. | John Keller | 1 | -22/+13 |
2006-11-30 | Fix misc .c/.h comment typos | Matt LaPlante | 1 | -1/+1 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 3 | -12/+13 |
2006-10-27 | acpiphp: fix latch status | MUNEDA Takahiro | 1 | -3/+3 |
2006-10-21 | [PATCH] Fix up rpaphp driver for pci hotplug header move | Olaf Hering | 1 | -1/+1 |
2006-10-18 | PCI Hotplug: move pci_hotplug.h to include/linux/ | Greg Kroah-Hartman | 23 | -257/+22 |
2006-10-18 | change pci hotplug subsystem maintainer to Kristen | Kristen Carlson Accardi | 2 | -4/+2 |
2006-10-18 | cpcihp_generic: prevent loading without "bridge" parameter | Akinobu Mita | 1 | -2/+2 |
2006-10-18 | PCI hotplug: ioremap balanced with iounmap | Amol Lad | 1 | -5/+14 |
2006-10-18 | shpchp: remove unnecessary cmd_busy member from struct controller | Kenji Kaneshige | 2 | -5/+1 |
2006-10-18 | shpchp: fix command completion check | Kenji Kaneshige | 1 | -5/+9 |
2006-10-18 | pci: Stamp out pci_find_* usage in fakephp | Alan Cox | 1 | -3/+8 |
2006-10-18 | pciehp: Remove unnecessary check in pciehp_ctrl.c | Eric Sesterhenn | 1 | -2/+1 |