aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds43-10612/+167
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivialLinus Torvalds1-3/+3
2008-04-21frv: unexport kmap_atomic_to_pageAdrian Bunk1-3/+0
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds16-420/+27
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-174/+263
2008-04-21Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds5-8/+8
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds335-3888/+11125
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds5-6/+11
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds11-429/+385
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds29-30/+1
2008-04-21Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds238-10402/+29776
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-develLinus Torvalds14-137/+201
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds81-655/+897
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds27-74/+2160
2008-04-21arm: Storage class should be before const qualifierTobias Klauser1-3/+3
2008-04-21[SPARC]: Remove SunOS and Solaris binary support.David S. Miller43-10612/+167
2008-04-20PCI: parisc: use generic pci_enable_resources()Bjorn Helgaas1-17/+13
2008-04-20PCI: ppc: use generic pci_enable_resources()Bjorn Helgaas1-57/+2
2008-04-20PCI: powerpc: use generic pci_enable_resources()Bjorn Helgaas1-33/+1
2008-04-20PCI: ia64: use generic pci_enable_resources()Bjorn Helgaas1-43/+1
2008-04-20PCI: alpha: use generic pci_enable_resources()Bjorn Helgaas1-22/+1
2008-04-20PCI: x86: use generic pci_enable_resources()Bjorn Helgaas3-40/+1
2008-04-20PCI: remove "pci=routeirq" noise from dmesgBjorn Helgaas1-2/+1
2008-04-20PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade1-4/+4
2008-04-20PCI: remove pcibios_fixup_ghosts()Greg Kroah-Hartman2-107/+0
2008-04-20PCI: add is_added flag to struct pci_devGreg Kroah-Hartman1-5/+2
2008-04-20PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman6-88/+0
2008-04-20PCI: remove pci_get_device_reverse from calgary driverGreg Kroah-Hartman1-2/+1
2008-04-21[CRYPTO] aes-x86-32: Remove unused return codeSebastian Siewior1-3/+0
2008-04-21[CRYPTO] sha384: Hardware acceleration for s390Jan Glauber1-7/+50
2008-04-21[CRYPTO] sha512: Hardware acceleration for s390Jan Glauber5-4/+86
2008-04-21[CRYPTO] s390: Generic sha_update and sha_finalJan Glauber5-171/+138
2008-04-20[PPC] minor irq handler cleanupsJeff Garzik2-3/+4
2008-04-20[BLACKFIN] minor irq handler cleanupsJeff Garzik1-3/+2
2008-04-20[SPARC] minor irq handler cleanupsJeff Garzik1-1/+1
2008-04-20ARM minor irq handler cleanup: avoid passing unused info to irqJeff Garzik1-1/+1
2008-04-20[POWERPC] Define copy_siginfo_from_user32Roland McGrath1-3/+16
2008-04-20[POWERPC] Add compat handler for PTRACE_GETSIGINFOAndreas Schwab2-0/+29
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki2-6/+2
2008-04-19Firmware: add iSCSI iBFT SupportKonrad Rzeszutek2-0/+7
2008-04-19UIO: arch/arm/Kconfig: Make UIO available on ARM architectureHans-Jürgen Koch1-0/+2
2008-04-19avr32: Add hardware power-down function callPeter Ma1-0/+2
2008-04-19avr32: Remove two unused #defines from mm/init.cJohannes Weiner1-3/+0
2008-04-19avr32: Implement set_rate(), set_parent() and mode() for pll1Hans-Christian Egtvedt1-3/+150
2008-04-19avr32: Generic clockevents supportDavid Brownell5-357/+109
2008-04-19avr32: Move sleep code into mach-at32apHaavard Skinnemoen4-23/+69
2008-04-19avr32: Delete mostly unused header asm/intc.hHaavard Skinnemoen2-2/+0
2008-04-19avr32: start clocksource cleanupDavid Brownell1-37/+8
2008-04-19avr32: pass i2c board info through at32_add_device_twiBen Nizette1-1/+6
2008-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/usba-2.6.26 into baseHaavard Skinnemoen1-6/+44