summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-07134-1075/+1422
|\
| * Documentation/sysctl/user.txt: fix typoKangmin Park2018-02-071-1/+1
| * MAINTAINERS: update ARM/QUALCOMM SUPPORT patternsJoe Perches2018-02-071-1/+0
| * MAINTAINERS: update various PALM patternsJoe Perches2018-02-071-8/+4
| * MAINTAINERS: update "ARM/OXNAS platform support" patternsJoe Perches2018-02-071-3/+1
| * MAINTAINERS: update Cortina/Gemini patternsJoe Perches2018-02-071-1/+1
| * MAINTAINERS: remove ARM/CLKDEV SUPPORT file patternJoe Perches2018-02-071-1/+0
| * MAINTAINERS: remove ANDROID ION patternJoe Perches2018-02-071-1/+0
| * mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport2018-02-073-0/+4
| * mm: docs: fix parameter names mismatchMike Rapoport2018-02-078-20/+20
| * mm: docs: fixup punctuationMike Rapoport2018-02-075-27/+27
| * pipe: read buffer limits atomicallyEric Biggers2018-02-071-4/+9
| * pipe: simplify round_pipe_size()Eric Biggers2018-02-071-11/+3
| * pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers2018-02-073-5/+5
| * pipe: fix off-by-one error when checking buffer limitsEric Biggers2018-02-071-2/+2
| * pipe: actually allow root to exceed the pipe buffer limitsEric Biggers2018-02-071-3/+8
| * pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-02-074-24/+5
| * pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers2018-02-073-22/+5
| * kasan: rework Kconfig settingsArnd Bergmann2018-02-073-1/+14
| * crash_dump: is_kdump_kernel can be booleanYaowei Bai2018-02-071-6/+6
| * kernel/mutex: mutex_is_locked can be booleanYaowei Bai2018-02-071-2/+2
| * kernel/module: module_is_live can be booleanYaowei Bai2018-02-071-1/+1
| * kernel/resource: iomem_is_exclusive can be booleanYaowei Bai2018-02-072-6/+6
| * kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai2018-02-072-5/+5
| * lib/lockref: __lockref_is_dead can be booleanYaowei Bai2018-02-071-1/+1
| * mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai2018-02-072-5/+5
| * genirq: remove unneeded kallsyms includeSergey Senozhatsky2018-02-071-1/+0
| * hrtimer: remove unneeded kallsyms includeSergey Senozhatsky2018-02-071-1/+0
| * mm: remove unneeded kallsyms includeSergey Senozhatsky2018-02-071-4/+0
| * mm/userfaultfd.c: remove duplicate includePravin Shedge2018-02-071-1/+0
| * vfs: remove might_sleep() from clear_inode()Shakeel Butt2018-02-071-1/+0
| * arch/score/kernel/setup.c: combine two seq_printf() calls into one call in sh...Markus Elfring2018-02-071-3/+1
| * ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws2018-02-071-1/+1
| * ipc: fix ipc data structures inconsistencyPhilippe Mikoyan2018-02-074-12/+43
| * lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin2018-02-073-30/+0
| * lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2018-02-072-10/+52
| * lib/ubsan.c: s/missaligned/misaligned/Andrew Morton2018-02-071-2/+2
| * build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada2018-02-072-6/+4
| * include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() definesMasahiro Yamada2018-02-071-11/+1
| * kcov: detect double association with a single taskDmitry Vyukov2018-02-071-2/+2
| * kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers2018-02-071-1/+0
| * pps: parport: use timespec64 instead of timespecArnd Bergmann2018-02-071-20/+20
| * pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-078-68/+33
| * drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointersMarkus Elfring2018-02-071-7/+5
| * drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initiali...Markus Elfring2018-02-071-1/+1
| * drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed me...Markus Elfring2018-02-071-3/+0
| * rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementationsMarkus Elfring2018-02-071-13/+12
| * rapidio: return an error code only as a constant in two functionsMarkus Elfring2018-02-071-15/+6
| * rapidio: delete an unnecessary variable initialisation in three functionsMarkus Elfring2018-02-071-3/+3
| * rapidio: improve a size determination in five functionsMarkus Elfring2018-02-071-10/+5