| Commit message (Expand) | Author | Files | Lines |
2019-09-26 | bug: consolidate __WARN_FLAGS usage | Kees Cook | 2 | -12/+8 |
2019-09-26 | bug: clean up helper macros to remove __WARN_TAINT() | Kees Cook | 1 | -10/+11 |
2019-09-26 | bug: lift "cut here" out of __warn() | Kees Cook | 1 | -4/+2 |
2019-09-26 | bug: consolidate warn_slowpath_fmt() usage | Kees Cook | 2 | -9/+8 |
2019-09-26 | bug: rename __WARN_printf_taint() to __WARN_printf() | Kees Cook | 1 | -4/+4 |
2019-09-26 | bug: refactor away warn_slowpath_fmt_taint() | Kees Cook | 2 | -24/+7 |
2019-09-26 | scripts/gdb: handle split debug | Douglas Anderson | 1 | -2/+2 |
2019-09-26 | kgdb: don't use a notifier to enter kgdb at panic; call directly | Douglas Anderson | 3 | -20/+21 |
2019-09-26 | compiler: enable CONFIG_OPTIMIZE_INLINING forcibly | Masahiro Yamada | 1 | -3/+1 |
2019-09-26 | uaccess: add missing __must_check attributes | Kees Cook | 2 | -11/+12 |
2019-09-26 | kexec: restore arch_kexec_kernel_image_probe declaration | Vasily Gorbik | 1 | -0/+2 |
2019-09-26 | kexec: bail out upon SIGKILL when allocating memory. | Tetsuo Handa | 1 | -0/+2 |
2019-09-26 | cpumask: nicer for_each_cpumask_and() signature | Alexey Dobriyan | 1 | -7/+7 |
2019-09-26 | fork: improve error message for corrupted page tables | Sai Praneeth Prakhya | 2 | -2/+18 |
2019-09-26 | fat: delete an unnecessary check before brelse() | Markus Elfring | 1 | -3/+1 |
2019-09-26 | fs/reiserfs/do_balan.c: remove set but not used variable | Jason Yan | 1 | -2/+1 |
2019-09-26 | fs/reiserfs/journal.c: remove set but not used variable | Jason Yan | 1 | -4/+3 |
2019-09-26 | fs/reiserfs/do_balan.c: remove set but not used variables | zhengbin | 1 | -11/+1 |
2019-09-26 | fs/reiserfs/fix_node.c: remove set but not used variables | zhengbin | 1 | -5/+1 |
2019-09-26 | fs/reiserfs/prints.c: remove set but not used variables | zhengbin | 1 | -3/+0 |
2019-09-26 | fs/reiserfs/objectid.c: remove set but not used variables | zhengbin | 1 | -2/+1 |
2019-09-26 | fs/reiserfs/lbalance.c: remove set but not used variables | zhengbin | 1 | -2/+1 |
2019-09-26 | fs/reiserfs/stree.c: remove set but not used variables | zhengbin | 1 | -4/+0 |
2019-09-26 | fs/reiserfs/journal.c: remove set but not used variables | zhengbin | 1 | -9/+1 |
2019-09-26 | fs: reiserfs: remove unnecessary check of bh in remove_from_transaction() | Jia-Ju Bai | 1 | -3/+2 |
2019-09-26 | checkpatch: make git output use LANGUAGE=en_US.utf8 | Joe Perches | 1 | -4/+6 |
2019-09-26 | checkpatch: remove obsolete period from "ambiguous SHA1" query | Sean Christopherson | 1 | -1/+1 |
2019-09-26 | checkpatch: allow consecutive close braces | Joe Perches | 1 | -1/+1 |
2019-09-26 | checkpatch: prefer __section over __attribute__((section(...))) | Joe Perches | 1 | -0/+12 |
2019-09-26 | checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSE | Brendan Jackman | 1 | -1/+1 |
2019-09-26 | checkpatch.pl: warn on invalid commit id | Matteo Croce | 1 | -0/+11 |
2019-09-26 | checkpatch: improve SPDX license checking | Joe Perches | 1 | -9/+9 |
2019-09-26 | checkpatch: don't interpret stack dumps as commit IDs | Joe Perches | 1 | -2/+4 |
2019-09-26 | lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG builds | Stephen Boyd | 2 | -28/+15 |
2019-09-26 | lib/extable.c: add missing prototypes | Valdis Kletnieks | 1 | -0/+1 |
2019-09-26 | lib/generic-radix-tree.c: make 2 functions static inline | Valdis Kletnieks | 1 | -2/+2 |
2019-09-26 | strscpy: reject buffer sizes larger than INT_MAX | Kees Cook | 1 | -1/+1 |
2019-09-26 | include/trace/events/writeback.h: fix -Wstringop-truncation warnings | Qian Cai | 1 | -18/+20 |
2019-09-26 | kernel-doc: core-api: include string.h into core-api | Joe Perches | 3 | -6/+12 |
2019-09-26 | augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition | Michel Lespinasse | 2 | -24/+24 |
2019-09-26 | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro | Michel Lespinasse | 8 | -98/+115 |
2019-09-26 | augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro | Michel Lespinasse | 2 | -42/+66 |
2019-09-26 | rbtree: avoid generating code twice for the cached versions (tools copy) | Michel Lespinasse | 3 | -77/+62 |
2019-09-26 | kernel/elfcore.c: include proper prototypes | Valdis Kletnieks | 1 | -0/+1 |
2019-09-26 | linux/coff.h: add include guard | Masahiro Yamada | 1 | -0/+5 |
2019-09-26 | memcg, kmem: do not fail __GFP_NOFAIL charges | Michal Hocko | 1 | -0/+10 |
2019-09-25 | mm/zsmalloc.c: fix a -Wunused-function warning | Qian Cai | 1 | -4/+0 |
2019-09-25 | zswap: do not map same object twice | Vitaly Wool | 1 | -4/+3 |
2019-09-25 | zswap: use movable memory if zpool support allocate movable memory | Hui Zhu | 1 | -3/+5 |
2019-09-25 | zpool: add malloc_support_movable to zpool_driver | Hui Zhu | 3 | -9/+29 |