summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mips: define syscall_get_error()Dmitry V. Levin2019-07-171-0/+6
* hexagon: define syscall_get_error() and syscall_get_return_value()Dmitry V. Levin2019-07-171-0/+14
* nds32: fix asm/syscall.hDmitry V. Levin2019-07-171-10/+17
* fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam2019-07-171-4/+2Star
* fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing2019-07-171-2/+0Star
* fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre2019-07-171-1/+1
* coda: add hinting support for partial file cachingPedro Cuadra2019-07-176-27/+139
* coda: ftoc validity check integrationFabian Frederick2019-07-174-18/+18
* coda: remove sb test in coda_fid_to_inode()Fabian Frederick2019-07-171-5/+0Star
* coda: remove sysctl object from module when unusedFabian Frederick2019-07-174-16/+12Star
* coda: add __init to init_coda_psdev()Fabian Frederick2019-07-171-1/+1
* coda: use SIZE() for statFabian Frederick2019-07-171-1/+1
* coda: destroy mutex in put_super()Fabian Frederick2019-07-171-0/+1
* coda: remove uapi/linux/coda_psdev.hJan Harkes2019-07-172-11/+4Star
* coda: move internal defs out of include/linux/ [ver #2]David Howells2019-07-1711-39/+35Star
* coda: bump module versionJan Harkes2019-07-171-1/+1
* coda: get rid of CODA_FREE()Dan Carpenter2019-07-173-24/+22Star
* coda: get rid of CODA_ALLOC()Dan Carpenter2019-07-173-13/+7Star
* coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes2019-07-173-45/+19Star
* coda: stop using 'struct timespec' in user APIArnd Bergmann2019-07-173-19/+62
* coda: clean up indentation, replace spaces with tabColin Ian King2019-07-171-1/+1
* uapi linux/coda_psdev.h: move CODA_REQ_ from uapi to kernel side headersJan Harkes2019-07-172-5/+5
* coda: don't try to print names that were considered too longJan Harkes2019-07-171-2/+2
* coda: fix build using bare-metal toolchainSam Protsenko2019-07-171-2/+1Star
* coda: potential buffer overflow in coda_psdev_write()Jan Harkes2019-07-173-4/+41
* coda: add error handling for fgetZhouyang Jia2019-07-171-1/+4
* uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea...Mikko Rapeli2019-07-172-13/+11Star
* uapi linux/coda.h: use __kernel_pid_t for userspaceMikko Rapeli2019-07-171-2/+2
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-171-2/+68
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-1711-156/+32Star
* init/Kconfig: fix neighboring typosKees Cook2019-07-171-2/+2
* fs/binfmt_elf.c: delete stale commentAlexey Dobriyan2019-07-171-1/+0Star
* fs/binfmt_flat.c: remove set but not used variable 'inode'YueHaibing2019-07-171-2/+0Star
* checkpatch.pl: warn on duplicate sysctl local variableMatteo Croce2019-07-171-0/+6
* lib/rbtree: avoid generating code twice for the cached versionsMichel Lespinasse2019-07-173-78/+59Star
* lib/test_meminit.c: minor test fixesAlexander Potapenko2019-07-171-6/+6
* lib/test_meminit.c: fix -Wmaybe-uninitialized false positiveArnd Bergmann2019-07-171-24/+26
* lib/string_helpers: fix some kerneldoc warningsJonathan Corbet2019-07-171-37/+40
* mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-175-0/+18
* mm/ioremap: check virtual address alignment while creating huge mappingsAnshuman Khandual2019-07-171-0/+9
* lib: introduce test_meminit moduleAlexander Potapenko2019-07-173-0/+371
* lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook2019-07-171-5/+6
* lib/test_string.c: add some testcases for strchr and strnchrPeter Rosin2019-07-171-0/+77
* lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin2019-07-171-3/+3
* lib/string.c: allow searching for NUL with strnchrPeter Rosin2019-07-171-1/+10
* lib/list: tweak LIST_POISON2 for better code generation on x86_64Alexey Dobriyan2019-07-171-1/+1
* get_maintainer: add ability to skip moderated mailing listsJoe Perches2019-07-171-4/+10
* asm-generic: fix a compilation warningQian Cai2019-07-171-14/+60
* arch/*: remove unused isa_page_to_bus()Stephen Kitt2019-07-174-9/+0Star
* arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-179-135/+136