summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-24tools/vm/page_owner_sort.c: support sorting by tgid and update documentationJiajian Ye
2022-03-24tools/vm/page_owner_sort.c: add a security checkJiajian Ye
2022-03-24tools/vm/page_owner_sort.c: fix commentsJiajian Ye
2022-03-24tools/vm/page_owner_sort.c: fix the instructions for useYixuan Cao
2022-03-24mm/page_owner.c: record tgidYixuan Cao
2022-03-24mm/page_owner: record task command nameWaiman Long
2022-03-24mm/page_owner: print memcg informationWaiman Long
2022-03-24mm/page_owner: use scnprintf() to avoid excessive buffer overrun checkWaiman Long
2022-03-24lib/vsprintf: avoid redundant work with 0 sizeWaiman Long
2022-03-24Documentation/vm/page_owner.rst: fix unexpected indentation warnsShuah Khan
2022-03-24Documentation/vm/page_owner.rst: update the documentationShenghong Han
2022-03-24tools/vm/page_owner_sort.c: delete invalid duplicate codeYixuan Cao
2022-03-24tools/vm/page_owner_sort.c: two trivial fixesShenghong Han
2022-03-24tools/vm/page_owner_sort.c: support sorting pid and timeChongxi Zhao
2022-03-24tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txtYinan Zhang
2022-03-24tools/vm/page_owner_sort.c: support sorting by stack traceSean Anderson
2022-03-24tools/vm/page_owner_sort.c: sort by stacktrace before cullingSean Anderson
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-03-24Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-24Merge tag 'tomoyo-pr-20220322' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-24Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-03-24Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2022-03-24Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Linus Torvalds
2022-03-23Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver
2022-03-23kernel/resource: fix kfree() of bootmem memory againMiaohe Lin
2022-03-23kcov: properly handle subsequent mmap callsAleksandr Nogikh
2022-03-23kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh
2022-03-23panic: move panic_print before kmsg dumpersGuilherme G. Piccoli
2022-03-23panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli
2022-03-23docs: sysctl/kernel: add missing bit to panic_printGuilherme G. Piccoli
2022-03-23taskstats: remove unneeded dead assignmentLukas Bulwahn
2022-03-23kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang
2022-03-23ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang
2022-03-23panic: unset panic_on_warn inside panic()Tiezhu Yang
2022-03-23docs: kdump: add scp example to write out the dump fileTiezhu Yang
2022-03-23docs: kdump: update description about sysfs file system supportTiezhu Yang
2022-03-23arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang
2022-03-23x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang
2022-03-23riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang
2022-03-23kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang
2022-03-23cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior
2022-03-23fat: use pointer to simple type in put_user()Helge Deller
2022-03-23minix: fix bug when opening a file with O_DIRECTQinghua Jin
2022-03-23fs/pipe.c: local vars have to match types of proper pipe_inode_info fieldsAndrei Vagin
2022-03-23fs/pipe: use kvcalloc to allocate a pipe_buffer arrayAndrei Vagin
2022-03-23init/main.c: return 1 from handled __setup() functionsRandy Dunlap