| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPICA: Remove duplicate table definitions (non-conflicting), cont | Alexey Starikovskiy | 2007-02-02 | 1 | -5/+5 |
* | ahci/pata_jmicron: fix JMicron quirk | Tejun Heo | 2007-02-02 | 1 | -2/+2 |
* | [PATCH] pci: remove warning messages | Andrew Morton | 2007-02-01 | 1 | -8/+2 |
* | [PATCH] via quirk update | Jean Delvare | 2007-02-01 | 1 | -3/+5 |
* | [PATCH] Fix VIA quirks | Jean Delvare | 2007-01-30 | 1 | -36/+42 |
* | PCI: fix pci-driver kernel-doc | Randy Dunlap | 2007-01-22 | 1 | -2/+1 |
* | PCI: Unhide the SMBus on the Asus P4P800-X | Jean Delvare | 2007-01-22 | 1 | -0/+5 |
* | [PATCH] increment pos before looking for the next cap in __pci_find_next_ht_cap | Brice Goglin | 2007-01-11 | 1 | -1/+2 |
* | [PATCH] x86-64: pci quirks MODPOST warning fix | Vivek Goyal | 2007-01-11 | 1 | -1/+1 |
* | [PATCH] i2c/pci: fix sis96x smbus quirk once and for all | Mark M. Hoffman | 2007-01-09 | 1 | -6/+8 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-01-06 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] PCI: disable PCI_MULTITHREAD_PROBE | Andrew Morton | 2007-01-05 | 1 | -1/+1 |
* | | [PATCH] PCI: prevent down_read when pci_devices is empty | Ard van Breemen | 2007-01-05 | 1 | -0/+24 |
|/ |
|
* | [PATCH] pci/probe: fix macro that confuses kernel-doc | Randy Dunlap | 2006-12-30 | 1 | -3/+2 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2006-12-22 | 1 | -2/+1 |
|\ |
|
| * | ACPI: replace kmalloc+memset with kzalloc | Burman Yan | 2006-12-20 | 1 | -2/+1 |
* | | [PATCH] increase CARDBUS_MEM_SIZE | Andrew Morton | 2006-12-22 | 1 | -1/+1 |
* | | 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 |
* | | PCI: ATI sb600 sata quirk | Conke Hu | 2006-12-20 | 1 | -0/+17 |
* | | PCI legacy resource fix | Ralf Baechle | 2006-12-20 | 2 | -6/+24 |
* | | PCI: Be a bit defensive in quirk_nvidia_ck804() so we don't risk dereferencin... | Jesper Juhl | 2006-12-20 | 1 | -0/+2 |
* | | PCI: Fix multiple problems with VIA hardware | Alan Cox | 2006-12-20 | 3 | -60/+112 |
* | | PCI: Use pci_find_ht_capability() in drivers/pci/quirks.c | Michael Ellerman | 2006-12-20 | 1 | -12/+16 |
* | | PCI: Use pci_find_ht_capability() in drivers/pci/htirq.c | Michael Ellerman | 2006-12-20 | 1 | -8/+1 |
* | | PCI: Add pci_find_ht_capability() for finding Hypertransport capabilities | Michael Ellerman | 2006-12-20 | 1 | -3/+81 |
* | | PCI: Create __pci_bus_find_cap_start() from __pci_bus_find_cap() | Michael Ellerman | 2006-12-20 | 1 | -9/+19 |
* | | pci: Introduce pci_find_present | Alan Cox | 2006-12-20 | 1 | -17/+22 |
* | | PCI: pcieport-driver: remove invalid warning message | Kenji Kaneshige | 2006-12-20 | 1 | -1/+1 |
* | | rpaphp: compiler warning cleanup | Linas Vepstas | 2006-12-20 | 1 | -24/+23 |
* | | PCI quirks: remove redundant check | David Rientjes | 2006-12-20 | 1 | -2/+1 |
* | | PCI: use /sys/bus/pci/drivers/<driver>/new_id first | Russell King | 2006-12-20 | 1 | -7/+3 |
|/ |
|
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 3 | -6/+6 |
* | [PATCH] Kconfig refactoring for better menu nesting | Don Mullis | 2006-12-10 | 1 | -1/+2 |
* | [PATCH] struct path: convert pci | Josef Sipek | 2006-12-08 | 1 | -4/+4 |
* | Merge branch 'intx' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mi... | Linus Torvalds | 2006-12-07 | 1 | -8/+4 |
|\ |
|
| * | PCI MSI: always toggle legacy-INTx-enable bit upon MSI entry/exit | Jeff Garzik | 2006-12-07 | 1 | -8/+4 |
* | | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | | [PATCH] add numa node information to struct device | Christoph Hellwig | 2006-12-07 | 1 | -0/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | [PATCH] severing module.h->sched.h | Al Viro | 2006-12-04 | 1 | -0/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 21 | -210/+257 |
|\ \
| |/ |
|
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-12-01 | 20 | -207/+254 |
| |\ |
|
| | * | 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 |