Age | Commit message (Expand) | Author |
2019-07-16 | select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining() | Oleg Nesterov |
2019-07-16 | select: change do_poll() to return -ERESTARTNOHAND rather than -EINTR | Oleg Nesterov |
2019-07-16 | signal: simplify set_user_sigmask/restore_user_sigmask | Oleg Nesterov |
2019-07-16 | signal: reorder struct sighand_struct | Alexey Dobriyan |
2019-07-16 | selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFO | Dmitry V. Levin |
2019-07-16 | ptrace: add PTRACE_GET_SYSCALL_INFO request | Elvira Khabirova |
2019-07-16 | powerpc: define syscall_get_error() | Dmitry V. Levin |
2019-07-16 | parisc: define syscall_get_error() | Dmitry V. Levin |
2019-07-16 | mips: define syscall_get_error() | Dmitry V. Levin |
2019-07-16 | hexagon: define syscall_get_error() and syscall_get_return_value() | Dmitry V. Levin |
2019-07-16 | nds32: fix asm/syscall.h | Dmitry V. Levin |
2019-07-16 | fs/reiserfs/journal.c: change return type of dirty_one_transaction | Hariprasad Kelam |
2019-07-16 | fs/ufs/super.c: remove set but not used variable 'usb3' | YueHaibing |
2019-07-16 | fs/hfsplus/xattr.c: replace strncpy with memcpy | Mathieu Malaterre |
2019-07-16 | coda: add hinting support for partial file caching | Pedro Cuadra |
2019-07-16 | coda: ftoc validity check integration | Fabian Frederick |
2019-07-16 | coda: remove sb test in coda_fid_to_inode() | Fabian Frederick |
2019-07-16 | coda: remove sysctl object from module when unused | Fabian Frederick |
2019-07-16 | coda: add __init to init_coda_psdev() | Fabian Frederick |
2019-07-16 | coda: use SIZE() for stat | Fabian Frederick |
2019-07-16 | coda: destroy mutex in put_super() | Fabian Frederick |
2019-07-16 | coda: remove uapi/linux/coda_psdev.h | Jan Harkes |
2019-07-16 | coda: move internal defs out of include/linux/ [ver #2] | David Howells |
2019-07-16 | coda: bump module version | Jan Harkes |
2019-07-16 | coda: get rid of CODA_FREE() | Dan Carpenter |
2019-07-16 | coda: get rid of CODA_ALLOC() | Dan Carpenter |
2019-07-16 | coda: change Coda's user api to use 64-bit time_t in timespec | Jan Harkes |
2019-07-16 | coda: stop using 'struct timespec' in user API | Arnd Bergmann |
2019-07-16 | coda: clean up indentation, replace spaces with tab | Colin Ian King |
2019-07-16 | uapi linux/coda_psdev.h: move CODA_REQ_ from uapi to kernel side headers | Jan Harkes |
2019-07-16 | coda: don't try to print names that were considered too long | Jan Harkes |
2019-07-16 | coda: fix build using bare-metal toolchain | Sam Protsenko |
2019-07-16 | coda: potential buffer overflow in coda_psdev_write() | Jan Harkes |
2019-07-16 | coda: add error handling for fget | Zhouyang Jia |
2019-07-16 | uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea... | Mikko Rapeli |
2019-07-16 | uapi linux/coda.h: use __kernel_pid_t for userspace | Mikko Rapeli |
2019-07-16 | coda: pass the host file in vma->vm_file on mmap | Jan Harkes |
2019-07-16 | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() | Anshuman Khandual |
2019-07-16 | init/Kconfig: fix neighboring typos | Kees Cook |
2019-07-16 | fs/binfmt_elf.c: delete stale comment | Alexey Dobriyan |
2019-07-16 | fs/binfmt_flat.c: remove set but not used variable 'inode' | YueHaibing |
2019-07-16 | checkpatch.pl: warn on duplicate sysctl local variable | Matteo Croce |
2019-07-16 | lib/rbtree: avoid generating code twice for the cached versions | Michel Lespinasse |
2019-07-16 | lib/test_meminit.c: minor test fixes | Alexander Potapenko |
2019-07-16 | lib/test_meminit.c: fix -Wmaybe-uninitialized false positive | Arnd Bergmann |
2019-07-16 | lib/string_helpers: fix some kerneldoc warnings | Jonathan Corbet |
2019-07-16 | mm/ioremap: probe platform for p4d huge map support | Anshuman Khandual |
2019-07-16 | mm/ioremap: check virtual address alignment while creating huge mappings | Anshuman Khandual |
2019-07-16 | lib: introduce test_meminit module | Alexander Potapenko |
2019-07-16 | lib/test_overflow.c: avoid tainting the kernel and fix wrap size | Kees Cook |