aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-01-11bcma: return the mips irq number in bcma_core_irqGravatar Nathan Hintz 1-1/+1
2012-12-21Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Gravatar Linus Torvalds 7-36/+4
2012-12-21ARM: dts: fix duplicated build target and alphabetical sort out for exynosGravatar Kukjin Kim 1-3/+2
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 105-309/+54
2012-12-20Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 6-7/+11
2012-12-20Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 22-180/+201
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argGravatar Jeff Layton 1-1/+1
2012-12-20ARM: OMAP2+: Trivial fix for IOMMU merge issueGravatar Tony Lindgren 1-2/+2
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 14-133/+53
2012-12-20ARM: OMAP2+: Fix compillation error in mach-omap2/timer.cGravatar Peter Ujfalusi 1-1/+1
2012-12-20Merge branch 'v3.8-samsung-fixes-audio' of git://git.kernel.org/pub/scm/linux...Gravatar Olof Johansson 9-169/+182
2012-12-20Merge branch 'v3.8-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Olof Johansson 8-10/+18
2012-12-20ARM: sunxi: rename device tree source filesGravatar Olof Johansson 4-0/+0
2012-12-20ARM: OMAP: Fix build breakage due to missing include in i2c.cGravatar Vaibhav Bedia 1-0/+1
2012-12-20Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Gravatar Linus Torvalds 3-5/+5
2012-12-20Merge tags 'disintegrate-h8300-20121219', 'disintegrate-m32r-20121219' and 'd...Gravatar Linus Torvalds 112-1241/+1381
2012-12-20Merge tag 'cris-for-linus-3.8' of git://jni.nu/crisGravatar Linus Torvalds 55-645/+689
2012-12-20Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 42-350/+300
2012-12-20UAPI: Fix up empty files in arch/cris/Gravatar David Howells 3-0/+5
2012-12-20CRIS: locking: fix the return value of arch_read_trylock()Gravatar Wei Yongjun 1-1/+1
2012-12-20Merge tag 'disintegrate-cris-20121009' of git://git.infradead.org/users/dhowe...Gravatar Jesper Nilsson 53-639/+682
2012-12-20CRIS: use kbuild.h instead of defining macros in asm-offset.cGravatar James Hogan 1-5/+1
2012-12-20UAPI: (Scripted) Disintegrate arch/score/include/asmGravatar David Howells 35-80/+118
2012-12-20ARM: 7607/1: realview: fix private peripheral memory base for EB rev. B boardsGravatar Will Deacon 1-1/+1
2012-12-20ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUsGravatar Will Deacon 1-2/+4
2012-12-20ARM: missing ->mmap_sem around find_vma() in swp_emulate.cGravatar Al Viro 1-0/+2
2012-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 7-12/+67
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.Gravatar David S. Miller 1-0/+3
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.Gravatar David S. Miller 1-0/+6
2012-12-19sparc64: Fix ECB looping constructs in AES code.Gravatar David S. Miller 1-0/+1
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.Gravatar David S. Miller 1-0/+4
2012-12-19sparc64: Fix AES ctr mode block size.Gravatar David S. Miller 1-3/+24
2012-12-19sparc64: Fix unrolled AES 256-bit key loops.Gravatar David S. Miller 1-6/+14
2012-12-19alpha: switch to generic sigaltstackGravatar Al Viro 2-9/+2
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseGravatar Al Viro 3-25/+7
2012-12-19generic compat_sys_sigaltstack()Gravatar Al Viro 8-67/+6
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itGravatar Al Viro 12-21/+7
2012-12-19new helper: compat_user_stack_pointer()Gravatar Al Viro 2-2/+10
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsGravatar Al Viro 16-97/+0
2012-12-19new helper: current_user_stack_pointer()Gravatar Al Viro 6-0/+10
2012-12-19missing user_stack_pointer() instancesGravatar Al Viro 9-0/+10
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 56-89/+0
2012-12-19COMPAT_SYSCALL_DEFINE: infrastructureGravatar Al Viro 1-0/+3
2012-12-19Merge tag 'xtensa-20121218' of git://github.com/czankel/xtensa-linuxGravatar Linus Torvalds 80-422/+2096
2012-12-19Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-52/+1
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 9-87/+75
2012-12-19ARM: EXYNOS: Avoid passing the clks through platform dataGravatar Padmavathi Venna 1-12/+0
2012-12-19ARM: S5PV210: Avoid passing the clks through platform dataGravatar Padmavathi Venna 1-16/+0
2012-12-19ARM: S5P64X0: Add I2S clkdev supportGravatar Padmavathi Venna 3-47/+75