Age | Commit message (Expand) | Author | Files | Lines |
2018-12-28 | ocfs2: remove set but not used variable 'lastzero' | zhong jiang | 1 | -2/+1 |
2018-12-28 | ocfs2: dlmfs: remove set but not used variable 'status' | zhong jiang | 1 | -2/+1 |
2018-12-28 | ocfs2: optimize the reading of heartbeat data | Jia Guo | 1 | -5/+12 |
2018-12-28 | debugobjects: call debug_objects_mem_init eariler | Qian Cai | 2 | -6/+4 |
2018-12-28 | sh: lib: convert to SPDX identifiers | Kuninori Morimoto | 13 | -240/+44 |
2018-12-28 | sh: kernel: convert to SPDX identifiers | Kuninori Morimoto | 44 | -189/+51 |
2018-12-28 | sh: cpu: convert to SPDX identifiers | Kuninori Morimoto | 6 | -25/+6 |
2018-12-28 | sh: shmobile: convert to SPDX identifiers | Kuninori Morimoto | 4 | -13/+5 |
2018-12-28 | sh: sh5: convert to SPDX identifiers | Kuninori Morimoto | 7 | -30/+9 |
2018-12-28 | sh: sh4a: convert to SPDX identifiers | Kuninori Morimoto | 37 | -194/+38 |
2018-12-28 | sh: sh4: convert to SPDX identifiers | Kuninori Morimoto | 9 | -36/+9 |
2018-12-28 | sh: sh3: convert to SPDX identifiers | Kuninori Morimoto | 16 | -68/+20 |
2018-12-28 | sh: sh2a: convert to SPDX identifiers | Kuninori Morimoto | 19 | -78/+21 |
2018-12-28 | sh: sh2: convert to SPDX identifiers | Kuninori Morimoto | 7 | -26/+9 |
2018-12-28 | sh: include: convert to SPDX identifiers | Kuninori Morimoto | 83 | -357/+142 |
2018-12-28 | sh: drivers: convert to SPDX identifiers | Kuninori Morimoto | 33 | -124/+41 |
2018-12-28 | sh: boards: convert to SPDX identifiers | Kuninori Morimoto | 95 | -291/+102 |
2018-12-28 | arch/sh/boards/mach-kfr2r09/setup.c: drop pointless static qualifier in kfr2r... | YueHaibing | 1 | -1/+1 |
2018-12-28 | arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning | Randy Dunlap | 1 | -1/+0 |
2018-12-28 | scripts/tags.sh: add more declarations | Kirill Tkhai | 1 | -2/+11 |
2018-12-28 | scripts: add spdxcheck.py self test | Thierry Reding | 1 | -0/+12 |
2018-12-28 | scripts/checkstack.pl: dynamic stack growth for aarch64 | Qian Cai | 1 | -0/+2 |
2018-12-28 | scripts/decode_stacktrace: only strip base path when a prefix of the path | Marc Zyngier | 1 | -1/+1 |
2018-12-28 | scripts/decodecode: set ARCH when running natively on arm/arm64 | Marc Zyngier | 1 | -0/+7 |
2018-12-28 | bloat-o-meter: ignore __addressable_ symbols | Rasmus Villemoes | 1 | -0/+1 |
2018-12-28 | kasan: add SPDX-License-Identifier mark to source files | Andrey Konovalov | 8 | -0/+8 |
2018-12-28 | kasan: update documentation | Andrey Konovalov | 1 | -94/+138 |
2018-12-28 | kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGS | Andrey Konovalov | 1 | -0/+1 |
2018-12-28 | kasan: add __must_check annotations to kasan hooks | Andrey Konovalov | 2 | -12/+19 |
2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc | Andrey Konovalov | 7 | -4/+72 |
2018-12-28 | kasan, arm64: add brk handler for inline instrumentation | Andrey Konovalov | 3 | -0/+65 |
2018-12-28 | kasan: add hooks implementation for tag-based mode | Andrey Konovalov | 3 | -19/+153 |
2018-12-28 | mm: move obj_to_index to include/linux/slab_def.h | Andrey Konovalov | 2 | -13/+13 |
2018-12-28 | kasan: add bug reporting routines for tag-based mode | Andrey Konovalov | 4 | -37/+59 |
2018-12-28 | kasan: split out generic_report.c from report.c | Andrey Konovalov | 5 | -185/+257 |
2018-12-28 | kasan, mm: perform untagged pointers comparison in krealloc | Andrey Konovalov | 1 | -1/+1 |
2018-12-28 | kasan, arm64: enable top byte ignore for the kernel | Andrey Konovalov | 2 | -1/+8 |
2018-12-28 | kasan, arm64: fix up fault handling logic | Andrey Konovalov | 1 | -9/+22 |
2018-12-28 | kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU | Andrey Konovalov | 2 | -11/+15 |
2018-12-28 | kasan, arm64: untag address in _virt_addr_is_linear | Andrey Konovalov | 1 | -3/+4 |
2018-12-28 | kasan: add tag related helper functions | Andrey Konovalov | 6 | -2/+101 |
2018-12-28 | arm64: move untagged_addr macro from uaccess.h to memory.h | Andrey Konovalov | 2 | -7/+8 |
2018-12-28 | kasan: initialize shadow to 0xff for tag-based mode | Andrey Konovalov | 3 | -3/+22 |
2018-12-28 | kasan: rename kasan_zero_page to kasan_early_shadow_page | Andrey Konovalov | 8 | -114/+145 |
2018-12-28 | kasan, arm64: adjust shadow size for tag-based mode | Andrey Konovalov | 2 | -6/+13 |
2018-12-28 | kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS | Andrey Konovalov | 11 | -66/+214 |
2018-12-28 | kasan: rename source files to reflect the new naming scheme | Andrey Konovalov | 3 | -4/+4 |
2018-12-28 | kasan: move common generic and tag-based code to common.c | Andrey Konovalov | 4 | -569/+614 |
2018-12-28 | kasan, slub: handle pointer tags in early_kmem_cache_node_alloc | Andrey Konovalov | 1 | -5/+5 |
2018-12-28 | kasan, mm: change hooks signatures | Andrey Konovalov | 7 | -45/+65 |