summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-12172-1401/+760
|\
| * PCI: Only build PCI syscalls on architectures that want themMatthew Wilcox2007-07-118-11/+26
| * PCI: limit pci_get_bus_and_slot to domain 0Randy Dunlap2007-07-111-2/+5
| * PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug fai...Gary Hade2007-07-111-2/+46
| * PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridgeGary Hade2007-07-111-0/+3
| * PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3Gary Hade2007-07-113-2/+7
| * PCI: hotplug: pciehp: wait for 1 second after power off slotKenji Kaneshige2007-07-111-0/+12
| * PCI: pci_set_power_state(): check for PM capabilities earlierAndrew Lunn2007-07-111-7/+7
| * PCI: cpci_hotplug: Convert to use the kthread APIScott Murray2007-07-111-45/+21
| * PCI: add pci_try_set_mwiRandy Dunlap2007-07-1111-18/+38
| * PCI: pcie: remove SPIN_LOCK_UNLOCKEDMilind Arun Choudhary2007-07-111-1/+1
| * PCI: ROUND_UP macro cleanup in drivers/pciMilind Arun Choudhary2007-07-112-7/+3
| * PCI: remove pci_dac_dma_... APIsJan Beulich2007-07-1124-464/+7
| * PCI: pci-x-pci-express-read-control-interfaces cleanupsAndrew Morton2007-07-112-6/+4
| * PCI: Fix typo in include/linux/pci.hRolf Eike Beer2007-07-111-1/+1
| * PCI: pci_ids, remove double or more empty linesJiri Slaby2007-07-111-48/+0
| * PCI: pci_ids, add atheros and 3com_2 vendorsJiri Slaby2007-07-111-0/+4
| * PCI: pci_ids, reorder some entriesJiri Slaby2007-07-111-8/+8
| * PCI: i386: traps, change VENDOR to DEVICEJiri Slaby2007-07-112-3/+3
| * PCI: ATM: lanai, change VENDOR to DEVICEJiri Slaby2007-07-112-12/+6
| * PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-1194-459/+190
| * PCI: read revision ID by defaultAuke Kok2007-07-114-0/+5
| * PCI: remove useless pci driver methodDavid Brownell2007-07-118-64/+0
| * PCI: unexport pci_proc_attach_deviceAdrian Bunk2007-07-111-1/+0
| * PCI aer: add pci_cleanup_aer_correct_aer_statusStephen Hemminger2007-07-112-0/+18
| * PCI aer: fix stub return valuesStephen Hemminger2007-07-111-4/+4
| * PCI: fix AER driver error informationZhang, Yanmin2007-07-116-47/+34
| * PCI: hotplug: pciehp: Fix possible race condition in writing slotKenji Kaneshige2007-07-112-90/+102
| * + pci_find_slot-mark-deprecated.patch added to -mm treeAlan Cox2007-07-111-1/+1
| * PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman2007-07-114-8/+12
| * PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman2007-07-1123-83/+7
| * PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba2007-07-113-1/+182
| * pci syscall.c: Switch to refcounting APIAlan Cox2007-07-111-9/+11
| * PCI: point people to Bernhard instead of the linux-kernel listGreg Kroah-Hartman2007-07-111-1/+1
| * PCI: remove cpqphp driver maintainerGreg Kroah-Hartman2007-07-111-5/+0
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-1293-1494/+2822
|\ \
| * | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-1127-106/+185
| * | sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-115-182/+187
| * | sysfs: implement sysfs_get_dentry()Tejun Heo2007-07-112-0/+99
| * | sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo2007-07-113-57/+56
| * | sysfs: restructure add/remove paths and fix inode updateTejun Heo2007-07-115-124/+229
| * | sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo2007-07-115-80/+116
| * | sysfs: consolidate sysfs spinlocksTejun Heo2007-07-114-23/+21
| * | sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-1110-152/+156
| * | sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo2007-07-114-20/+50
| * | sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-113-1/+5
| * | sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-115-19/+34
| * | sysfs: make sysfs_drop_dentry() access inodes using ilookup()Tejun Heo2007-07-111-35/+28
| * | sysfs: Fix oops in sysfs_drop_dentry on x86_64Rafael J. Wysocki2007-07-111-1/+2
| * | sysfs: use singly-linked list for sysfs_dirent treeTejun Heo2007-07-114-54/+111