summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | SELinux: xfrm.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-6/+3
| | * | | SELinux: nlmsgtab.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-3/+2
| | * | | SELinux: netnode.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-1/+1
| | * | | SELinux: netlink.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-10/+10
| | * | | SELinux: netlabel.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-1/+1
| | * | | SELinux: netif.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-10/+9
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-04-2291-1300/+2213
| |\ \ \
| | * | | PCI: Change PCI subsystem MAINTAINERGreg Kroah-Hartman2008-04-211-3/+2
| | * | | PCI: pci-iommu-iotlb-flushing-speedupmark gross2008-04-212-38/+40
| | * | | PCI: pci_setup_bridge() mustn't be __devinitAdrian Bunk2008-04-211-2/+1
| | * | | PCI: pci_bus_size_cardbus() mustn't be __devinitAdrian Bunk2008-04-211-2/+1
| | * | | PCI: pci_scan_device() mustn't be __devinitAdrian Bunk2008-04-211-2/+1
| | * | | PCI: pci_alloc_child_bus() mustn't be __devinitAdrian Bunk2008-04-211-2/+2
| | * | | PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-2139-487/+487
| | * | | PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggeredTrent Piepho2008-04-211-1/+1
| | * | | PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno()Jesper Juhl2008-04-211-1/+5
| | * | | PCI: clean up resource alignment managementIvan Kokshaysky2008-04-215-22/+51
| | * | | PCI: aerdrv_acpi.c: remove unneeded NULL checkAdrian Bunk2008-04-211-1/+1
| | * | | PCI: Update VIA CX700 quirkTim Yamin2008-04-211-1/+12
| | * | | PCI: Expose PCI VPD through sysfsBen Hutchings2008-04-216-14/+297
| | * | | PCI: iommu: iotlb flushingmark gross2008-04-213-18/+135
| | * | | PCI: simplify quirk debug outputBjorn Helgaas2008-04-211-2/+2
| | * | | PCI: iova RB tree setup tweakmark gross2008-04-211-14/+36
| | * | | PCI: parisc: use generic pci_enable_resources()Bjorn Helgaas2008-04-211-17/+13
| | * | | PCI: ppc: use generic pci_enable_resources()Bjorn Helgaas2008-04-211-57/+2
| | * | | PCI: powerpc: use generic pci_enable_resources()Bjorn Helgaas2008-04-211-33/+1
| | * | | PCI: ia64: use generic pci_enable_resources()Bjorn Helgaas2008-04-211-43/+1
| | * | | PCI: alpha: use generic pci_enable_resources()Bjorn Helgaas2008-04-211-22/+1
| | * | | PCI: x86: use generic pci_enable_resources()Bjorn Helgaas2008-04-213-40/+1
| | * | | PCI: add generic pci_enable_resources()Bjorn Helgaas2008-04-212-0/+44
| | * | | PCI: add PCI Express ASPM supportShaohua Li2008-04-2110-0/+921
| | * | | PCI: remove "pci=routeirq" noise from dmesgBjorn Helgaas2008-04-211-2/+1
| | * | | PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade2008-04-212-5/+7
| | * | | PCI: #if 0 pci_cleanup_aer_correct_error_status()Adrian Bunk2008-04-212-6/+2
| | * | | PCI: pcie AER: don't check _OSC when acpi is disabledYinghai Lu2008-04-211-0/+3
| | * | | PCI: remove global list of PCI devicesGreg Kroah-Hartman2008-04-214-49/+1
| | * | | PCI: remove parisc consumer of the pci global_listJames Bottomley2008-04-211-1/+0
| | * | | PCI: remove pcibios_fixup_ghosts()Greg Kroah-Hartman2008-04-212-107/+0
| | * | | PCI: add is_added flag to struct pci_devGreg Kroah-Hartman2008-04-215-17/+10
| | * | | PCI: make no_pci_devices() use the pci_bus_type listGreg Kroah-Hartman2008-04-211-3/+14
| | * | | PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman2008-04-218-94/+0
| | * | | PCI Hotplug: the ibm driver is not dependant on PCI_LEGACYGreg Kroah-Hartman2008-04-211-1/+1
| | * | | PCI Hotplug: make cpcihp driver use modern apisGreg Kroah-Hartman2008-04-212-2/+8
| | * | | PCI: clean up search.c a lotGreg Kroah-Hartman2008-04-212-139/+114
| | * | | PCI: remove pci_get_device_reverseGreg Kroah-Hartman2008-04-212-51/+0
| | * | | PCI: remove pci_get_device_reverse from calgary driverGreg Kroah-Hartman2008-04-211-2/+1
| | * | | PCI: remove pci_find_presentGreg Kroah-Hartman2008-04-212-22/+15
| | * | | PCI: #if 0 pci_assign_resource_fixed()Adrian Bunk2008-04-212-2/+1
| | * | | PCI: doc/pci: create Documentation/PCI/ and move files into itRandy Dunlap2008-04-217-20/+22
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-04-2244-7106/+7420
| |\ \ \