aboutsummaryrefslogtreecommitdiffstats
path: root/mm/cma.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16parisc: define syscall_get_error()Dmitry V. Levin1-0/+7
2019-07-16mips: define syscall_get_error()Dmitry V. Levin1-0/+6
2019-07-16hexagon: define syscall_get_error() and syscall_get_return_value()Dmitry V. Levin1-0/+14
2019-07-16nds32: fix asm/syscall.hDmitry V. Levin1-10/+17
2019-07-16fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam1-4/+2
2019-07-16fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing1-2/+0
2019-07-16fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre1-1/+1
2019-07-16coda: add hinting support for partial file cachingPedro Cuadra6-27/+139
2019-07-16coda: ftoc validity check integrationFabian Frederick4-18/+18
2019-07-16coda: remove sb test in coda_fid_to_inode()Fabian Frederick1-5/+0
2019-07-16coda: remove sysctl object from module when unusedFabian Frederick4-16/+12
2019-07-16coda: add __init to init_coda_psdev()Fabian Frederick1-1/+1
2019-07-16coda: use SIZE() for statFabian Frederick1-1/+1
2019-07-16coda: destroy mutex in put_super()Fabian Frederick1-0/+1
2019-07-16coda: remove uapi/linux/coda_psdev.hJan Harkes2-11/+4
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells11-39/+35
2019-07-16coda: bump module versionJan Harkes1-1/+1
2019-07-16coda: get rid of CODA_FREE()Dan Carpenter3-24/+22
2019-07-16coda: get rid of CODA_ALLOC()Dan Carpenter3-13/+7
2019-07-16coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes3-45/+19
2019-07-16coda: stop using 'struct timespec' in user APIArnd Bergmann3-19/+62
2019-07-16coda: clean up indentation, replace spaces with tabColin Ian King1-1/+1
2019-07-16uapi linux/coda_psdev.h: move CODA_REQ_ from uapi to kernel side headersJan Harkes2-5/+5
2019-07-16coda: don't try to print names that were considered too longJan Harkes1-2/+2
2019-07-16coda: fix build using bare-metal toolchainSam Protsenko1-2/+1
2019-07-16coda: potential buffer overflow in coda_psdev_write()Jan Harkes3-4/+41
2019-07-16coda: add error handling for fgetZhouyang Jia1-1/+4
2019-07-16uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headersMikko Rapeli2-13/+11
2019-07-16uapi linux/coda.h: use __kernel_pid_t for userspaceMikko Rapeli1-2/+2
2019-07-16coda: pass the host file in vma->vm_file on mmapJan Harkes1-2/+68
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual11-156/+32
2019-07-16init/Kconfig: fix neighboring typosKees Cook1-2/+2
2019-07-16fs/binfmt_elf.c: delete stale commentAlexey Dobriyan1-1/+0
2019-07-16fs/binfmt_flat.c: remove set but not used variable 'inode'YueHaibing1-2/+0
2019-07-16checkpatch.pl: warn on duplicate sysctl local variableMatteo Croce1-0/+6
2019-07-16lib/rbtree: avoid generating code twice for the cached versionsMichel Lespinasse3-78/+59
2019-07-16lib/test_meminit.c: minor test fixesAlexander Potapenko1-6/+6
2019-07-16lib/test_meminit.c: fix -Wmaybe-uninitialized false positiveArnd Bergmann1-24/+26
2019-07-16lib/string_helpers: fix some kerneldoc warningsJonathan Corbet1-37/+40
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual5-0/+18
2019-07-16mm/ioremap: check virtual address alignment while creating huge mappingsAnshuman Khandual1-0/+9
2019-07-16lib: introduce test_meminit moduleAlexander Potapenko3-0/+371
2019-07-16lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook1-5/+6
2019-07-16lib/test_string.c: add some testcases for strchr and strnchrPeter Rosin1-0/+77
2019-07-16lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin1-3/+3
2019-07-16lib/string.c: allow searching for NUL with strnchrPeter Rosin1-1/+10
2019-07-16lib/list: tweak LIST_POISON2 for better code generation on x86_64Alexey Dobriyan1-1/+1
2019-07-16get_maintainer: add ability to skip moderated mailing listsJoe Perches1-4/+10
2019-07-16asm-generic: fix a compilation warningQian Cai1-14/+60
2019-07-16arch/*: remove unused isa_page_to_bus()Stephen Kitt4-9/+0