Age | Commit message (Expand) | Author |
2022-03-24 | selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFT | Mike Rapoport |
2022-03-24 | selftest/vm: add util.h and and move helper functions there | Aneesh Kumar K.V |
2022-03-24 | mm: unexport page_init_poison | Christoph Hellwig |
2022-03-24 | tools/vm/page_owner_sort.c: support for user-defined culling rules | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman... | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort: support for sorting by task command name | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort: fix three trivival places | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort.c: support sorting by tgid and update documentation | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort.c: add a security check | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort.c: fix comments | Jiajian Ye |
2022-03-24 | tools/vm/page_owner_sort.c: fix the instructions for use | Yixuan Cao |
2022-03-24 | mm/page_owner.c: record tgid | Yixuan Cao |
2022-03-24 | mm/page_owner: record task command name | Waiman Long |
2022-03-24 | mm/page_owner: print memcg information | Waiman Long |
2022-03-24 | mm/page_owner: use scnprintf() to avoid excessive buffer overrun check | Waiman Long |
2022-03-24 | lib/vsprintf: avoid redundant work with 0 size | Waiman Long |
2022-03-24 | Documentation/vm/page_owner.rst: fix unexpected indentation warns | Shuah Khan |
2022-03-24 | Documentation/vm/page_owner.rst: update the documentation | Shenghong Han |
2022-03-24 | tools/vm/page_owner_sort.c: delete invalid duplicate code | Yixuan Cao |
2022-03-24 | tools/vm/page_owner_sort.c: two trivial fixes | Shenghong Han |
2022-03-24 | tools/vm/page_owner_sort.c: support sorting pid and time | Chongxi Zhao |
2022-03-24 | tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txt | Yinan Zhang |
2022-03-24 | tools/vm/page_owner_sort.c: support sorting by stack trace | Sean Anderson |
2022-03-24 | tools/vm/page_owner_sort.c: sort by stacktrace before culling | Sean Anderson |
2022-03-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-03-24 | Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds |
2022-03-24 | Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-03-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-03-24 | Merge tag 'tomoyo-pr-20220322' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 | Linus Torvalds |
2022-03-24 | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p... | Linus Torvalds |
2022-03-24 | Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2022-03-24 | Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds |
2022-03-24 | Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner... | Linus Torvalds |
2022-03-23 | Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang" | Marco Elver |
2022-03-23 | kernel/resource: fix kfree() of bootmem memory again | Miaohe Lin |
2022-03-23 | kcov: properly handle subsequent mmap calls | Aleksandr Nogikh |
2022-03-23 | kcov: split ioctl handling into locked and unlocked parts | Aleksandr Nogikh |
2022-03-23 | panic: move panic_print before kmsg dumpers | Guilherme G. Piccoli |
2022-03-23 | panic: add option to dump all CPUs backtraces in panic_print | Guilherme G. Piccoli |
2022-03-23 | docs: sysctl/kernel: add missing bit to panic_print | Guilherme G. Piccoli |
2022-03-23 | taskstats: remove unneeded dead assignment | Lukas Bulwahn |
2022-03-23 | kasan: no need to unset panic_on_warn in end_report() | Tiezhu Yang |
2022-03-23 | ubsan: no need to unset panic_on_warn in ubsan_epilogue() | Tiezhu Yang |
2022-03-23 | panic: unset panic_on_warn inside panic() | Tiezhu Yang |
2022-03-23 | docs: kdump: add scp example to write out the dump file | Tiezhu Yang |
2022-03-23 | docs: kdump: update description about sysfs file system support | Tiezhu Yang |
2022-03-23 | arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef | Jisheng Zhang |
2022-03-23 | x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef | Jisheng Zhang |
2022-03-23 | riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef | Jisheng Zhang |