aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-26Add linux-next specific files for 20170526next-20170526Stephen Rothwell
2017-05-26Merge branch 'akpm/master'Stephen Rothwell
2017-05-26lib/crc-ccitt: add CCITT-FALSE CRC16 variantAndrey Vostrikov
2017-05-26xtensa: use generic fb.hTobias Klauser
2017-05-26powerpc/sequoia: fix NAND partitions not to overlapPavel Machek
2017-05-26sparc64: NG4 memset 32 bits overflowPavel Tatashin
2017-05-26Merge branch 'akpm-current/current'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'rtc/rtc-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'coresight/next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'livepatching/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'random/dev'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'userns/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'dma-buf/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'pinctrl-samsung/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'pinctrl/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'gpio/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'rpmsg/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'libata/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'target-updates/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'scsi/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2017-05-26Merge remote-tracking branch 'slave-dma/next'Stephen Rothwell
2017-05-26ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul
2017-05-26ipc/sem: drop __sem_free()Kees Cook
2017-05-26ipc/msg: remove special msg_alloc/freeKees Cook
2017-05-26ipc/shm: remove special shm_alloc/freeKees Cook
2017-05-26ipc: move atomic_set() to where it is neededKees Cook
2017-05-26ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-05-26ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-05-26ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-05-26ipc/util: drop ipc_rcu_alloc()Kees Cook
2017-05-26ipc/msg: avoid ipc_rcu_alloc()Kees Cook
2017-05-26ipc/shm: avoid ipc_rcu_alloc()Kees Cook
2017-05-26ipc/sem: avoid ipc_rcu_alloc()Kees Cook
2017-05-26ipc/util: drop ipc_rcu_free()Kees Cook
2017-05-26ipc/msg: do not use ipc_rcu_free()Kees Cook
2017-05-26ipc/shm: do not use ipc_rcu_free()Kees Cook
2017-05-26ipc/sem: do not use ipc_rcu_free()Kees Cook
2017-05-26ipc: drop non-RCU allocationKees Cook
2017-05-26include/linux/sem.h: correctly document sem_ctimeManfred Spraul
2017-05-26ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-05-26ipc-semc-remove-sem_base-embed-struct-sem-v3Manfred Spraul
2017-05-26ipc/sem.c: remove sem_base, embed struct semManfred Spraul
2017-05-26fault-inject: add /proc/<pid>/fail-nthAkinobu Mita
2017-05-26fault-inject: don't convert unsigned type value as signed intAkinobu Mita
2017-05-26fault-inject: simplify access check for fail-nthAkinobu Mita
2017-05-26fault-inject: make fail-nth read/write interface symmetricAkinobu Mita
2017-05-26fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita
2017-05-26fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita
2017-05-26fault-inject-support-systematic-fault-injection-fixAndrew Morton