summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-14scripts/gdb: add kernel config dumping commandStephen Boyd
2019-05-14scripts/gdb: find vmlinux where it was beforeStephen Boyd
2019-05-14pps: pps-gpio PPS ECHO implementationTom Burkart
2019-05-14dt-bindings: pps: pps-gpio PPS ECHO implementationTom Burkart
2019-05-14pps: descriptor-based gpioTom Burkart
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen
2019-05-14panic: avoid the extra noise dmesgFeng Tang
2019-05-14gcov: clang supportGreg Hackmann
2019-05-14gcov: docs: add a note on GCC vs Clang differencesTri Vo
2019-05-14gcov: clang: move common GCC code into gcc_base.cGreg Hackmann
2019-05-14fs/eventfd.c: make eventfd_ida staticYueHaibing
2019-05-14eventfd: present id to userspace via fdinfoMasatake YAMATO
2019-05-14kernel/pid.c: remove unneeded hash header fileTimmy Li
2019-05-14kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test caseEric Sandeen
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: allow graceful use on older kernelsLuis Chamberlain
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: ignore diff output on verify_diff_w()Luis Chamberlain
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: load module before testing for itLuis Chamberlain
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: remove superfluous test_reqs()Luis Chamberlain
2019-05-14sysctl: return -EINVAL if val violates minmaxChristian Brauner
2019-05-14kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko
2019-05-14rapidio: fix a NULL pointer dereference when create_workqueue() failsKangjie Lu
2019-05-14include/linux/cpumask.h: fix double string traverse in cpumask_parseYury Norov
2019-05-14exec selftests: test ->recursion_depthAlexey Dobriyan
2019-05-14exec: move struct linux_binprm::bufAlexey Dobriyan
2019-05-14fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan
2019-05-14kernel/signal.c: annotate implicit fall throughMathieu Malaterre
2019-05-14fs/fat/file.c: issue flush after the writeback of FATHou Tao
2019-05-14reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham
2019-05-14autofs: add description of ignore pseudo mount optionIan Kent
2019-05-14autofs: update mount control expire desription with AUTOFS_EXP_FORCEDIan Kent
2019-05-14autofs: update AUTOFS_EXP_LEAVES descriptionIan Kent
2019-05-14autofs: update autofs.txt for strictexpire mount optionIan Kent
2019-05-14autofs: fix some word usage oddities in autofs.txtIan Kent
2019-05-14net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-05-14xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-05-14powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-05-14init: introduce DEBUG_MISC optionSinan Kaya
2019-05-14binfmt_elf: move brk out of mmap when doing direct loader execKees Cook
2019-05-14elf: init pt_regs pointer laterAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan
2019-05-14fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan
2019-05-14fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton
2019-05-14lib/test_vmalloc.c:test_func(): eliminate local `ret'Andrew Morton
2019-05-14include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes
2019-05-14lib/test_bitmap: add tests for bitmap_parselist_user()Yury Norov