summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-26bug: refactor away warn_slowpath_fmt_taint()Kees Cook2-24/+7
2019-09-26scripts/gdb: handle split debugDouglas Anderson1-2/+2
2019-09-26kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson3-20/+21
2019-09-26compiler: enable CONFIG_OPTIMIZE_INLINING forciblyMasahiro Yamada1-3/+1
2019-09-26uaccess: add missing __must_check attributesKees Cook2-11/+12
2019-09-26kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik1-0/+2
2019-09-26kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa1-0/+2
2019-09-26cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan1-7/+7
2019-09-26fork: improve error message for corrupted page tablesSai Praneeth Prakhya2-2/+18
2019-09-26fat: delete an unnecessary check before brelse()Markus Elfring1-3/+1
2019-09-26fs/reiserfs/do_balan.c: remove set but not used variableJason Yan1-2/+1
2019-09-26fs/reiserfs/journal.c: remove set but not used variableJason Yan1-4/+3
2019-09-26fs/reiserfs/do_balan.c: remove set but not used variableszhengbin1-11/+1
2019-09-26fs/reiserfs/fix_node.c: remove set but not used variableszhengbin1-5/+1
2019-09-26fs/reiserfs/prints.c: remove set but not used variableszhengbin1-3/+0
2019-09-26fs/reiserfs/objectid.c: remove set but not used variableszhengbin1-2/+1
2019-09-26fs/reiserfs/lbalance.c: remove set but not used variableszhengbin1-2/+1
2019-09-26fs/reiserfs/stree.c: remove set but not used variableszhengbin1-4/+0
2019-09-26fs/reiserfs/journal.c: remove set but not used variableszhengbin1-9/+1
2019-09-26fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Jia-Ju Bai1-3/+2
2019-09-26checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches1-4/+6
2019-09-26checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson1-1/+1
2019-09-26checkpatch: allow consecutive close bracesJoe Perches1-1/+1
2019-09-26checkpatch: prefer __section over __attribute__((section(...)))Joe Perches1-0/+12
2019-09-26checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEBrendan Jackman1-1/+1
2019-09-26checkpatch.pl: warn on invalid commit idMatteo Croce1-0/+11
2019-09-26checkpatch: improve SPDX license checkingJoe Perches1-9/+9
2019-09-26checkpatch: don't interpret stack dumps as commit IDsJoe Perches1-2/+4
2019-09-26lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd2-28/+15
2019-09-26lib/extable.c: add missing prototypesValdis Kletnieks1-0/+1
2019-09-26lib/generic-radix-tree.c: make 2 functions static inlineValdis Kletnieks1-2/+2
2019-09-26strscpy: reject buffer sizes larger than INT_MAXKees Cook1-1/+1
2019-09-26include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai1-18/+20
2019-09-26kernel-doc: core-api: include string.h into core-apiJoe Perches3-6/+12
2019-09-26augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse2-24/+24
2019-09-26augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse8-98/+115
2019-09-26augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse2-42/+66
2019-09-26rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse3-77/+62
2019-09-26kernel/elfcore.c: include proper prototypesValdis Kletnieks1-0/+1
2019-09-26linux/coff.h: add include guardMasahiro Yamada1-0/+5
2019-09-26memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko1-0/+10
2019-09-25Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds42-267/+795
2019-09-25Merge tag 'sound-fix-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-24/+67
2019-09-25Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2-24/+219
2019-09-25Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds14-164/+237
2019-09-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds204-2444/+2273
2019-09-25mm/zsmalloc.c: fix a -Wunused-function warningQian Cai1-4/+0
2019-09-25zswap: do not map same object twiceVitaly Wool1-4/+3
2019-09-25zswap: use movable memory if zpool support allocate movable memoryHui Zhu1-3/+5
2019-09-25zpool: add malloc_support_movable to zpool_driverHui Zhu3-9/+29