summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-21PCI: Update VIA CX700 quirkTim Yamin1-1/+12
2008-04-21PCI: Expose PCI VPD through sysfsBen Hutchings6-14/+297
2008-04-21PCI: iommu: iotlb flushingmark gross3-18/+135
2008-04-21PCI: simplify quirk debug outputBjorn Helgaas1-2/+2
2008-04-21PCI: iova RB tree setup tweakmark gross1-14/+36
2008-04-21PCI: parisc: use generic pci_enable_resources()Bjorn Helgaas1-17/+13
2008-04-21PCI: ppc: use generic pci_enable_resources()Bjorn Helgaas1-57/+2
2008-04-21PCI: powerpc: use generic pci_enable_resources()Bjorn Helgaas1-33/+1
2008-04-21PCI: ia64: use generic pci_enable_resources()Bjorn Helgaas1-43/+1
2008-04-21PCI: alpha: use generic pci_enable_resources()Bjorn Helgaas1-22/+1
2008-04-21PCI: x86: use generic pci_enable_resources()Bjorn Helgaas3-40/+1
2008-04-21PCI: add generic pci_enable_resources()Bjorn Helgaas2-0/+44
2008-04-21PCI: add PCI Express ASPM supportShaohua Li10-0/+921
2008-04-21PCI: remove "pci=routeirq" noise from dmesgBjorn Helgaas1-2/+1
2008-04-21PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade2-5/+7
2008-04-21PCI: #if 0 pci_cleanup_aer_correct_error_status()Adrian Bunk2-6/+2
2008-04-21PCI: pcie AER: don't check _OSC when acpi is disabledYinghai Lu1-0/+3
2008-04-21PCI: remove global list of PCI devicesGreg Kroah-Hartman4-49/+1
2008-04-21PCI: remove parisc consumer of the pci global_listJames Bottomley1-1/+0
2008-04-21PCI: remove pcibios_fixup_ghosts()Greg Kroah-Hartman2-107/+0
2008-04-21PCI: add is_added flag to struct pci_devGreg Kroah-Hartman5-17/+10
2008-04-21PCI: make no_pci_devices() use the pci_bus_type listGreg Kroah-Hartman1-3/+14
2008-04-21PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman8-94/+0
2008-04-21PCI Hotplug: the ibm driver is not dependant on PCI_LEGACYGreg Kroah-Hartman1-1/+1
2008-04-21PCI Hotplug: make cpcihp driver use modern apisGreg Kroah-Hartman2-2/+8
2008-04-21PCI: clean up search.c a lotGreg Kroah-Hartman2-139/+114
2008-04-21PCI: remove pci_get_device_reverseGreg Kroah-Hartman2-51/+0
2008-04-21PCI: remove pci_get_device_reverse from calgary driverGreg Kroah-Hartman1-2/+1
2008-04-21PCI: remove pci_find_presentGreg Kroah-Hartman2-22/+15
2008-04-21PCI: #if 0 pci_assign_resource_fixed()Adrian Bunk2-2/+1
2008-04-21PCI: doc/pci: create Documentation/PCI/ and move files into itRandy Dunlap7-20/+22
2008-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds18-335/+503
2008-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds944-119960/+82686
2008-04-19security: fix up documentation for security_module_enableJames Morris1-1/+1
2008-04-19Security: Introduce security= boot parameterAhmed S. Darwish8-4/+83
2008-04-19Audit: Final renamings and cleanupAhmed S. Darwish4-28/+93
2008-04-19SELinux: use new audit hooks, remove redundant exportsAhmed S. Darwish5-108/+71
2008-04-19Audit: internally use the new LSM audit hooksAhmed S. Darwish3-55/+22
2008-04-19LSM/Audit: Introduce generic Audit LSM hooksAhmed S. Darwish3-1/+127
2008-04-19SELinux: remove redundant exportsAhmed S. Darwish2-104/+0
2008-04-19Netlink: Use generic LSM hookAhmed S. Darwish1-2/+1
2008-04-19Audit: use new LSM hooks instead of SELinux exportsAhmed S. Darwish3-37/+43
2008-04-19SELinux: setup new inode/ipc getsecid hooksAhmed S. Darwish1-2/+17
2008-04-19LSM: Introduce inode_getsecid and ipc_getsecid hooksAhmed S. Darwish3-2/+54
2008-04-19[NET]: Fix and allocate less memory for ->priv'less netdevicesAlexey Dobriyan1-6/+9
2008-04-19x86 PAT: fix mmap() of holesIngo Molnar1-1/+1
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds133-4389/+4873
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds25-473/+877
2008-04-18libata: fix boot panic with SATAPI devices on non-SFF HBAsJames Bottomley1-1/+2
2008-04-18Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds47-1042/+5800