summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-16drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctlMiroslav Lichvar
2019-07-16kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)
2019-07-16drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some stringsDan Carpenter
2019-07-16select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov
2019-07-16select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov
2019-07-16signal: reorder struct sighand_structAlexey Dobriyan
2019-07-16selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFODmitry V. Levin
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova
2019-07-16powerpc: define syscall_get_error()Dmitry V. Levin
2019-07-16parisc: define syscall_get_error()Dmitry V. Levin
2019-07-16mips: define syscall_get_error()Dmitry V. Levin
2019-07-16hexagon: define syscall_get_error() and syscall_get_return_value()Dmitry V. Levin
2019-07-16nds32: fix asm/syscall.hDmitry V. Levin
2019-07-16fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam
2019-07-16fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing
2019-07-16fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre
2019-07-16coda: add hinting support for partial file cachingPedro Cuadra
2019-07-16coda: ftoc validity check integrationFabian Frederick
2019-07-16coda: remove sb test in coda_fid_to_inode()Fabian Frederick
2019-07-16coda: remove sysctl object from module when unusedFabian Frederick
2019-07-16coda: add __init to init_coda_psdev()Fabian Frederick
2019-07-16coda: use SIZE() for statFabian Frederick
2019-07-16coda: destroy mutex in put_super()Fabian Frederick
2019-07-16coda: remove uapi/linux/coda_psdev.hJan Harkes
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