summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-12kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter
2017-07-12mm/memory.c: mark create_huge_pmd() inline to prevent build failureGeert Uytterhoeven
2017-07-12kernel.h: handle pointers to arrays better in container_of()Ian Abbott
2017-07-12include/linux/dcache.h: use unsigned chars in struct name_snapshotStephen Rothwell
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-12fix a braino in compat_sys_getrlimit()Al Viro
2017-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-11Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-07-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2017-07-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-10kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang
2017-07-10kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang
2017-07-10binfmt_elf: safely increment argv pointersKees Cook
2017-07-10s390: reduce ELF_ET_DYN_BASEKees Cook
2017-07-10powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook
2017-07-10arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook
2017-07-10arm: move ELF_ET_DYN_BASE to 4MBKees Cook
2017-07-10binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook
2017-07-10fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes
2017-07-10checkpatch: improve multi-line alignment testJoe Perches