| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 87 | -1489/+539 |
|\ |
|
| * | syscalls.h: slightly reduce the jungles of macros | Al Viro | 2013-03-05 | 1 | -34/+15 |
| * | get rid of union semop in sys_semctl(2) arguments | Al Viro | 2013-03-05 | 7 | -71/+91 |
| * | make do_mremap() static | Al Viro | 2013-03-04 | 3 | -9/+1 |
| * | sparc: no need to sign-extend in sync_file_range() wrapper | Al Viro | 2013-03-03 | 2 | -2/+1 |
| * | ppc compat wrappers for add_key(2) and request_key(2) are pointless | Al Viro | 2013-03-03 | 2 | -19/+2 |
| * | x86: trim sys_ia32.h | Al Viro | 2013-03-03 | 1 | -5/+0 |
| * | x86: sys32_kill and sys32_mprotect are pointless | Al Viro | 2013-03-03 | 3 | -15/+2 |
| * | get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPC | Al Viro | 2013-03-03 | 4 | -132/+73 |
| * | merge compat sys_ipc instances | Al Viro | 2013-03-03 | 15 | -315/+52 |
| * | consolidate compat lookup_dcookie() | Al Viro | 2013-03-03 | 18 | -60/+20 |
| * | convert vmsplice to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 6 | -30/+24 |
| * | switch getrusage() to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 6 | -27/+16 |
| * | switch epoll_pwait to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 5 | -63/+50 |
| * | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 20 | -175/+54 |
| * | switch signalfd{,4}() to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 4 | -45/+33 |
| * | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect | Al Viro | 2013-03-03 | 9 | -89/+31 |
| * | make HAVE_SYSCALL_WRAPPERS unconditional | Al Viro | 2013-03-03 | 10 | -30/+0 |
| * | consolidate cond_syscall and SYSCALL_ALIAS declarations | Al Viro | 2013-03-03 | 29 | -209/+44 |
| * | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long | Al Viro | 2013-03-03 | 9 | -127/+23 |
| * | get rid of duplicate logics in __SC_....[1-6] definitions | Al Viro | 2013-03-03 | 2 | -62/+38 |
* | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-04-30 | 214 | -1690/+2820 |
|\ \ |
|
| * | | Documentation/sysrq: fix inconstistent help message of sysrq key | zhangwei(Jovi) | 2013-04-30 | 1 | -10/+10 |
| * | | ethernet/emac/sysrq: fix inconstistent help message of sysrq key | zhangwei(Jovi) | 2013-04-30 | 1 | -1/+1 |
| * | | sparc/sysrq: fix inconstistent help message of sysrq key | zhangwei(Jovi) | 2013-04-30 | 1 | -2/+2 |
| * | | powerpc/xmon/sysrq: fix inconstistent help message of sysrq key | zhangwei(Jovi) | 2013-04-30 | 1 | -1/+1 |
| * | | ARM/etm/sysrq: fix inconstistent help message of sysrq key | zhangwei(Jovi) | 2013-04-30 | 1 | -1/+1 |
| * | | power/sysrq: fix inconstistent help message of sysrq key | zhangwei(Jovi) | 2013-04-30 | 1 | -1/+1 |
| * | | kgdb/sysrq: fix inconstistent help message of sysrq key | zhangwei(Jovi) | 2013-04-30 | 1 | -1/+1 |
| * | | lib/decompress.c: fix initconst | Andi Kleen | 2013-04-30 | 1 | -1/+1 |
| * | | notifier-error-inject: fix module names in Kconfig | Akinobu Mita | 2013-04-30 | 1 | -2/+2 |
| * | | kernel/sys.c: make prctl(PR_SET_MM) generally available | Amnon Shiloh | 2013-04-30 | 1 | -8/+2 |
| * | | UAPI: remove empty Kbuild files | David Howells | 2013-04-30 | 2 | -4/+0 |
| * | | menuconfig: print more info for symbol without prompts | Wengmeiling | 2013-04-30 | 1 | -7/+20 |
| * | | init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig display | Mike Frysinger | 2013-04-30 | 1 | -40/+40 |
| * | | kconfig menu: move Virtualization drivers near other virtualization options | Randy Dunlap | 2013-04-30 | 1 | -2/+2 |
| * | | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Stephen Boyd | 2013-04-30 | 16 | -76/+31 |
| * | | relay: use macro PAGE_ALIGN instead of FIX_SIZE | zhangwei(Jovi) | 2013-04-30 | 1 | -4/+1 |
| * | | kernel/relay.c: move FIX_SIZE macro into relay.c | zhangwei(Jovi) | 2013-04-30 | 2 | -3/+3 |
| * | | kernel/relay.c: remove unused function argument actor | zhangwei(Jovi) | 2013-04-30 | 1 | -8/+4 |
| * | | drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave() | Wei Yongjun | 2013-04-30 | 1 | -1/+2 |
| * | | drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave() | Wei Yongjun | 2013-04-30 | 1 | -1/+2 |
| * | | drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave() | Wei Yongjun | 2013-04-30 | 1 | -1/+2 |
| * | | drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave() | Wei Yongjun | 2013-04-30 | 1 | -1/+3 |
| * | | drivers/memstick/host/r592.c: make r592_pm_ops static | Jingoo Han | 2013-04-30 | 1 | -5/+3 |
| * | | semaphore: use `bool' type for semaphore_waiter's up | liguang | 2013-04-30 | 1 | -3/+3 |
| * | | semaphore: use unlikely() for down's timeout | liguang | 2013-04-30 | 1 | -1/+1 |
| * | | pps: pps_kc_hardpps_lock can be static | Fengguang Wu | 2013-04-30 | 1 | -3/+3 |
| * | | pps: hide more configuration symbols behind CONFIG_PPS | Florian Fainelli | 2013-04-30 | 1 | -2/+4 |
| * | | aoe: replace kmalloc and then memcpy with kmemdup | Mihnea Dobrescu-Balaur | 2013-04-30 | 1 | -2/+1 |