summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: untag user pointers passed to memory syscallsAndrey Konovalov2019-09-258-1/+23
* lib: untag user pointers in strn*_userAndrey Konovalov2019-09-253-4/+7
* lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman2019-09-251-6/+8
* ipc/sem.c: convert to use built-in RCU list checkingJoel Fernandes (Google)2019-09-251-1/+2
* ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring2019-09-251-12/+8
* ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring2019-09-251-1/+1
* bug: move WARN_ON() "cut here" into exception handlerKees Cook2019-09-252-7/+12
* bug: consolidate __WARN_FLAGS usageKees Cook2019-09-252-12/+8
* bug: clean up helper macros to remove __WARN_TAINT()Kees Cook2019-09-251-10/+11
* bug: lift "cut here" out of __warn()Kees Cook2019-09-251-4/+2
* bug: consolidate warn_slowpath_fmt() usageKees Cook2019-09-252-9/+8
* bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook2019-09-251-4/+4
* bug: refactor away warn_slowpath_fmt_taint()Kees Cook2019-09-252-24/+7
* scripts/gdb: handle split debugDouglas Anderson2019-09-251-2/+2
* kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson2019-09-253-20/+21
* compiler: enable CONFIG_OPTIMIZE_INLINING forciblyMasahiro Yamada2019-09-251-3/+1
* uaccess: add missing __must_check attributesKees Cook2019-09-252-11/+12
* kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik2019-09-251-0/+2
* kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa2019-09-251-0/+2
* cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan2019-09-251-7/+7
* fork: improve error message for corrupted page tablesSai Praneeth Prakhya2019-09-252-2/+18
* fat: delete an unnecessary check before brelse()Markus Elfring2019-09-251-3/+1
* fs/reiserfs/do_balan.c: remove set but not used variableJason Yan2019-09-251-2/+1
* fs/reiserfs/journal.c: remove set but not used variableJason Yan2019-09-251-4/+3
* fs/reiserfs/do_balan.c: remove set but not used variableszhengbin2019-09-251-11/+1
* fs/reiserfs/fix_node.c: remove set but not used variableszhengbin2019-09-251-5/+1
* fs/reiserfs/prints.c: remove set but not used variableszhengbin2019-09-251-3/+0
* fs/reiserfs/objectid.c: remove set but not used variableszhengbin2019-09-251-2/+1
* fs/reiserfs/lbalance.c: remove set but not used variableszhengbin2019-09-251-2/+1
* fs/reiserfs/stree.c: remove set but not used variableszhengbin2019-09-251-4/+0
* fs/reiserfs/journal.c: remove set but not used variableszhengbin2019-09-251-9/+1
* fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Jia-Ju Bai2019-09-251-3/+2
* checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches2019-09-251-4/+6
* checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson2019-09-251-1/+1
* checkpatch: allow consecutive close bracesJoe Perches2019-09-251-1/+1
* checkpatch: prefer __section over __attribute__((section(...)))Joe Perches2019-09-251-0/+12
* checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEBrendan Jackman2019-09-251-1/+1
* checkpatch.pl: warn on invalid commit idMatteo Croce2019-09-251-0/+11
* checkpatch: improve SPDX license checkingJoe Perches2019-09-251-9/+9
* checkpatch: don't interpret stack dumps as commit IDsJoe Perches2019-09-251-2/+4
* lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd2019-09-252-28/+15
* lib/extable.c: add missing prototypesValdis Kletnieks2019-09-251-0/+1
* lib/generic-radix-tree.c: make 2 functions static inlineValdis Kletnieks2019-09-251-2/+2
* strscpy: reject buffer sizes larger than INT_MAXKees Cook2019-09-251-1/+1
* include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai2019-09-251-18/+20
* kernel-doc: core-api: include string.h into core-apiJoe Perches2019-09-253-6/+12
* augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse2019-09-252-24/+24
* augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-258-98/+115
* augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse2019-09-252-42/+66
* rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse2019-09-253-77/+62