- c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
- 2b93730 PCI: remove foolish code from pci-driver.c by Greg Kroah-Hartman · 17 years ago
- 03d43b1 PCI: use proper call to driver_create_file by Greg Kroah-Hartman · 17 years ago
- b249072 driver core: add way to get to bus device klist by Greg Kroah-Hartman · 17 years ago
- 0fed80f driver core: add way to get to bus kset by Greg Kroah-Hartman · 17 years ago
- 64dbcac Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
- f55842f kobject: clean up rpadlpar horrid sysfs abuse by Greg Kroah-Hartman · 17 years ago
- 81ace5c kset: convert pci hotplug to use kset_create_and_add by Greg Kroah-Hartman · 17 years ago
- 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
- d1ec729 ACPI: apply quirk_ich6_lpc_acpi to more ICH8 and ICH9 by Zhao Yakui · 17 years ago
- ad7edfe [PCI] Do not enable CRS Software Visibility by default by Linus Torvalds · 17 years ago
- bb44609 PCI: Restore PCI expansion ROM P2P prefetch window creation by Gary Hade · 17 years ago
- af1bff4 Revert "PCI: fix IDE legacy mode resources" by Linus Torvalds · 17 years ago
- 26e6c66 pci hotplug: kernel-doc fixes by Randy Dunlap · 17 years ago
- d885c6b pci-aer: fix kernel-doc mistakes by Randy Dunlap · 17 years ago
- 151fc5d PCI: drivers/pci/pci-sysfs.c: Add missing pci_dev_put by Julia Lawall · 17 years ago
- bf16441 PCI: pcie portdriver: initialize returned value by Linas Vepstas · 17 years ago
- bd3989e PCI: Add Kconfig option to disable deprecated pci_find_* API by Jeff Garzik · 17 years ago
- 0039541 PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() check by Adrian Bunk · 17 years ago
- d73460d PCI: make pci_match_device() static by Adrian Bunk · 17 years ago
- 5257dca PCI: Remove 3 incorrect MSI quirks. by David Miller · 17 years ago
- bc38b41 PCI: Add MSI INTX_DISABLE quirks for ATI SB700/800 SATA and IXP SB400 USB by David Miller · 17 years ago
- ba698ad PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set. by David Miller · 17 years ago
- 1d84b54 PCI: Add MSI quirk for ServerWorks HT1000 PCIX bridge. by David Miller · 17 years ago
- 2cc3187 PCI: Revert "PCI: disable MSI by default on systems with Serverworks HT1000 chips" by David Miller · 17 years ago
- 10e27ed intel-iommu: Fix array overflow by Takashi Iwai · 17 years ago
- 395624f x86 gart: rename iommu.h to gart.h by Joerg Roedel · 17 years ago
- 4fe05bb intel-iommu fixes by Al Viro · 17 years ago
- 3a9e3a5 jmicron: update quirk for JMB361/3/5/6 by Tejun Heo · 17 years ago
- 12d4d40 intel-iommu: fix sg_page() by FUJITA Tomonori · 17 years ago
- c03ab37 intel-iommu sg chaining support by FUJITA Tomonori · 17 years ago
- 358dd8a intel-iommu: fix for IOMMU early crash by Keshavamurthy, Anil S · 17 years ago
- f76aec7 intel-iommu: optimize sg map/unmap calls by Keshavamurthy, Anil S · 17 years ago
- 49a0429 Intel IOMMU: Iommu floppy workaround by Keshavamurthy, Anil S · 17 years ago
- e820482 Intel IOMMU: Iommu Gfx workaround by Keshavamurthy, Anil S · 17 years ago
- 3460a6d Intel IOMMU: DMAR fault handling support by Keshavamurthy, Anil S · 17 years ago
- 7d3b03c Intel IOMMU: Intel iommu cmdline option - forcedac by Keshavamurthy, Anil S · 17 years ago
- eb3fa7c Intel IOMMU: Avoid memory allocation failures in dma map api calls by Keshavamurthy, Anil S · 17 years ago
- ba39592 Intel IOMMU: Intel IOMMU driver by Keshavamurthy, Anil S · 17 years ago
- f8de50e Intel IOMMU: IOVA allocation and management routines by Keshavamurthy, Anil S · 17 years ago
- 994a65e Intel IOMMU: PCI generic helper function by Keshavamurthy, Anil S · 17 years ago
- 10e5247 Intel IOMMU: DMAR detection and parsing logic by Keshavamurthy, Anil S · 17 years ago
- 4271e0f Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c by Linus Torvalds · 17 years ago
- b4482a4 more trivial signedness fixes in drivers by Al Viro · 17 years ago
- 6a84258 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
- 32a2eea PCI: Add 'nodomains' boot option, and pci_domains_supported global by Jeff Garzik · 17 years ago
- 1194925 PCI: modify PCI bridge control ISA flag for clarity by Gary Hade · 17 years ago
- fd64cb4 PCI: avoid P2P prefetch window for expansion ROMs by Gary Hade · 17 years ago
- 036fff4 PCI: skip ISA ioresource alignment on some systems by Gary Hade · 17 years ago
- 8fa5913 PCI: remove transparent bridge sizing by Gary Hade · 17 years ago
- ecb3908 pci: write file size to inode on proc bus file write by David Rientjes · 17 years ago
- cd68602 pci: use size stored in proc_dir_entry for proc bus files by David Rientjes · 17 years ago
- 7f78576 pci: implement "pci=noaer" by Randy Dunlap · 17 years ago
- fd6e732 PCI: fix IDE legacy mode resources by Yoichi Yuasa · 17 years ago
- cbf5d9e MSI: Use correct data offset for 32-bit MSI in read_msi_msg() by Roland Dreier · 17 years ago
- a56bc69 PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID code by Michael Ellerman · 17 years ago
- 346ca04 PCI: re-enable onboard sound on "MSI K8T Neo2-FIR" by Johannes Goecke · 17 years ago
- 651472f PCI: quirk_vt82c586_acpi: Omit reading PCI revision ID by Auke Kok · 17 years ago
- aa288d4 PCI: quirk amd_8131_mmrbc: Omit reading pci revision ID by Auke Kok · 17 years ago
- 3799a4e cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for read by Auke Kok · 17 years ago
- fa007d8 pci: hotplug: cpqphp: convert to kthread infrastructure by Christoph Hellwig · 17 years ago
- 2d100fe pci: hotplug: ibmphp: convert to kthread by Kristen Carlson Accardi · 17 years ago
- 229f5af PCI: is_power_of_2 in drivers/pci/pci.c by vignesh babu · 17 years ago
- 40730d1 pciehp: minor cleanups for pciehp_hpc.c by Kenji Kaneshige · 17 years ago
- 9fe8164 pciehp: remove trailing whitespace form pciehp_pci.c by Kenji Kaneshige · 17 years ago
- 36ed27b pciehp: remove trailing whitespace from pciehp_ctrl.c by Kenji Kaneshige · 17 years ago
- a073a82 pciehp: remove trailing whitespace from pciehp_core.c by Kenji Kaneshige · 17 years ago
- 71ad556 pciehp: remove trailing whitespace from pciehp_hpc.c by Kenji Kaneshige · 17 years ago
- c842648 pciehp: remove DBG_XXX_ROUTINE by Kenji Kaneshige · 17 years ago
- 57d90c0 PCI Hotplug: pciehp: Request control over PCI Express Capability as well as Native hotplug by Kristen Carlson Accardi · 17 years ago
- 1cf53d5 PCI Hotplug: pciehp: Dont check bridge control on remove by Kristen Carlson Accardi · 17 years ago
- 89913bf pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE by Kenji Kaneshige · 17 years ago
- 73a985a PCI Hotplug: cpqphp_ctrl.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
- 5a7ad7f sysfs: kill sysfs_update_file() by Tejun Heo · 17 years ago
- 34980ca Drivers: clean up direct setting of the name of a kset by Greg Kroah-Hartman · 17 years ago
- 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
- 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
- fb9aa6f i386: move pci by Thomas Gleixner · 17 years ago
- 1bef7dc Fix bogus PCI quirk for e100 by Benjamin Herrenschmidt · 17 years ago
- d7698ed PCI: unhide SMBus on Compaq Deskpro EP 401963-001 motherboard by gw.kernel@tnode.com · 17 years ago
- e365c3e PCI: remove devinit from pci_read_bridge_bases by Ralf Baechle · 17 years ago
- 25c87f7 Pull events into release branch by Len Brown · 17 years ago
- 5e1f198 acpiphp_ibm: add missing '\n' to error message by Jeremy Fitzhardinge · 17 years ago
- 14e04fb ACPI: Schedule /proc/acpi/event for removal by Len Brown · 17 years ago
- 962ce8c ACPI: don't duplicate input events on netlink by Zhang Rui · 17 years ago
- 18166c1 PCI: Run k8t_sound_hostbridge quirk only when needed by Jean Delvare · 17 years ago
- f122392 PCI: disable MSI on RX790 by Tejun Heo · 17 years ago
- aea6a43 PCI: disable MSI on RD580 by Tejun Heo · 17 years ago
- 4be8f90 PCI: disable MSI on RS690 by Tejun Heo · 17 years ago
- d55bef5 PCI: lets kill the 'PCI hidden behind bridge' message by Bernhard Kaindl · 17 years ago
- 60ac8f2 pci/hotplug/cpqphp_ctrl.c: remove stale BKL use by Ingo Molnar · 17 years ago
- 4e68fc9 PCI: quirk_e100_interrupt() called too early by Marian Balakowicz · 17 years ago
- ce5ccde PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h by Kumar Gala · 17 years ago
- 0b62e13 pci: rename __pci_reenable_device() to pci_reenable_device() by Tejun Heo · 17 years ago
- 42e61f4 kernel-doc fixes for PCI and drivers/base/ by Randy Dunlap · 17 years ago
- 673d5b4 ACPI: restore CONFIG_ACPI_SLEEP by Len Brown · 17 years ago
- a4fb212 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
- f0a664b PCI: export __pci_reenable_device() by Tejun Heo · 17 years ago
- 10b3dca ACPI: ignore _PSx method for hotplugable PCI devices by Shaohua Li · 17 years ago
- ab826ca ACPI: Use ACPI methods to select PCI device suspend state by Shaohua Li · 17 years ago