summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-13ipc/util: drop ipc_rcu_alloc()Kees Cook2-24/+0
2017-07-13ipc/msg: avoid ipc_rcu_alloc()Kees Cook1-4/+14
2017-07-13ipc/shm: avoid ipc_rcu_alloc()Kees Cook1-4/+14
2017-07-13ipc/sem: avoid ipc_rcu_alloc()Kees Cook1-5/+20
2017-07-13ipc/util: drop ipc_rcu_free()Kees Cook2-8/+0
2017-07-13ipc/msg: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-13ipc/shm: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-13ipc/sem: do not use ipc_rcu_free()Kees Cook1-2/+7
2017-07-13ipc: drop non-RCU allocationKees Cook3-33/+6
2017-07-13include/linux/sem.h: correctly document sem_ctimeManfred Spraul2-2/+2
2017-07-13ipc: merge ipc_rcu and kern_ipc_permManfred Spraul6-61/+66
2017-07-13ipc/sem.c: remove sem_base, embed struct semManfred Spraul2-55/+55
2017-07-13fault-inject: support systematic fault injectionDmitry Vyukov5-0/+142
2017-07-13kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov2-0/+4
2017-07-13kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov4-0/+112
2017-07-13procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov2-3/+11
2017-07-13kfifo: clean up example to not use page_linkLogan Gunthorpe1-4/+4
2017-07-13scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez1-3/+10
2017-07-13scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez1-1/+1
2017-07-13scripts/gdb: add lx-fdtdump commandPeter Griffin2-0/+80
2017-07-13fs/Kconfig: kill CONFIG_PERCPU_RWSEM some moreDavidlohr Bueso1-1/+0
2017-07-13bfs: fix sanity checks for empty filesRakesh Pandit1-1/+1
2017-07-13random: do not ignore early device randomnessKees Cook2-0/+6
2017-07-13kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk1-1/+1
2017-07-13test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez2-0/+102
2017-07-13test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez2-0/+74
2017-07-13test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez2-0/+73
2017-07-13test_sysctl: test against PAGE_SIZE for intLuis R. Rodriguez1-0/+66
2017-07-13test_sysctl: add generic script to expand on testsLuis R. Rodriguez5-220/+495
2017-07-13test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez6-4/+130
2017-07-13sysctl: add unsigned int range supportLuis R. Rodriguez3-1/+72
2017-07-13sysctl: simplify unsigned int supportLuis R. Rodriguez2-7/+160
2017-07-13sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez1-24/+32
2017-07-13sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez1-4/+25
2017-07-13sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez1-5/+5
2017-07-13kexec/kdump: minor Documentation updates for arm64 and ImageBharat Bhushan1-3/+9
2017-07-13kdump: protect vmcoreinfo data under the crash memoryXunlei Pang6-2/+74
2017-07-13powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang3-5/+2
2017-07-13kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang8-21/+29
2017-07-13kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter1-11/+5
2017-07-13mm/memory.c: mark create_huge_pmd() inline to prevent build failureGeert Uytterhoeven1-1/+1
2017-07-13kernel.h: handle pointers to arrays better in container_of()Ian Abbott1-3/+7
2017-07-13include/linux/dcache.h: use unsigned chars in struct name_snapshotStephen Rothwell1-2/+2
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds41-2483/+4944
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds22-548/+1233
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-383/+1456
2017-07-12fix a braino in compat_sys_getrlimit()Al Viro1-1/+1
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-20/+57
2017-07-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds40-440/+600
2017-07-12Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-179/+180