summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: alpha: use generic pci_enable_resources()Bjorn Helgaas2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: x86: use generic pci_enable_resources()Bjorn Helgaas2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: add generic pci_enable_resources()Bjorn Helgaas2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: add PCI Express ASPM supportShaohua Li2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: remove "pci=routeirq" noise from dmesgBjorn Helgaas2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: #if 0 pci_cleanup_aer_correct_error_status()Adrian Bunk2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: pcie AER: don't check _OSC when acpi is disabledYinghai Lu2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: remove global list of PCI devicesGreg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: remove parisc consumer of the pci global_listJames Bottomley2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: remove pcibios_fixup_ghosts()Greg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: add is_added flag to struct pci_devGreg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: make no_pci_devices() use the pci_bus_type listGreg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI Hotplug: the ibm driver is not dependant on PCI_LEGACYGreg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI Hotplug: make cpcihp driver use modern apisGreg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: clean up search.c a lotGreg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: remove pci_get_device_reverseGreg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: remove pci_get_device_reverse from calgary driverGreg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: remove pci_find_presentGreg Kroah-Hartman2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: #if 0 pci_assign_resource_fixed()Adrian Bunk2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | PCI: doc/pci: create Documentation/PCI/ and move files into itRandy Dunlap2008-04-20
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-04-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | [HWRNG] omap: Minor updatesDavid Brownell2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] kconfig: Ordering cleanupSebastian Siewior2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] all: Clean up init()/fini()Kamalesh Babulal2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] padlock-aes: Use generic setkey functionSebastian Siewior2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] aes: Export generic setkeySebastian Siewior2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] api: Make the crypto subsystem fully modularSebastian Siewior2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] cts: Add CTS mode required for Kerberos AES supportKevin Coffman2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpuMarcin Slusarz2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] tcrypt: Change the XTEA test vectorsSebastian Siewior2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] tcrypt: Shrink the tcrypt moduleSebastian Siewior2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] tcrypt: Change the usage of the test vectorsSebastian Siewior2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] api: Constify function pointer tablesJan Engelhardt2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] aes-x86-32: Remove unused return codeSebastian Siewior2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] tcrypt: Shrink speed templatesSebastian Siewior2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] tcrypt: Group common speed templatesSebastian Siewior2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] sha512: Rename sha512 to sha512_genericJan Glauber2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] sha384: Hardware acceleration for s390Jan Glauber2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] sha512: Hardware acceleration for s390Jan Glauber2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] s390: Generic sha_update and sha_finalJan Glauber2008-04-21
| * | | | | | | | | | | | | | | | | | | | | | | | | [CRYPTO] api: Switch to proc_create()Alexey Dobriyan2008-04-21
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-04-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | [ISDN] minor irq handler cleanupsJeff Garzik2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | drivers/char: minor irq handler cleanupsJeff Garzik2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | [PPC] minor irq handler cleanupsJeff Garzik2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | [BLACKFIN] minor irq handler cleanupsJeff Garzik2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | [SPARC] minor irq handler cleanupsJeff Garzik2008-04-20
| * | | | | | | | | | | | | | | | | | | | | | | | | ARM minor irq handler cleanup: avoid passing unused info to irqJeff Garzik2008-04-20
| |/ / / / / / / / / / / / / / / / / / / / / / / /