summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin
2017-07-12kernel/watchdog: remove unused declarationNicholas Piggin
2017-07-12net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Michal Hocko
2017-07-12ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul
2017-07-12ipc/sem: drop __sem_free()Kees Cook
2017-07-12ipc/msg: remove special msg_alloc/freeKees Cook
2017-07-12ipc/shm: remove special shm_alloc/freeKees Cook
2017-07-12ipc: move atomic_set() to where it is neededKees Cook
2017-07-12ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-12ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-12ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook
2017-07-12ipc/msg: avoid ipc_rcu_alloc()Kees Cook
2017-07-12ipc/shm: avoid ipc_rcu_alloc()Kees Cook
2017-07-12ipc/sem: avoid ipc_rcu_alloc()Kees Cook
2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook
2017-07-12ipc/msg: do not use ipc_rcu_free()Kees Cook
2017-07-12ipc/shm: do not use ipc_rcu_free()Kees Cook
2017-07-12ipc/sem: do not use ipc_rcu_free()Kees Cook
2017-07-12ipc: drop non-RCU allocationKees Cook
2017-07-12include/linux/sem.h: correctly document sem_ctimeManfred Spraul
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-07-12ipc/sem.c: remove sem_base, embed struct semManfred Spraul
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov
2017-07-12kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov
2017-07-12procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov
2017-07-12kfifo: clean up example to not use page_linkLogan Gunthorpe
2017-07-12scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez
2017-07-12scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez
2017-07-12scripts/gdb: add lx-fdtdump commandPeter Griffin
2017-07-12fs/Kconfig: kill CONFIG_PERCPU_RWSEM some moreDavidlohr Bueso
2017-07-12bfs: fix sanity checks for empty filesRakesh Pandit
2017-07-12random: do not ignore early device randomnessKees Cook
2017-07-12kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk
2017-07-12test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez
2017-07-12test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez
2017-07-12test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez
2017-07-12test_sysctl: test against PAGE_SIZE for intLuis R. Rodriguez
2017-07-12test_sysctl: add generic script to expand on testsLuis R. Rodriguez
2017-07-12test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez
2017-07-12sysctl: simplify unsigned int supportLuis R. Rodriguez
2017-07-12sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez
2017-07-12sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez
2017-07-12sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez
2017-07-12kexec/kdump: minor Documentation updates for arm64 and ImageBharat Bhushan
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang