summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-10kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang
2017-07-10kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang
2017-07-10binfmt_elf: safely increment argv pointersKees Cook
2017-07-10s390: reduce ELF_ET_DYN_BASEKees Cook
2017-07-10powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook
2017-07-10arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook
2017-07-10arm: move ELF_ET_DYN_BASE to 4MBKees Cook
2017-07-10binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook
2017-07-10fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes
2017-07-10checkpatch: improve multi-line alignment testJoe Perches
2017-07-10checkpatch: improve macro reuse testJoe Perches
2017-07-10checkpatch: change format of --color argument to --color[=WHEN]John Brooks
2017-07-10checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur
2017-07-10checkpatch: improve tests for multiple line function definitionsJoe Perches
2017-07-10checkpatch: remove false warning for commit referenceHeinrich Schuchardt
2017-07-10checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches
2017-07-10checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier
2017-07-10checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches
2017-07-10checkpatch: improve the unnecessary OOM message testJoe Perches
2017-07-10lib/bsearch.c: micro-optimize pivot position calculationSergey Senozhatsky
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer
2017-07-10lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possibleMichal Hocko
2017-07-10lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso
2017-07-10lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso
2017-07-10lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso
2017-07-10lib/interval_tree_test.c: allow the module to be compiled-inDavidlohr Bueso
2017-07-10lib/kstrtox.c: use "unsigned int" moreAlexey Dobriyan
2017-07-10lib/kstrtox.c: delete end-of-string testAlexey Dobriyan
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox
2017-07-10include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Matthew Wilcox
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox
2017-07-10lib/test_bitmap.c: add optimisation testsMatthew Wilcox
2017-07-10MAINTAINERS: give proc sysctl some maintainer loveLuis R. Rodriguez
2017-07-10kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Masahiro Yamada
2017-07-10kernel/groups.c: use sort library functionRasmus Villemoes
2017-07-10kernel/ksysfs.c: constify attribute_group structures.Arvind Yadav
2017-07-10ARM: fix rd_size declarationBart Van Assche
2017-07-10bug: split BUILD_BUG stuff out into <linux/build_bug.h>Ian Abbott
2017-07-10linux/bug.h: correct "space required before that '-'"Ian Abbott
2017-07-10linux/bug.h: correct "(foo*)" should be "(foo *)"Ian Abbott
2017-07-10linux/bug.h: correct formatting of block commentIan Abbott
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott
2017-07-10fs/proc/generic.c: switch to ida_simple_get/removeHeiner Kallweit
2017-07-10frv: cmpxchg: implement cmpxchg64()Will Deacon
2017-07-10frv: use generic fb.hTobias Klauser
2017-07-10frv: remove wrapper header for asm/device.hTobias Klauser
2017-07-10kasan: make get_wild_bug_type() staticColin Ian King
2017-07-10mm/kasan/kasan.c: rename XXX_is_zero to XXX_is_nonzeroJoonsoo Kim
2017-07-10mm/kasan: add support for memory hotplugAndrey Ryabinin
2017-07-10arm64/kasan: don't allocate extra shadow memoryAndrey Ryabinin