summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells
2019-07-16coda: bump module versionJan Harkes
2019-07-16coda: get rid of CODA_FREE()Dan Carpenter
2019-07-16coda: get rid of CODA_ALLOC()Dan Carpenter
2019-07-16coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes
2019-07-16coda: stop using 'struct timespec' in user APIArnd Bergmann
2019-07-16coda: clean up indentation, replace spaces with tabColin Ian King
2019-07-16uapi linux/coda_psdev.h: move CODA_REQ_ from uapi to kernel side headersJan Harkes
2019-07-16coda: don't try to print names that were considered too longJan Harkes
2019-07-16coda: fix build using bare-metal toolchainSam Protsenko
2019-07-16coda: potential buffer overflow in coda_psdev_write()Jan Harkes
2019-07-16coda: add error handling for fgetZhouyang Jia
2019-07-16uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea...Mikko Rapeli
2019-07-16uapi linux/coda.h: use __kernel_pid_t for userspaceMikko Rapeli
2019-07-16coda: pass the host file in vma->vm_file on mmapJan Harkes
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual
2019-07-16init/Kconfig: fix neighboring typosKees Cook
2019-07-16fs/binfmt_elf.c: delete stale commentAlexey Dobriyan
2019-07-16fs/binfmt_flat.c: remove set but not used variable 'inode'YueHaibing
2019-07-16checkpatch.pl: warn on duplicate sysctl local variableMatteo Croce
2019-07-16lib/rbtree: avoid generating code twice for the cached versionsMichel Lespinasse
2019-07-16lib/test_meminit.c: minor test fixesAlexander Potapenko
2019-07-16lib/test_meminit.c: fix -Wmaybe-uninitialized false positiveArnd Bergmann
2019-07-16lib/string_helpers: fix some kerneldoc warningsJonathan Corbet
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual
2019-07-16mm/ioremap: check virtual address alignment while creating huge mappingsAnshuman Khandual
2019-07-16lib: introduce test_meminit moduleAlexander Potapenko
2019-07-16lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook
2019-07-16lib/test_string.c: add some testcases for strchr and strnchrPeter Rosin
2019-07-16lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin
2019-07-16lib/string.c: allow searching for NUL with strnchrPeter Rosin
2019-07-16lib/list: tweak LIST_POISON2 for better code generation on x86_64Alexey Dobriyan
2019-07-16get_maintainer: add ability to skip moderated mailing listsJoe Perches
2019-07-16asm-generic: fix a compilation warningQian Cai
2019-07-16arch/*: remove unused isa_page_to_bus()Stephen Kitt
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada
2019-07-16linux/bits.h: make BIT(), GENMASK(), and friends available in assemblyMasahiro Yamada
2019-07-16kernel: fix typos and some coding style in commentsWeitao Hou
2019-07-16fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny
2019-07-16proc: test /proc/sysvipc vs setns(CLONE_NEWIPC)Alexey Dobriyan
2019-07-16fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan
2019-07-16include/linux/kernel.h: add typeof_member() macroAlexey Dobriyan
2019-07-16vmcore: add a kernel parameter novmcoreddKairui Song
2019-07-16tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff60000...Alexey Dobriyan
2019-07-16mm: stub out all of swapops.h for !CONFIG_MMUChristoph Hellwig
2019-07-16mm: provide a print_vma_addr stub for !CONFIG_MMUChristoph Hellwig
2019-07-16mm: fix the MAP_UNINITIALIZED flagChristoph Hellwig
2019-07-16mm/cma.c: fail if fixed declaration can't be honoredDoug Berger
2019-07-16mm/z3fold.c: reinitialize zhdr structs after migrationHenry Burns
2019-07-16mm/z3fold.c: remove z3fold_migration trylockHenry Burns