summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-26x86: fix seq_file iteration for pat/memtype.cNeilBrown1-2/+2
2021-02-26seq_file: document how per-entry resources are managed.NeilBrown1-0/+6
2021-02-26fs/coredump: use kmap_local_page()Ira Weiny1-2/+2
2021-02-26init/Kconfig: fix a typo in CC_VERSION_TEXT help textBhaskar Chowdhury1-1/+1
2021-02-26init: clean up early_param_on_off() macroMasahiro Yamada1-2/+2
2021-02-26init/version.c: remove Version_<LINUX_VERSION_CODE> symbolMasahiro Yamada1-8/+0
2021-02-26checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu1-1/+11
2021-02-26checkpatch: don't warn about colon termination in linker scriptsChris Down1-1/+1
2021-02-26checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches1-1/+1
2021-02-26checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava1-0/+7
2021-02-26checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches1-10/+10
2021-02-26checkpatch: prefer ftrace over function entry/exit printksJoe Perches1-0/+35
2021-02-26checkpatch: trivial style fixesDwaipayan Ray1-9/+9
2021-02-26checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang1-1/+3
2021-02-26checkpatch: improve blank line after declaration testJoe Perches1-23/+29
2021-02-26include/linux/bitops.h: spelling s/synomyn/synonym/Geert Uytterhoeven1-1/+1
2021-02-26lib/cmdline: remove an unneeded local variable in next_arg()Masahiro Yamada1-4/+3
2021-02-26lib: stackdepot: fix ignoring return value warningVijayanand Jitta1-2/+4
2021-02-26lib: stackdepot: add support to disable stack depotVijayanand Jitta4-4/+45
2021-02-26lib: stackdepot: add support to configure STACK_HASH_SIZEYogesh Lal2-2/+10
2021-02-26string.h: move fortified functions definitions in a dedicated header.Francis Laniel2-281/+303
2021-02-26lib/genalloc.c: change return type to unsigned long for bitmap_set_llHuang Shijie1-1/+2
2021-02-26MAINTAINERS: add uapi directories to API/ABI sectionVlastimil Babka1-0/+2
2021-02-26kernel: delete repeated words in commentsRandy Dunlap7-11/+11
2021-02-26groups: simplify struct group_info allocationHubert Jasudowicz1-6/+1
2021-02-26groups: use flexible-array member in struct group_infoHubert Jasudowicz1-1/+1
2021-02-26treewide: Miguel has movedMiguel Ojeda11-23/+21
2021-02-26include/linux: remove repeated wordsRandy Dunlap4-4/+4
2021-02-26sysctl.c: fix underflow value setting risk in vm_tableLin Feng1-4/+4
2021-02-26proc: use kvzalloc for our kernel bufferJosef Bacik1-2/+2
2021-02-26proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller1-11/+8
2021-02-26alpha: remove CONFIG_EXPERIMENTAL from defconfigsRandy Dunlap1-1/+0
2021-02-26kasan: clarify that only first bug is reported in HW_TAGSAndrey Konovalov2-3/+7
2021-02-26kasan: inline HW_TAGS helper functionsAndrey Konovalov1-6/+7
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov7-73/+60
2021-02-26kasan: ensure poisoning size alignmentAndrey Konovalov3-31/+48
2021-02-26kasan, mm: optimize krealloc poisoningAndrey Konovalov2-8/+24
2021-02-26kasan, mm: fail krealloc on freed objectsAndrey Konovalov2-0/+23
2021-02-26kasan: rework krealloc testsAndrey Konovalov1-10/+81
2021-02-26kasan: unify large kfree checksAndrey Konovalov2-18/+34
2021-02-26kasan: clean up setting free info in kasan_slab_freeAndrey Konovalov1-4/+2
2021-02-26kasan: optimize large kmalloc poisoningAndrey Konovalov1-5/+15
2021-02-26kasan, mm: optimize kmalloc poisoningAndrey Konovalov4-48/+119
2021-02-26kasan, mm: don't save alloc stacks twiceAndrey Konovalov3-4/+24
2021-02-26kasan: use error_report_end tracepointAlexander Potapenko1-3/+5
2021-02-26kfence: use error_report_end tracepointAlexander Potapenko1-0/+2
2021-02-26tracing: add error_report_end trace pointAlexander Potapenko3-0/+86
2021-02-26kfence: report sensitive information based on no_hash_pointersMarco Elver5-27/+18
2021-02-26MAINTAINERS: add entry for KFENCEMarco Elver1-0/+12
2021-02-26kfence: add test suiteMarco Elver10-25/+915