aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-05get rid of union semop in sys_semctl(2) argumentsAl Viro3-17/+2
2013-03-04make do_mremap() staticAl Viro1-4/+0
2013-03-03sparc: no need to sign-extend in sync_file_range() wrapperAl Viro2-2/+1
2013-03-03ppc compat wrappers for add_key(2) and request_key(2) are pointlessAl Viro2-19/+2
2013-03-03x86: trim sys_ia32.hAl Viro1-5/+0
2013-03-03x86: sys32_kill and sys32_mprotect are pointlessAl Viro3-15/+2
2013-03-03get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro2-27/+3
2013-03-03merge compat sys_ipc instancesAl Viro12-314/+6
2013-03-03consolidate compat lookup_dcookie()Al Viro15-60/+6
2013-03-03convert vmsplice to COMPAT_SYSCALL_DEFINEAl Viro4-10/+2
2013-03-03switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro4-8/+2
2013-03-03switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2-11/+1
2013-03-03convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro16-149/+10
2013-03-03switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro2-15/+2
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro3-13/+10
2013-03-03make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro7-9/+0
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro26-178/+23
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro1-12/+2
2013-03-03Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds2-1/+18
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+6
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds12-134/+156
2013-03-03Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds7-10/+9
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds174-0/+25028
2013-03-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds8-28/+35
2013-03-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-6/+9
2013-03-03Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King47-93/+300
2013-03-02metag: Provide dma_get_sgtable()James Hogan1-0/+7
2013-03-02metag: prom.h: remove declaration of metag_dt_memblock_reserve()James Hogan1-1/+0
2013-03-02metag: copy devicetree to non-init memoryJames Hogan3-0/+20
2013-03-02metag: cleanup metag_ksyms.c includesJames Hogan1-6/+3
2013-03-02metag: move mm/init.c exports out of metag_ksyms.cJames Hogan2-2/+3
2013-03-02metag: move usercopy.c exports out of metag_ksyms.cJames Hogan2-16/+13
2013-03-02metag: move setup.c exports out of metag_ksyms.cJames Hogan2-5/+3
2013-03-02metag: move kick.c exports out of metag_ksyms.cJames Hogan2-2/+3
2013-03-02metag: move traps.c exports out of metag_ksyms.cJames Hogan2-5/+3
2013-03-02metag: move irq enable out of irqflags.h on SMPJames Hogan2-7/+20
2013-03-02metag: hugetlb: convert to vm_unmapped_area()James Hogan1-42/+10
2013-03-02metag: export clear_page and copy_pageJames Hogan1-0/+2
2013-03-02metag: export metag_code_cache_flush_allJames Hogan1-0/+1
2013-03-02metag: protect more non-MMU memory regionsJames Hogan3-7/+42
2013-03-02metag: make TXPRIVEXT bits explicitJames Hogan2-7/+31
2013-03-02metag: kernel/setup.c: sort includesJames Hogan1-23/+23
2013-03-02metag: add boot time LNKGET/LNKSET checkJames Hogan1-0/+79
2013-03-02metag: add __init to metag_cache_probe()James Hogan1-1/+1
2013-03-02metag: Add JTAG Debug Adapter (DA) supportJames Hogan8-0/+103
2013-03-02metag: ftrace supportJames Hogan6-1/+235
2013-03-02metag: PerfJames Hogan7-0/+1073
2013-03-02metag: Build infrastructureJames Hogan19-0/+1124
2013-03-02metag: Various other headersJames Hogan11-0/+526
2013-03-02metag: Stack unwindingJames Hogan2-0/+207