summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* coda: add __init to init_coda_psdev()Fabian Frederick2019-07-161-1/+1
* coda: use SIZE() for statFabian Frederick2019-07-161-1/+1
* coda: destroy mutex in put_super()Fabian Frederick2019-07-161-0/+1
* coda: remove uapi/linux/coda_psdev.hJan Harkes2019-07-162-11/+4
* coda: move internal defs out of include/linux/ [ver #2]David Howells2019-07-1611-39/+35
* coda: bump module versionJan Harkes2019-07-161-1/+1
* coda: get rid of CODA_FREE()Dan Carpenter2019-07-163-24/+22
* coda: get rid of CODA_ALLOC()Dan Carpenter2019-07-163-13/+7
* coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes2019-07-163-45/+19
* coda: stop using 'struct timespec' in user APIArnd Bergmann2019-07-163-19/+62
* coda: clean up indentation, replace spaces with tabColin Ian King2019-07-161-1/+1
* uapi linux/coda_psdev.h: move CODA_REQ_ from uapi to kernel side headersJan Harkes2019-07-162-5/+5
* coda: don't try to print names that were considered too longJan Harkes2019-07-161-2/+2
* coda: fix build using bare-metal toolchainSam Protsenko2019-07-161-2/+1
* coda: potential buffer overflow in coda_psdev_write()Jan Harkes2019-07-163-4/+41
* coda: add error handling for fgetZhouyang Jia2019-07-161-1/+4
* uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea...Mikko Rapeli2019-07-162-13/+11
* uapi linux/coda.h: use __kernel_pid_t for userspaceMikko Rapeli2019-07-161-2/+2
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-161-2/+68
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-1611-156/+32
* init/Kconfig: fix neighboring typosKees Cook2019-07-161-2/+2
* fs/binfmt_elf.c: delete stale commentAlexey Dobriyan2019-07-161-1/+0
* fs/binfmt_flat.c: remove set but not used variable 'inode'YueHaibing2019-07-161-2/+0
* checkpatch.pl: warn on duplicate sysctl local variableMatteo Croce2019-07-161-0/+6
* lib/rbtree: avoid generating code twice for the cached versionsMichel Lespinasse2019-07-163-78/+59
* lib/test_meminit.c: minor test fixesAlexander Potapenko2019-07-161-6/+6
* lib/test_meminit.c: fix -Wmaybe-uninitialized false positiveArnd Bergmann2019-07-161-24/+26
* lib/string_helpers: fix some kerneldoc warningsJonathan Corbet2019-07-161-37/+40
* mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-165-0/+18
* mm/ioremap: check virtual address alignment while creating huge mappingsAnshuman Khandual2019-07-161-0/+9
* lib: introduce test_meminit moduleAlexander Potapenko2019-07-163-0/+371
* lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook2019-07-161-5/+6
* lib/test_string.c: add some testcases for strchr and strnchrPeter Rosin2019-07-161-0/+77
* lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin2019-07-161-3/+3
* lib/string.c: allow searching for NUL with strnchrPeter Rosin2019-07-161-1/+10
* lib/list: tweak LIST_POISON2 for better code generation on x86_64Alexey Dobriyan2019-07-161-1/+1
* get_maintainer: add ability to skip moderated mailing listsJoe Perches2019-07-161-4/+10
* asm-generic: fix a compilation warningQian Cai2019-07-161-14/+60
* arch/*: remove unused isa_page_to_bus()Stephen Kitt2019-07-164-9/+0
* arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-169-135/+136
* linux/bits.h: make BIT(), GENMASK(), and friends available in assemblyMasahiro Yamada2019-07-161-7/+10
* kernel: fix typos and some coding style in commentsWeitao Hou2019-07-164-12/+12
* fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-07-161-0/+4
* proc: test /proc/sysvipc vs setns(CLONE_NEWIPC)Alexey Dobriyan2019-07-163-0/+135
* fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan2019-07-161-10/+17
* include/linux/kernel.h: add typeof_member() macroAlexey Dobriyan2019-07-161-0/+2
* vmcore: add a kernel parameter novmcoreddKairui Song2019-07-163-1/+22
* tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff60000...Alexey Dobriyan2019-07-161-2/+15
* mm: stub out all of swapops.h for !CONFIG_MMUChristoph Hellwig2019-07-161-2/+3
* mm: provide a print_vma_addr stub for !CONFIG_MMUChristoph Hellwig2019-07-161-0/+6