| Commit message (Expand) | Author | Age | Files | Lines |
* | acpiphp: Link-time error for PCI Hotplug | Kristen Carlson Accardi | 2006-12-20 | 1 | -1/+1 |
* | shpchp: cleanup shpchp.h | Kenji Kaneshige | 2006-12-20 | 3 | -144/+77 |
* | shpchp: remove shpchprm_get_physical_slot_number | Kenji Kaneshige | 2006-12-20 | 1 | -24/+1 |
* | shpchp: cleanup struct controller | Kenji Kaneshige | 2006-12-20 | 2 | -31/+1 |
* | shpchp: remove unnecessary struct php_ctlr | Kenji Kaneshige | 2006-12-20 | 4 | -249/+73 |
* | rpaphp: compiler warning cleanup | Linas Vepstas | 2006-12-20 | 1 | -24/+23 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 2 | -5/+5 |
* | [PATCH] Kconfig refactoring for better menu nesting | Don Mullis | 2006-12-10 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 10 | -74/+31 |
|\ |
|
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-12-01 | 9 | -73/+30 |
| |\ |
|
| | * | PCI: ibmphp_pci.c: fix NULL dereference | Adrian Bunk | 2006-12-01 | 1 | -2/+2 |
| | * | pciehp: remove unnecessary pci_disable_msi | Kenji Kaneshige | 2006-12-01 | 1 | -2/+0 |
| | * | pciehp: remove unnecessary free_irq | Kenji Kaneshige | 2006-12-01 | 1 | -6/+1 |
| | * | PCI: rpaphp: change device tree examination | John Rose | 2006-12-01 | 2 | -2/+2 |
| | * | PCI: Change memory allocation for acpiphp slots | Rolf Eike Beer | 2006-12-01 | 2 | -32/+7 |
| | * | acpiphp: fix missing acpiphp_glue_exit() | Akinobu Mita | 2006-12-01 | 1 | -1/+3 |
| | * | acpiphp: fix use of list_for_each macro | Akinobu Mita | 2006-12-01 | 1 | -6/+2 |
| | * | Altix: SN ACPI hotplug support. | John Keller | 2006-12-01 | 1 | -22/+13 |
| * | | Fix misc .c/.h comment typos | Matt LaPlante | 2006-11-30 | 1 | -1/+1 |
| |/ |
|
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 3 | -12/+13 |
|/ |
|
* | acpiphp: fix latch status | MUNEDA Takahiro | 2006-10-27 | 1 | -3/+3 |
* | [PATCH] Fix up rpaphp driver for pci hotplug header move | Olaf Hering | 2006-10-20 | 1 | -1/+1 |
* | PCI Hotplug: move pci_hotplug.h to include/linux/ | Greg Kroah-Hartman | 2006-10-18 | 23 | -257/+22 |
* | change pci hotplug subsystem maintainer to Kristen | Kristen Carlson Accardi | 2006-10-18 | 2 | -4/+2 |
* | cpcihp_generic: prevent loading without "bridge" parameter | Akinobu Mita | 2006-10-18 | 1 | -2/+2 |
* | PCI hotplug: ioremap balanced with iounmap | Amol Lad | 2006-10-18 | 1 | -5/+14 |
* | shpchp: remove unnecessary cmd_busy member from struct controller | Kenji Kaneshige | 2006-10-18 | 2 | -5/+1 |
* | shpchp: fix command completion check | Kenji Kaneshige | 2006-10-18 | 1 | -5/+9 |
* | pci: Stamp out pci_find_* usage in fakephp | Alan Cox | 2006-10-18 | 1 | -3/+8 |
* | pciehp: Remove unnecessary check in pciehp_ctrl.c | Eric Sesterhenn | 2006-10-18 | 1 | -2/+1 |
* | pciehp - add missing locking | Kenji Kaneshige | 2006-10-18 | 4 | -30/+33 |
* | pciehp: fix improper info messages | Kenji Kaneshige | 2006-10-18 | 2 | -22/+33 |
* | shpchp: fix shpchp_wait_cmd in poll | Kenji Kaneshige | 2006-10-18 | 1 | -19/+35 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 5 | -9/+9 |
* | Still more typo fixes | Matt LaPlante | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 2006-09-27 | 1 | -1/+1 |
* | pciehp - fix wrong return value | Kenji Kaneshige | 2006-09-26 | 1 | -6/+6 |
* | acpiphp: add support for ioapic hot-remove | Satoru Takeuchi | 2006-09-26 | 2 | -14/+92 |
* | acpiphp: disable bridges | Satoru Takeuchi | 2006-09-26 | 1 | -1/+16 |
* | acpiphp: stop bus device before acpi_bus_trim | Satoru Takeuchi | 2006-09-26 | 1 | -0/+3 |
* | acpiphp: do not initialize existing ioapics | Satoru Takeuchi | 2006-09-26 | 1 | -1/+3 |
* | acpiphp: initialize ioapics before starting devices | Satoru Takeuchi | 2006-09-26 | 1 | -1/+1 |
* | acpiphp: set hpp values before starting devices | Satoru Takeuchi | 2006-09-26 | 1 | -1/+1 |
* | PCI Hotplug: cleanup pcihp skeleton code. | Satoru Takeuchi | 2006-09-26 | 1 | -6/+3 |
* | PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function static | Adrian Bunk | 2006-09-26 | 1 | -1/+1 |
* | PCI: fix __must_check warnings | Greg Kroah-Hartman | 2006-09-26 | 1 | -4/+14 |
* | PCI Hotplug: fix __must_check warnings | Greg Kroah-Hartman | 2006-09-26 | 2 | -33/+128 |
* | SHPCHP: fix __must_check warnings | Greg Kroah-Hartman | 2006-09-26 | 3 | -4/+8 |
* | sysfs_remove_bin_file: no return value, dump_stack on error | Randy.Dunlap | 2006-09-25 | 1 | -3/+1 |
* | Merge branch 'merge' | Paul Mackerras | 2006-08-31 | 4 | -24/+48 |
|\ |
|