aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-26145-1507/+4870
|\
| * MIPS: make userspace mapping young by defaultHuang Pei2021-02-263-26/+16
| * initramfs: panic with memory informationFlorian Fainelli2021-02-261-4/+15
| * ubsan: remove overflow checksAndrey Ryabinin2021-02-264-136/+0
| * kgdb: fix to kill breakpoints on initmem after bootSumit Garg2021-02-263-0/+14
| * scripts/gdb: fix list_for_eachGeorge Prekas2021-02-261-0/+5
| * x86: fix seq_file iteration for pat/memtype.cNeilBrown2021-02-261-2/+2
| * seq_file: document how per-entry resources are managed.NeilBrown2021-02-261-0/+6
| * fs/coredump: use kmap_local_page()Ira Weiny2021-02-261-2/+2
| * init/Kconfig: fix a typo in CC_VERSION_TEXT help textBhaskar Chowdhury2021-02-261-1/+1
| * init: clean up early_param_on_off() macroMasahiro Yamada2021-02-261-2/+2
| * init/version.c: remove Version_<LINUX_VERSION_CODE> symbolMasahiro Yamada2021-02-261-8/+0
| * checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu2021-02-261-1/+11
| * checkpatch: don't warn about colon termination in linker scriptsChris Down2021-02-261-1/+1
| * checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches2021-02-261-1/+1
| * checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava2021-02-261-0/+7
| * checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches2021-02-261-10/+10
| * checkpatch: prefer ftrace over function entry/exit printksJoe Perches2021-02-261-0/+35
| * checkpatch: trivial style fixesDwaipayan Ray2021-02-261-9/+9
| * checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang2021-02-261-1/+3
| * checkpatch: improve blank line after declaration testJoe Perches2021-02-261-23/+29
| * include/linux/bitops.h: spelling s/synomyn/synonym/Geert Uytterhoeven2021-02-261-1/+1
| * lib/cmdline: remove an unneeded local variable in next_arg()Masahiro Yamada2021-02-261-4/+3
| * lib: stackdepot: fix ignoring return value warningVijayanand Jitta2021-02-261-2/+4
| * lib: stackdepot: add support to disable stack depotVijayanand Jitta2021-02-264-4/+45
| * lib: stackdepot: add support to configure STACK_HASH_SIZEYogesh Lal2021-02-262-2/+10
| * string.h: move fortified functions definitions in a dedicated header.Francis Laniel2021-02-262-281/+303
| * lib/genalloc.c: change return type to unsigned long for bitmap_set_llHuang Shijie2021-02-261-1/+2
| * MAINTAINERS: add uapi directories to API/ABI sectionVlastimil Babka2021-02-261-0/+2
| * kernel: delete repeated words in commentsRandy Dunlap2021-02-267-11/+11
| * groups: simplify struct group_info allocationHubert Jasudowicz2021-02-261-6/+1
| * groups: use flexible-array member in struct group_infoHubert Jasudowicz2021-02-261-1/+1
| * treewide: Miguel has movedMiguel Ojeda2021-02-2611-23/+21
| * include/linux: remove repeated wordsRandy Dunlap2021-02-264-4/+4
| * sysctl.c: fix underflow value setting risk in vm_tableLin Feng2021-02-261-4/+4
| * proc: use kvzalloc for our kernel bufferJosef Bacik2021-02-261-2/+2
| * proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller2021-02-261-11/+8
| * alpha: remove CONFIG_EXPERIMENTAL from defconfigsRandy Dunlap2021-02-261-1/+0
| * kasan: clarify that only first bug is reported in HW_TAGSAndrey Konovalov2021-02-262-3/+7
| * kasan: inline HW_TAGS helper functionsAndrey Konovalov2021-02-261-6/+7
| * arm64: kasan: simplify and inline MTE functionsAndrey Konovalov2021-02-267-73/+60
| * kasan: ensure poisoning size alignmentAndrey Konovalov2021-02-263-31/+48
| * kasan, mm: optimize krealloc poisoningAndrey Konovalov2021-02-262-8/+24
| * kasan, mm: fail krealloc on freed objectsAndrey Konovalov2021-02-262-0/+23
| * kasan: rework krealloc testsAndrey Konovalov2021-02-261-10/+81
| * kasan: unify large kfree checksAndrey Konovalov2021-02-262-18/+34
| * kasan: clean up setting free info in kasan_slab_freeAndrey Konovalov2021-02-261-4/+2
| * kasan: optimize large kmalloc poisoningAndrey Konovalov2021-02-261-5/+15
| * kasan, mm: optimize kmalloc poisoningAndrey Konovalov2021-02-264-48/+119
| * kasan, mm: don't save alloc stacks twiceAndrey Konovalov2021-02-263-4/+24