- 9d68c78 Merge branch 'pci/pciehp' into next by Bjorn Helgaas · 11 years ago
- 5d833a6 Merge branch 'pci/list-for-each-entry' into next by Bjorn Helgaas · 11 years ago
- 29e4e98 PCI: frv: replace now removed pci_bus_b() causing build failure by Paul Gortmaker · 11 years ago
- 9cad7f5 PCI: pciehp: Cleanup whitespace by Bjorn Helgaas · 11 years ago
- 2b3940b PCI: pciehp: Remove a non-existent card, regardless of "surprise" capability by Rajat Jain · 11 years ago
- 94a5f85 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
- 1e2571a PCI: Enable INTx if BIOS left them disabled by Bjorn Helgaas · 11 years ago
- ec5130b Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 11 years ago
- 6354647 Merge branch 'pci/list-for-each-entry' into next by Bjorn Helgaas · 11 years ago
- 2613ba4 PCI: mvebu: Call request_resource() on the apertures by Jason Gunthorpe · 11 years ago
- a723e75 bus: mvebu-mbus: Fix incorrect size for PCI aperture resources by Jason Gunthorpe · 11 years ago
- c128856 Merge branch 'pci/msi' into next by Bjorn Helgaas · 11 years ago
- c80ef97 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 11 years ago
- 25a712a Merge branch 'pci/scan-bridge' into next by Bjorn Helgaas · 11 years ago
- 94cccde vfio: Use pci_enable_msi_range() and pci_enable_msix_range() by Alexander Gordeev · 11 years ago
- fc061d9 ahci: Use pci_enable_msi_range() instead of pci_enable_msi_block() by Alexander Gordeev · 11 years ago
- bc03fd3 ahci: Fix broken fallback to single MSI mode by Alexander Gordeev · 11 years ago
- 058a2e1 ia64/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA device by Sander Eikelenboom · 11 years ago
- d8801e4 x86/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA device by Sander Eikelenboom · 11 years ago
- 94e6a9b PCI: Remove pci_bus_b() and use list_for_each_entry() directly by Yijing Wang · 11 years ago
- 4f4bde1 PCI: mvebu: Fix potential issue in range parsing by Jean-Jacques Hiblot · 11 years ago
- 560698e pcmcia: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
- 3bc9559 powerpc/PCI: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
- 59c1ad3b drm: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
- f0197e0 ARM/PCI: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
- c6f0d5a ACPI / hotplug / PCI: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
- 5ee09ef PCI: Update outdated comment for pcibios_bus_report_status() by Yijing Wang · 11 years ago
- 50277c8 PCI: pciehp: Don't turn slot off when hot-added device already exists by Yijing Wang · 11 years ago
- f7fc32c PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact() by Alexander Gordeev · 11 years ago
- fef0727 PCI/MSI: Fix cut-and-paste errors in documentation by Alexander Gordeev · 11 years ago
- 39656f2 PCI: Cleanup per-arch list of object files by Liviu Dudau · 11 years ago
- 357fe85 PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe() by Dan Carpenter · 11 years ago
- da5d727 x86/PCI: Fix function definition whitespace by Bjorn Helgaas · 11 years ago
- affbda8 x86/PCI: Reword comments by Bjorn Helgaas · 11 years ago
- 8928d5a x86/PCI: Remove unnecessary local variable initialization by Bjorn Helgaas · 11 years ago
- a760d2f PCI: mvebu: Use Device ID and revision from underlying endpoint by Andrew Lunn · 11 years ago
- 50b52fd PCI: pciehp: Add hotplug_lock to serialize hotplug events by Rajat Jain · 11 years ago
- c4f2f5e PCI: pciehp: Ensure very fast hotplug events are also processed by Rajat Jain · 11 years ago
- 06a8d89 PCI: pciehp: Disable link notification across slot reset by Rajat Jain · 11 years ago
- 02e93a8 PCI: pciehp: Don't check adapter or latch status while disabling by Rajat Jain · 11 years ago
- b1811d2 PCI: pciehp: Don't disable the link permanently during removal by Rajat Jain · 11 years ago
- 4f854f2 PCI: pciehp: Enable link state change notifications by Rajat Jain · 11 years ago
- fc1b253 PCI: Don't scan random busses in pci_scan_bridge() by Andreas Noever · 11 years ago
- c95b0bd PCI: Check for child busses which use more bus numbers than allocated by Andreas Noever · 11 years ago
- f5fb407 PCI: Remove pci_fixup_parent_subordinate_busnr() by Andreas Noever · 11 years ago
- d99321b PCI: Enable quirks for PCIe ACS on Intel PCH root ports by Alex Williamson · 11 years ago
- 5757a76 PCI: Add pci_dev_flag for ACS enable quirks by Alex Williamson · 11 years ago
- 2c74424 PCI: Add device-specific PCI ACS enable by Alex Williamson · 11 years ago
- e48f1b6 PCI: pciehp: Use link change notifications for hot-plug and removal by Rajat Jain · 11 years ago
- 4703389 PCI: pciehp: Make check_link_active() non-static by Rajat Jain · 11 years ago
- 1820ffd PCI: Make sure bus number resources stay within their parents bounds by Andreas Noever · 11 years ago
- ced04d1 PCI: Use request_resource_conflict() instead of insert_ for bus numbers by Andreas Noever · 11 years ago
- 619c8c3 PCI: Assign CardBus bus number only during the second pass by Andreas Noever · 11 years ago
- 2ed8582 PCI: Clarify the "scan anyway" comment in pci_scan_bridge() by Andreas Noever · 11 years ago
- 9a4d7d8 PCI: Increment max correctly in pci_scan_bridge() by Andreas Noever · 11 years ago
- ce30000 PCI: Remove unnecessary list_empty(&pci_pme_list) check by Bjorn Helgaas · 11 years ago
- 9a8b0af PCI/MSI: Add pci_enable_msi() documentation back by Alexander Gordeev · 11 years ago
- 39af663 PCI/MSI: Fix pci_msix_vec_count() htmldocs failure by Masanari Iida · 11 years ago
- 13f81c0 PCI/MSI: Fix leak of msi_attrs by Greg Kroah-Hartman · 11 years ago
- b3bac8e PCI/MSI: Check kmalloc() return value, fix leak of name by Greg Kroah-Hartman · 11 years ago
- 17f2d86 Merge branch 'pci/numa-cleanup' into next by Bjorn Helgaas · 11 years ago
- beffbe5 ACPI / numa: Use __weak, not the gcc-specific version by Bjorn Helgaas · 11 years ago
- d79ed24 ACPI / numa: Make __acpi_map_pxm_to_node(), acpi_get_pxm() static by Bjorn Helgaas · 11 years ago
- 962fe9c ACPI / numa: Simplify acpi_get_node() style by Bjorn Helgaas · 11 years ago
- 486c79b ACPI / numa: Fix acpi_get_node() prototype by Bjorn Helgaas · 11 years ago
- b1e9cee ia64: Remove acpi_get_pxm() usage by Bjorn Helgaas · 11 years ago
- 10ee3d7 ia64 / sba_iommu: Use NUMA_NO_NODE, not MAX_NUMNODES, for unknown node by Bjorn Helgaas · 11 years ago
- ab6ffce x86/PCI: Remove acpi_get_pxm() usage by Bjorn Helgaas · 11 years ago
- 8a3d01c x86/PCI: Use NUMA_NO_NODE, not -1, for unknown node by Bjorn Helgaas · 11 years ago
- 3323ab8 x86/PCI: Remove unnecessary list_empty(&pci_root_infos) check by Bjorn Helgaas · 11 years ago
- 25453e9 x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node() by Bjorn Helgaas · 11 years ago
- 6616dbd x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node() by Bjorn Helgaas · 11 years ago
- afcf21c2 x86/PCI: Add x86_pci_root_bus_node() to look up NUMA node from PCI bus by Bjorn Helgaas · 11 years ago
- 49886cf x86/PCI: Drop return value of pcibios_scan_root() by Bjorn Helgaas · 11 years ago
- 289a24a x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root() by Bjorn Helgaas · 11 years ago
- 3d2a366 x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node() by Bjorn Helgaas · 11 years ago
- 8d7d818 x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata() by Bjorn Helgaas · 11 years ago
- f19e848 x86/PCI: Drop pcibios_scan_root() check for bus already scanned by Bjorn Helgaas · 11 years ago
- 38dbfb5 Linus 3.14-rc1 by Linus Torvalds · 11 years ago
- 69048e0 Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
- 1c0b8a7a hpfs: optimize quad buffer loading by Mikulas Patocka · 11 years ago
- 2cbe5c7 hpfs: remember free space by Mikulas Patocka · 11 years ago
- 9dabf60 parisc: add flexible mmap memory layout support by Helge Deller · 11 years ago
- f5a408d parisc: Make EWOULDBLOCK be equal to EAGAIN on parisc by Guy Martin · 11 years ago
- 9391bc7 parisc: convert uapi/asm/stat.h to use native types only by Helge Deller · 11 years ago
- 998bbb2 parisc: wire up sched_setattr and sched_getattr by Helge Deller · 11 years ago
- 57737c4 parisc: fix cache-flushing by Helge Deller · 11 years ago
- 8a10bc9 parisc/sti_console: prefer Linux fonts over built-in ROM fonts by Helge Deller · 11 years ago
- 602456b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 11 years ago
- 7b383be Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
- 87af5e5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 11 years ago
- e4c0da2 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
- 632007e hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors by Jean Delvare · 11 years ago
- 920130a hwmon: Fix SENSORS_LM75 dependencies to eliminate build errors by Jean Delvare · 11 years ago
- 3b4d5c7 tools/power turbostat: introduce -s to dump counters by Andy Shevchenko · 11 years ago
- f591c38 tools/power turbostat: remove unused command line option by Andy Shevchenko · 11 years ago
- 5cb480f Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
- 1bda2ac afs: proc cells and rootcell are writeable by Pali Rohár · 11 years ago
- 5a5e75f tile: remove compat_sys_lookup_dcookie declaration to fix compile error by Heiko Carstens · 11 years ago
- 0f44bc3 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago