aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-19x86: modify show_shared_cpu_map in intel_cacheinfoMike Travis1-7/+23
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis2-1/+30
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis1-23/+23
2008-04-19x86: use new set_cpus_allowed_ptr functionMike Travis8-58/+61
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis1-1/+1
2008-04-19numa: move large array from stack to _initdata sectionMike Travis1-1/+2
2008-04-19x86: oprofile: remove NR_CPUS arrays in arch/x86/oprofile/nmi_int.cMike Travis1-22/+27
2008-04-19x86: reduce memory and stack usage in intel_cacheinfoMike Travis1-30/+40
2008-04-19x86: UV startup of slave cpusJack Steiner2-15/+31
2008-04-19x86: integrate pci-dma.cGlauber Costa4-328/+176
2008-04-19x86: don't do dma if mask is NULL.Glauber Costa1-0/+3
2008-04-19x86: return conditional to mmuGlauber Costa1-2/+32
2008-04-19x86: remove kludge from x86_64Glauber Costa1-4/+0
2008-04-19x86: unify gfp masksGlauber Costa2-2/+6
2008-04-19x86: retry allocation if failedGlauber Costa1-5/+29
2008-04-19x86: don't try to allocate from DMA zone at firstGlauber Costa1-3/+0
2008-04-19x86: use a fallback dev for i386Glauber Costa1-0/+13
2008-04-19x86: use numa allocation function in i386Glauber Costa1-5/+22
2008-04-19x86: remove virt_to_bus in pci-dma_64.cGlauber Costa1-7/+7
2008-04-19x86: adjust dma_free_coherent for i386Glauber Costa1-0/+2
2008-04-19x86: move bad_dma_addressGlauber Costa3-6/+2
2008-04-19x86: isolate coherent mapping functionsGlauber Costa2-17/+45
2008-04-19x86: move dma_coherent functions to pci-dma.cGlauber Costa2-85/+81