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