summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-12-20ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUsWill Deacon1-2/+4
2012-12-20ARM: missing ->mmap_sem around find_vma() in swp_emulate.cAl Viro1-0/+2
2012-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-12/+67
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.David S. Miller1-0/+3
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.David S. Miller1-0/+6
2012-12-19sparc64: Fix ECB looping constructs in AES code.David S. Miller1-0/+1
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.David S. Miller1-0/+4
2012-12-19sparc64: Fix AES ctr mode block size.David S. Miller1-3/+24
2012-12-19sparc64: Fix unrolled AES 256-bit key loops.David S. Miller1-6/+14
2012-12-19alpha: switch to generic sigaltstackAl Viro2-9/+2
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro3-25/+7
2012-12-19generic compat_sys_sigaltstack()Al Viro8-67/+6
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro12-21/+7
2012-12-19new helper: compat_user_stack_pointer()Al Viro2-2/+10
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro16-97/+0
2012-12-19new helper: current_user_stack_pointer()Al Viro6-0/+10
2012-12-19missing user_stack_pointer() instancesAl Viro9-0/+10
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro56-89/+0
2012-12-19COMPAT_SYSCALL_DEFINE: infrastructureAl Viro1-0/+3
2012-12-19Merge tag 'xtensa-20121218' of git://github.com/czankel/xtensa-linuxLinus Torvalds80-422/+2096
2012-12-19Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-52/+1
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds9-87/+75
2012-12-19ARM: EXYNOS: Avoid passing the clks through platform dataPadmavathi Venna1-12/+0
2012-12-19ARM: S5PV210: Avoid passing the clks through platform dataPadmavathi Venna1-16/+0
2012-12-19ARM: S5P64X0: Add I2S clkdev supportPadmavathi Venna3-47/+75
2012-12-19ARM: S5PC100: Add I2S clkdev supportPadmavathi Venna2-34/+30
2012-12-19ARM: S3C64XX: Add I2S clkdev supportPadmavathi Venna2-60/+77
2012-12-19ARM: EXYNOS: Fix MSHC clocks instance namesDongjin Kim1-2/+2
2012-12-19ARM: EXYNOS: Fix NULL pointer dereference bug in SMDKV310Sachin Kamat1-2/+2
2012-12-19ARM: EXYNOS: Fix NULL pointer dereference bug in SMDK4X12Sachin Kamat1-2/+2
2012-12-19ARM: EXYNOS: Fix NULL pointer dereference bug in OrigenSachin Kamat1-2/+2
2012-12-19Merge tag 'for-v3.8-part2' of git://git.infradead.org/battery-2.6Linus Torvalds1-0/+6
2012-12-19UAPI: (Scripted) Disintegrate arch/m32r/include/asmDavid Howells38-615/+668
2012-12-19UAPI: (Scripted) Disintegrate arch/h8300/include/asmDavid Howells39-546/+595
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-14/+7
2012-12-19Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw...Linus Torvalds1-0/+19
2012-12-18xtensa: don't try to build DTB when OF is disabledMax Filippov2-2/+2
2012-12-18xtensa: set the correct ethernet address for xtfpgaChris Zankel1-2/+34
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel49-175/+160
2012-12-18xtensa: provide endianness macro for sparseMax Filippov1-0/+7
2012-12-18xtensa: fix RASID SR initializationMax Filippov1-1/+1
2012-12-18xtensa: initialize CPENABLE SR when core has oneMax Filippov1-1/+1
2012-12-18xtensa: reset all timers on initializationMax Filippov1-1/+1
2012-12-18Use for_each_compatible_node() macro.Wei Yongjun1-2/+2
2012-12-18xtensa: add XTFPGA DTSMax Filippov5-0/+122
2012-12-18xtensa: add support for the XTFPGA boardsMax Filippov9-0/+472
2012-12-18xtensa: add device trees supportMax Filippov7-25/+164
2012-12-18xtensa: add IRQ domains supportMax Filippov3-34/+94
2012-12-18xtensa: add U-Boot image support (uImage).Max Filippov2-1/+16
2012-12-18xtensa: clean up boot make rulesMax Filippov3-29/+33