summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20190620next-20190620Stephen Rothwell2019-06-205-0/+12574
* Merge branch 'akpm/master'Stephen Rothwell2019-06-2036-327/+275
|\
| * drivers/media/platform/sti/delta/delta-ipc.c: fix read buffer overflowAndi Kleen2019-06-201-2/+2
| * fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-201-3/+3
| * proc/sysctl: make firmware loader table conditionalArnd Bergmann2019-06-201-0/+2
| * proc-sysctl-add-shared-variables-for-range-check-fix-2-fixAndrew Morton2019-06-201-1/+1
| * tipc: remove two unused variablesMatteo Croce2019-06-201-2/+0
| * proc/sysctl: add shared variables for range checkMatteo Croce2019-06-2033-319/+266
| * pinctrl: fix pxa2xx.c build warningsRandy Dunlap2019-06-201-0/+1
|/
* Revert "drivers/base/memory.c: Get rid of find_memory_block_hinted()"Stephen Rothwell2019-06-202-3/+11
* Merge branch 'akpm-current/current'Stephen Rothwell2019-06-20306-3925/+6544
|\
| * include/linux/lz4.h: fix spelling and copy-paste errors in documentationTom Levy2019-06-201-9/+9
| * ipc/msg.c: consolidate all xxxctl_down() functionsLu Shuaibing2019-06-201-9/+9
| * ipc/mqueue.c: only perform resource calculation if user validKees Cook2019-06-201-9/+10
| * resource: avoid unnecessary lookups in find_next_iomem_res()Nadav Amit2019-06-201-7/+22
| * resource-fix-locking-in-find_next_iomem_res-fixAndrew Morton2019-06-201-1/+1
| * resource: fix locking in find_next_iomem_res()Nadav Amit2019-06-201-9/+9
| * aio: simplify read_events()Oleg Nesterov2019-06-202-8/+5
| * kernel/pid.c: convert struct pid:count to refcount_tJoel Fernandes (Google)2019-06-202-7/+8
| * drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some stringsDan Carpenter2019-06-201-0/+2
| * coredump: split pipe command whitespace before expanding templatePaul Wise2019-06-201-5/+39
| * select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov2019-06-201-33/+13
| * select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov2019-06-201-23/+7
| * signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov2019-06-208-108/+57
| * signal: reorder struct sighand_structAlexey Dobriyan2019-06-201-2/+2
| * selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info-checkpatch-fixesAndrew Morton2019-06-201-2/+2
| * selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFODmitry V. Levin2019-06-203-1/+273
| * ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova2019-06-203-4/+141
| * powerpc: define syscall_get_error()Dmitry V. Levin2019-06-201-0/+10
| * parisc: define syscall_get_error()Dmitry V. Levin2019-06-201-0/+7
| * mips: define syscall_get_error()Dmitry V. Levin2019-06-201-0/+6
| * hexagon: define syscall_get_error() and syscall_get_return_value()Dmitry V. Levin2019-06-201-0/+14
| * nds32: fix asm/syscall.hDmitry V. Levin2019-06-201-10/+17
| * fs/ufs/super.c: remove set but not used variable 'usb3'YueHaibing2019-06-201-2/+0
| * fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre2019-06-201-1/+1
| * coda-add-hinting-support-for-partial-file-caching-fixAndrew Morton2019-06-201-1/+1
| * coda: add hinting support for partial file cachingPedro Cuadra2019-06-206-27/+139
| * coda: ftoc validity check integrationFabian Frederick2019-06-204-18/+18
| * coda: remove sb test in coda_fid_to_inode()Fabian Frederick2019-06-201-5/+0
| * coda: remove sysctl object from module when unusedFabian Frederick2019-06-204-16/+12
| * coda: add __init to init_coda_psdev()Fabian Frederick2019-06-201-1/+1
| * coda: use SIZE() for statFabian Frederick2019-06-201-1/+1
| * coda: destroy mutex in put_super()Fabian Frederick2019-06-201-0/+1
| * coda: remove uapi/linux/coda_psdev.hJan Harkes2019-06-202-11/+4
| * coda: Move internal defs out of include/linux/ [ver #2]David Howells2019-06-2011-39/+35
| * coda: bump module versionJan Harkes2019-06-201-1/+1
| * coda: get rid of CODA_FREE()Dan Carpenter2019-06-203-24/+22
| * coda: get rid of CODA_ALLOC()Dan Carpenter2019-06-203-13/+7
| * coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes2019-06-203-45/+19
| * coda: stop using 'struct timespec' in user APIArnd Bergmann2019-06-203-19/+62