summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20220202next-20220202Stephen Rothwell2022-02-024-0/+6681
* Merge branch 'akpm-current/current'Stephen Rothwell2022-02-02199-2286/+3720
|\
| * ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long2022-02-021-0/+14
| * Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2022-02-022-23/+0
| * selftests: kselftest framework: provide "finished" helperKees Cook2022-02-022-1/+11
| * selftests: vm: remove dependecy from internal kernel macrosMuhammad Usama Anjum2022-02-021-0/+3
| * selftests: vm: add the uapi headers include variableMuhammad Usama Anjum2022-02-021-1/+1
| * selftests: mptcp: add the uapi headers include variableMuhammad Usama Anjum2022-02-021-1/+1
| * selftests: net: add the uapi headers include variableMuhammad Usama Anjum2022-02-021-1/+1
| * selftests: landlock: add the uapi headers include variableMuhammad Usama Anjum2022-02-021-1/+1
| * selftests: kvm: add the uapi headers include variableMuhammad Usama Anjum2022-02-021-1/+1
| * selftests: futex: add the uapi headers include variableMuhammad Usama Anjum2022-02-021-3/+2
| * selftests: correct the headers install pathMuhammad Usama Anjum2022-02-021-1/+1
| * selftests: add and export a kernel uapi headers pathMuhammad Usama Anjum2022-02-021-0/+4
| * selftests: set the BUILD variable to absolute pathMuhammad Usama Anjum2022-02-021-9/+17
| * kcov: properly handle subsequent mmap callsAleksandr Nogikh2022-02-021-19/+15
| * kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh2022-02-021-31/+37
| * panic: allow printing extra panic information on kdumpGuilherme G. Piccoli2022-02-021-0/+7
| * panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli2022-02-023-0/+6
| * sysctl: documentation: fix table format warningRandy Dunlap2022-02-021-1/+1
| * docs: sysctl/kernel: add missing bit to panic_printGuilherme G. Piccoli2022-02-021-0/+1
| * arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-02-021-6/+3
| * x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-02-021-7/+3
| * riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-02-021-4/+2
| * kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang2022-02-021-6/+6
| * selftests/exec: test for empty string on NULL argvKees Cook2022-02-022-0/+79
| * exec: Fix min/max typo in stack space calculationKees Cook2022-02-021-1/+1
| * exec: force single empty string when argv is emptyKees Cook2022-02-021-1/+25
| * minix: fix bug when opening a file with O_DIRECTQinghua Jin2022-02-021-1/+2
| * fs/pipe.c: local vars have to match types of proper pipe_inode_info fieldsAndrei Vagin2022-02-021-2/+2
| * fs/pipe: use kvcalloc to allocate a pipe_buffer arrayAndrei Vagin2022-02-021-5/+4
| * init/main.c: silence some -Wunused-parameter warningsAndrew Halaney2022-02-021-10/+15
| * kallsyms: print module name in %ps/S case when KALLSYMS is disabledManinder Singh2022-02-022-2/+30
| * ELF: fix overflow in total mapping size calculationAlexey Dobriyan2022-02-021-12/+11
| * fs/binfmt_elf: refactor load_elf_binary functionAkira Kawata2022-02-021-10/+8
| * fs-binfmt_elf-fix-at_phdr-for-unusual-elf-files-v5Akira Kawata2022-02-021-0/+4
| * fs/binfmt_elf: fix AT_PHDR for unusual ELF filesAkira Kawata2022-02-021-6/+14
| * checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches2022-02-021-2/+16
| * checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches2022-02-021-0/+7
| * lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2022-02-021-2/+6
| * Kconfig.debug: make DEBUG_INFO always default=nKees Cook2022-02-021-7/+6
| * Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook2022-02-021-65/+75
| * proc/sysctl: make protected_* world readableJulius Hemanth Pitti2022-02-021-4/+4
| * proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentYang Li2022-02-021-1/+1
| * proc/vmcore: fix possible deadlock on concurrent mmap and readDavid Hildenbrand2022-02-021-19/+22
| * proc-alloc-path_max-bytes-for-proc-pid-fd-symlinks-fixAndrew Morton2022-02-021-1/+1
| * proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinksHao Lee2022-02-021-4/+4
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2022-02-022-0/+45
| * fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa2022-02-021-2/+8
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2022-02-023-2/+61