| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2010-04-30 | 2 | -0/+6 |
|\ |
|
| * | powerpc/pseries: Flush lazy kernel mappings after unplug operations | Benjamin Herrenschmidt | 2010-04-28 | 2 | -0/+6 |
* | | PCI: Ensure we re-enable devices on resume | Matthew Garrett | 2010-04-23 | 1 | -5/+1 |
* | | PCI: revert broken device warning | Bjorn Helgaas | 2010-04-23 | 1 | -16/+7 |
* | | PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_reset | Alexander Duyck | 2010-04-08 | 1 | -2/+8 |
|/ |
|
* | Merge branch 'master' into export-slabh | Tejun Heo | 2010-04-05 | 1 | -33/+3 |
|\ |
|
| * | PCI quirk: RS780/RS880: disable MSI behind the PCI bridge | Clemens Ladisch | 2010-04-03 | 1 | -33/+3 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 32 | -4/+28 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2010-03-27 | 6 | -63/+121 |
|\ |
|
| * | PCI: don't say we claimed a resource if we failed | Bjorn Helgaas | 2010-03-25 | 1 | -2/+3 |
| * | PCI quirk: Disable MSI on VIA K8T890 systems | Matthew Wilcox | 2010-03-25 | 1 | -0/+1 |
| * | PCI quirk: RS780/RS880: work around missing MSI initialization | Clemens Ladisch | 2010-03-24 | 1 | -0/+33 |
| * | PCI quirk: only apply CX700 PCI bus parking quirk if external VT6212L is present | Tim Yamin | 2010-03-24 | 1 | -3/+17 |
| * | PCI: complain about devices that seem to be broken | Bjorn Helgaas | 2010-03-24 | 1 | -7/+16 |
| * | PCI: print resources consistently with %pR | Bjorn Helgaas | 2010-03-24 | 2 | -8/+6 |
| * | PCI: make disabled window printk style match the enabled ones | Bjorn Helgaas | 2010-03-24 | 1 | -3/+3 |
| * | PCI: break out primary/secondary/subordinate for readability | Bjorn Helgaas | 2010-03-24 | 1 | -10/+14 |
| * | PCI: for address space collisions, show conflicting resource | Bjorn Helgaas | 2010-03-24 | 1 | -6/+8 |
| * | PCI: cleanup error return for pcix get and set mmrbc functions | Dean Nelson | 2010-03-19 | 1 | -20/+16 |
| * | PCI: fix access of PCI_X_CMD by pcix get and set mmrbc functions | Dean Nelson | 2010-03-19 | 1 | -5/+6 |
| * | PCI: kill off pci_register_set_vga_state() symbol export. | Paul Mundt | 2010-03-19 | 1 | -1/+0 |
| * | PCI: fix return value from pcix_get_max_mmrbc() | Dean Nelson | 2010-03-19 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-03-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | sysfs: Initialised pci bus legacy_mem field before use | Mel Gorman | 2010-03-19 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2010-03-19 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | microblaze: Enable PCI, missing files | Michal Simek | 2010-03-11 | 1 | -0/+1 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*---------. \ | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill... | Len Brown | 2010-03-15 | 47 | -744/+2492 |
|\ \ \ \ \ \ \ |
|
| | | | * | | | | dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc... | FUJITA Tomonori | 2010-03-13 | 1 | -28/+0 |
| | | | * | | | | dma-mapping: dma-mapping.h: add dma_set_coherent_mask | FUJITA Tomonori | 2010-03-13 | 1 | -4/+3 |
| | | | * | | | | dma-mapping: pci: convert pci_set_dma_mask to call dma_set_mask | FUJITA Tomonori | 2010-03-13 | 1 | -6/+4 |
| | | | | |_|/
| | | | |/| | |
|
| | | | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2010-03-09 | 1 | -0/+2 |
| | | | |\ \ \
| | | | | |/ /
| | | | |/| | |
|
| | | | | * | | PCI/PM Runtime: Make runtime PM of PCI devices inactive by default | Rafael J. Wysocki | 2010-03-06 | 1 | -0/+2 |
| | | | * | | | Driver core: create lock/unlock functions for struct device | Greg Kroah-Hartman | 2010-03-08 | 2 | -4/+4 |
| | | | * | | | sysfs: fix for thinko with sysfs_bin_attr_init() | Stephen Rothwell | 2010-03-08 | 1 | -2/+2 |
| | | | * | | | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes | Eric W. Biederman | 2010-03-08 | 1 | -0/+5 |
| | | | * | | | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 2010-03-08 | 2 | -2/+2 |
| | | | * | | | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-03-08 | 1 | -0/+43 |
| | | | |\ \ \ |
|
| | | | | * | | | PCI: Add pci_bus_find_ext_capability | Jesse Barnes | 2010-02-20 | 1 | -0/+43 |
| | | | | | |/
| | | | | |/| |
|
| | | | * | | | ricoh_mmc: port from driver to pci quirk | Maxim Levitsky | 2010-03-06 | 1 | -0/+85 |
| | | | | |/
| | | | |/| |
|
| | | | * | | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-03-03 | 1 | -7/+7 |
| | | | |\ \ |
|
| | | | | * | | ibmphp: Rename add_range() to add_bus_range() to avoid conflict | H. Peter Anvin | 2010-02-11 | 1 | -7/+7 |
| | | | | |/ |
|
| | | | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-03-02 | 4 | -1/+78 |
| | | | |\ \ |
|
| | | | | * \ | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-03-01 | 41 | -690/+2213 |
| | | | | |\ \ |
|
| | | | | * | | | pci: Add helper to search for VPD keywords | Matt Carlson | 2010-02-28 | 1 | -0/+18 |
| | | | | * | | | pci: Add helper to find a VPD resource data type | Matt Carlson | 2010-02-28 | 2 | -1/+44 |
| | | | | * | | | pci: add support for 82576NS serdes to existing SR-IOV quirk | Alexander Duyck | 2010-02-23 | 1 | -0/+1 |
| | | | | * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-17 | 3 | -8/+25 |
| | | | | |\ \ \
| | | | | | | |/
| | | | | | |/| |
|
| | | | | * / | | pci: Add SR-IOV convenience functions and macros | Williams, Mitch A | 2010-02-13 | 1 | -0/+15 |
| |_|_|_|/ / /
|/| | | | | | |
|
| | | | * | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 2010-03-01 | 1 | -1/+1 |
| | | | |\ \ \ |
|
| | | | | * | | | ACPI: replace acpi_integer by u64 | Lin Ming | 2010-01-28 | 1 | -1/+1 |
| |_|_|_|/ / /
|/| | | | | | |
|