aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-24mm/page_owner.c: record tgidYixuan Cao1-6/+9
2022-03-24mm/page_owner: record task command nameWaiman Long1-4/+10
2022-03-24mm/page_owner: print memcg informationWaiman Long1-0/+42
2022-03-24mm/page_owner: use scnprintf() to avoid excessive buffer overrun checkWaiman Long1-11/+3
2022-03-24lib/vsprintf: avoid redundant work with 0 sizeWaiman Long1-3/+5
2022-03-24Documentation/vm/page_owner.rst: fix unexpected indentation warnsShuah Khan1-3/+3
2022-03-24Documentation/vm/page_owner.rst: update the documentationShenghong Han1-2/+21
2022-03-24tools/vm/page_owner_sort.c: delete invalid duplicate codeYixuan Cao1-2/+0
2022-03-24tools/vm/page_owner_sort.c: two trivial fixesShenghong Han1-3/+2
2022-03-24tools/vm/page_owner_sort.c: support sorting pid and timeChongxi Zhao1-29/+148
2022-03-24tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txtYinan Zhang1-3/+20
2022-03-24tools/vm/page_owner_sort.c: support sorting by stack traceSean Anderson1-9/+14
2022-03-24tools/vm/page_owner_sort.c: sort by stacktrace before cullingSean Anderson1-4/+6
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds34-303/+311
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-36565/+120737
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds40-358/+3558
2022-03-24Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-27/+42
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds143-2516/+6279
2022-03-24Merge tag 'tomoyo-pr-20220322' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds1-2/+2
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds66-111/+111
2022-03-24Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l...Linus Torvalds4-63/+72
2022-03-24Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-2/+18
2022-03-24Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Linus Torvalds1-70/+78
2022-03-23Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2-23/+0
2022-03-23kernel/resource: fix kfree() of bootmem memory againMiaohe Lin1-33/+8
2022-03-23kcov: properly handle subsequent mmap callsAleksandr Nogikh1-19/+15
2022-03-23kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh1-31/+37
2022-03-23panic: move panic_print before kmsg dumpersGuilherme G. Piccoli2-4/+13
2022-03-23panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli3-0/+6
2022-03-23docs: sysctl/kernel: add missing bit to panic_printGuilherme G. Piccoli1-0/+1
2022-03-23taskstats: remove unneeded dead assignmentLukas Bulwahn1-2/+3
2022-03-23kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang1-9/+1
2022-03-23ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang1-9/+1
2022-03-23panic: unset panic_on_warn inside panic()Tiezhu Yang1-9/+11
2022-03-23docs: kdump: add scp example to write out the dump fileTiezhu Yang1-0/+4
2022-03-23docs: kdump: update description about sysfs file system supportTiezhu Yang1-3/+3
2022-03-23arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-6/+3
2022-03-23x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-7/+3
2022-03-23riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-4/+2
2022-03-23kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang1-6/+6
2022-03-23cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior1-2/+11
2022-03-23fat: use pointer to simple type in put_user()Helge Deller1-1/+1
2022-03-23minix: fix bug when opening a file with O_DIRECTQinghua Jin1-1/+2
2022-03-23fs/pipe.c: local vars have to match types of proper pipe_inode_info fieldsAndrei Vagin1-2/+2
2022-03-23fs/pipe: use kvcalloc to allocate a pipe_buffer arrayAndrei Vagin1-5/+4
2022-03-23init/main.c: return 1 from handled __setup() functionsRandy Dunlap1-2/+4
2022-03-23init.h: improve __setup and early_param documentationRandy Dunlap1-2/+9
2022-03-23init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai1-6/+2
2022-03-23checkpatch: use python3 to find codespell dictionarySagar Patel1-2/+2
2022-03-23checkpatch: add early_param exception to blank line after struct/function testJoe Perches1-1/+1