summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20170601next-20170601Stephen Rothwell2017-06-015-0/+6287
* Merge branch 'akpm/master'Stephen Rothwell2017-06-015-26/+78
|\
| * lib/crc-ccitt: add CCITT-FALSE CRC16 variantAndrey Vostrikov2017-06-012-1/+64
| * xtensa: use generic fb.hTobias Klauser2017-06-012-12/+1
| * sparc64: NG4 memset 32 bits overflowPavel Tatashin2017-06-011-13/+13
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2017-06-01205-2399/+4901
|\
| * ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul2017-06-011-0/+3
| * ipc/sem: drop __sem_free()Kees Cook2017-06-011-7/+2
| * ipc/msg: remove special msg_alloc/freeKees Cook2017-06-011-20/+4
| * ipc/shm: remove special shm_alloc/freeKees Cook2017-06-011-20/+4
| * ipc: move atomic_set() to where it is neededKees Cook2017-06-014-5/+1
| * ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-06-011-5/+5
| * ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-06-011-6/+3
| * ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-06-011-5/+4
| * ipc/util: drop ipc_rcu_alloc()Kees Cook2017-06-012-24/+0
| * ipc/msg: avoid ipc_rcu_alloc()Kees Cook2017-06-011-4/+14
| * ipc/shm: avoid ipc_rcu_alloc()Kees Cook2017-06-011-4/+14
| * ipc/sem: avoid ipc_rcu_alloc()Kees Cook2017-06-011-5/+20
| * ipc/util: drop ipc_rcu_free()Kees Cook2017-06-012-8/+0
| * ipc/msg: do not use ipc_rcu_free()Kees Cook2017-06-011-2/+7
| * ipc/shm: do not use ipc_rcu_free()Kees Cook2017-06-011-2/+7
| * ipc/sem: do not use ipc_rcu_free()Kees Cook2017-06-011-2/+7
| * ipc: drop non-RCU allocationKees Cook2017-06-013-33/+6
| * include/linux/sem.h: correctly document sem_ctimeManfred Spraul2017-06-012-2/+2
| * ipc-merge-ipc_rcu-and-kern_ipc_perm-fixManfred Spraul2017-06-011-0/+2
| * ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-06-016-61/+64
| * ipc-semc-remove-sem_base-embed-struct-sem-v3Manfred Spraul2017-06-011-1/+1
| * ipc/sem.c: remove sem_base, embed struct semManfred Spraul2017-06-012-55/+55
| * fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2017-06-012-1/+3
| * fault-inject: don't convert unsigned type value as signed intAkinobu Mita2017-06-011-1/+1
| * fault-inject: simplify access check for fail-nthAkinobu Mita2017-06-011-14/+8
| * fault-inject: make fail-nth read/write interface symmetricAkinobu Mita2017-06-012-14/+13
| * fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita2017-06-013-10/+8
| * fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita2017-06-011-1/+1
| * fault-inject-support-systematic-fault-injection-fixAndrew Morton2017-06-011-1/+1
| * fault-inject: support systematic fault injectionDmitry Vyukov2017-06-015-0/+142
| * kernel-reboot-add-devm_register_reboot_notifier-fixAndrew Morton2017-06-011-1/+2
| * kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2017-06-012-0/+30
| * kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov2017-06-012-0/+4
| * kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-06-014-0/+112
| * procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov2017-06-012-3/+11
| * scripts/gdb: add lx-fdtdump commandPeter Griffin2017-06-012-0/+80
| * fs/Kconfig: kill CONFIG_PERCPU_RWSEM some moreDavidlohr Bueso2017-06-011-1/+0
| * bfs: fix sanity checks for empty filesRakesh Pandit2017-06-011-1/+1
| * uapi: fix linux/sysctl.h userspace compilation errorsDmitry V. Levin2017-06-011-0/+4
| * kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk2017-06-011-1/+1
| * sysctl: add unsigned int range supportLuis R. Rodriguez2017-06-013-1/+72
| * sysctl: simplify unsigned int supportLuis R. Rodriguez2017-06-012-7/+160
| * sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez2017-06-011-24/+32
| * sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez2017-06-011-4/+25