summaryrefslogtreecommitdiffstats
path: root/block (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-25kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pagesAndrey Konovalov1-11/+13
2022-03-25kasan, page_alloc: deduplicate should_skip_kasan_poisonAndrey Konovalov1-22/+33
2022-03-25mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual4-2/+40
2022-03-25mm/migration: add trace events for THP migrationsAnshuman Khandual3-1/+32
2022-03-25mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()Hugh Dickins1-17/+14
2022-03-25mm: filemap_unaccount_folio() large skip mapcount fixupHugh Dickins1-13/+13
2022-03-25mm: delete __ClearPageWaiters()Hugh Dickins4-22/+9
2022-03-25selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFTMike Rapoport2-4/+26
2022-03-25selftest/vm: add util.h and and move helper functions thereAneesh Kumar K.V3-75/+52
2022-03-25mm: unexport page_init_poisonChristoph Hellwig1-1/+0
2022-03-25tools/vm/page_owner_sort.c: support for user-defined culling rulesJiajian Ye2-22/+157
2022-03-25tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman...Jiajian Ye2-27/+98
2022-03-25tools/vm/page_owner_sort: support for sorting by task command nameJiajian Ye2-1/+35
2022-03-25tools/vm/page_owner_sort: fix three trivival placesJiajian Ye1-18/+19
2022-03-25tools/vm/page_owner_sort.c: support sorting by tgid and update documentationJiajian Ye2-3/+38
2022-03-25tools/vm/page_owner_sort.c: add a security checkJiajian Ye1-0/+6
2022-03-25tools/vm/page_owner_sort.c: fix commentsJiajian Ye1-2/+2
2022-03-25tools/vm/page_owner_sort.c: fix the instructions for useYixuan Cao1-1/+1
2022-03-25mm/page_owner.c: record tgidYixuan Cao1-6/+9
2022-03-25mm/page_owner: record task command nameWaiman Long1-4/+10
2022-03-25mm/page_owner: print memcg informationWaiman Long1-0/+42
2022-03-25mm/page_owner: use scnprintf() to avoid excessive buffer overrun checkWaiman Long1-11/+3
2022-03-25lib/vsprintf: avoid redundant work with 0 sizeWaiman Long1-3/+5
2022-03-25Documentation/vm/page_owner.rst: fix unexpected indentation warnsShuah Khan1-3/+3
2022-03-25Documentation/vm/page_owner.rst: update the documentationShenghong Han1-2/+21
2022-03-25tools/vm/page_owner_sort.c: delete invalid duplicate codeYixuan Cao1-2/+0
2022-03-25tools/vm/page_owner_sort.c: two trivial fixesShenghong Han1-3/+2
2022-03-25tools/vm/page_owner_sort.c: support sorting pid and timeChongxi Zhao1-29/+148
2022-03-25tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txtYinan Zhang1-3/+20
2022-03-25tools/vm/page_owner_sort.c: support sorting by stack traceSean Anderson1-9/+14
2022-03-25tools/vm/page_owner_sort.c: sort by stacktrace before cullingSean Anderson1-4/+6
2022-03-24Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2-23/+0
2022-03-24kernel/resource: fix kfree() of bootmem memory againMiaohe Lin1-33/+8
2022-03-24kcov: properly handle subsequent mmap callsAleksandr Nogikh1-19/+15
2022-03-24kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh1-31/+37
2022-03-24panic: move panic_print before kmsg dumpersGuilherme G. Piccoli2-4/+13
2022-03-24panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli3-0/+6
2022-03-24docs: sysctl/kernel: add missing bit to panic_printGuilherme G. Piccoli1-0/+1
2022-03-24taskstats: remove unneeded dead assignmentLukas Bulwahn1-2/+3
2022-03-24kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang1-9/+1
2022-03-24ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang1-9/+1
2022-03-24panic: unset panic_on_warn inside panic()Tiezhu Yang1-9/+11
2022-03-24docs: kdump: add scp example to write out the dump fileTiezhu Yang1-0/+4
2022-03-24docs: kdump: update description about sysfs file system supportTiezhu Yang1-3/+3
2022-03-24arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-6/+3
2022-03-24x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-7/+3
2022-03-24riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-4/+2
2022-03-24kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang1-6/+6
2022-03-24cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior1-2/+11
2022-03-24fat: use pointer to simple type in put_user()Helge Deller1-1/+1