summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-08sun: Add SPDX license tags to Sun network driversShannon Nelson11-0/+11
2018-02-08rxrpc: Fix received abort handlingDavid Howells2-5/+14
2018-02-08cxgb4: Fix error handling path in 'init_one()'Christophe JAILLET1-1/+1
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller15-79/+97
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau2-21/+7
2018-02-07netfilter: remove useless prototypeTaehee Yoo1-5/+0
2018-02-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds134-1075/+1422
2018-02-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds25-127/+750
2018-02-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds14-13/+91
2018-02-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+3
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-335/+1916
2018-02-07Documentation/sysctl/user.txt: fix typoKangmin Park1-1/+1
2018-02-07MAINTAINERS: update ARM/QUALCOMM SUPPORT patternsJoe Perches1-1/+0
2018-02-07MAINTAINERS: update various PALM patternsJoe Perches1-8/+4
2018-02-07MAINTAINERS: update "ARM/OXNAS platform support" patternsJoe Perches1-3/+1
2018-02-07MAINTAINERS: update Cortina/Gemini patternsJoe Perches1-1/+1
2018-02-07MAINTAINERS: remove ARM/CLKDEV SUPPORT file patternJoe Perches1-1/+0
2018-02-07MAINTAINERS: remove ANDROID ION patternJoe Perches1-1/+0
2018-02-07mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport3-0/+4
2018-02-07mm: docs: fix parameter names mismatchMike Rapoport8-20/+20
2018-02-07mm: docs: fixup punctuationMike Rapoport5-27/+27
2018-02-07pipe: read buffer limits atomicallyEric Biggers1-4/+9
2018-02-07pipe: simplify round_pipe_size()Eric Biggers1-11/+3
2018-02-07pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers3-5/+5
2018-02-07pipe: fix off-by-one error when checking buffer limitsEric Biggers1-2/+2
2018-02-07pipe: actually allow root to exceed the pipe buffer limitsEric Biggers1-3/+8
2018-02-07pipe, sysctl: remove pipe_proc_fn()Eric Biggers4-24/+5
2018-02-07pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers3-22/+5
2018-02-07kasan: rework Kconfig settingsArnd Bergmann3-1/+14
2018-02-07crash_dump: is_kdump_kernel can be booleanYaowei Bai1-6/+6
2018-02-07kernel/mutex: mutex_is_locked can be booleanYaowei Bai1-2/+2
2018-02-07kernel/module: module_is_live can be booleanYaowei Bai1-1/+1
2018-02-07kernel/resource: iomem_is_exclusive can be booleanYaowei Bai2-6/+6
2018-02-07kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai2-5/+5
2018-02-07lib/lockref: __lockref_is_dead can be booleanYaowei Bai1-1/+1
2018-02-07mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai2-5/+5
2018-02-07genirq: remove unneeded kallsyms includeSergey Senozhatsky1-1/+0
2018-02-07hrtimer: remove unneeded kallsyms includeSergey Senozhatsky1-1/+0
2018-02-07mm: remove unneeded kallsyms includeSergey Senozhatsky1-4/+0
2018-02-07mm/userfaultfd.c: remove duplicate includePravin Shedge1-1/+0
2018-02-07vfs: remove might_sleep() from clear_inode()Shakeel Butt1-1/+0
2018-02-07arch/score/kernel/setup.c: combine two seq_printf() calls into one call in sh...Markus Elfring1-3/+1
2018-02-07ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws1-1/+1
2018-02-07ipc: fix ipc data structures inconsistencyPhilippe Mikoyan4-12/+43
2018-02-07lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin3-30/+0
2018-02-07lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2-10/+52
2018-02-07lib/ubsan.c: s/missaligned/misaligned/Andrew Morton1-2/+2
2018-02-07build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada2-6/+4
2018-02-07include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() definesMasahiro Yamada1-11/+1
2018-02-07kcov: detect double association with a single taskDmitry Vyukov1-2/+2