summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kasan, page_alloc: merge kasan_free_pages into free_pages_prepareAndrey Konovalov2022-03-254-22/+5
* kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pagesAndrey Konovalov2022-03-251-11/+13
* kasan, page_alloc: deduplicate should_skip_kasan_poisonAndrey Konovalov2022-03-251-22/+33
* mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual2022-03-254-2/+40
* mm/migration: add trace events for THP migrationsAnshuman Khandual2022-03-253-1/+32
* mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()Hugh Dickins2022-03-251-17/+14
* mm: filemap_unaccount_folio() large skip mapcount fixupHugh Dickins2022-03-251-13/+13
* mm: delete __ClearPageWaiters()Hugh Dickins2022-03-254-22/+9
* selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFTMike Rapoport2022-03-252-4/+26
* selftest/vm: add util.h and and move helper functions thereAneesh Kumar K.V2022-03-253-75/+52
* mm: unexport page_init_poisonChristoph Hellwig2022-03-251-1/+0
* tools/vm/page_owner_sort.c: support for user-defined culling rulesJiajian Ye2022-03-252-22/+157
* tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman...Jiajian Ye2022-03-252-27/+98
* tools/vm/page_owner_sort: support for sorting by task command nameJiajian Ye2022-03-252-1/+35
* tools/vm/page_owner_sort: fix three trivival placesJiajian Ye2022-03-251-18/+19
* tools/vm/page_owner_sort.c: support sorting by tgid and update documentationJiajian Ye2022-03-252-3/+38
* tools/vm/page_owner_sort.c: add a security checkJiajian Ye2022-03-251-0/+6
* tools/vm/page_owner_sort.c: fix commentsJiajian Ye2022-03-251-2/+2
* tools/vm/page_owner_sort.c: fix the instructions for useYixuan Cao2022-03-251-1/+1
* mm/page_owner.c: record tgidYixuan Cao2022-03-251-6/+9
* mm/page_owner: record task command nameWaiman Long2022-03-251-4/+10
* mm/page_owner: print memcg informationWaiman Long2022-03-251-0/+42
* mm/page_owner: use scnprintf() to avoid excessive buffer overrun checkWaiman Long2022-03-251-11/+3
* lib/vsprintf: avoid redundant work with 0 sizeWaiman Long2022-03-251-3/+5
* Documentation/vm/page_owner.rst: fix unexpected indentation warnsShuah Khan2022-03-251-3/+3
* Documentation/vm/page_owner.rst: update the documentationShenghong Han2022-03-251-2/+21
* tools/vm/page_owner_sort.c: delete invalid duplicate codeYixuan Cao2022-03-251-2/+0
* tools/vm/page_owner_sort.c: two trivial fixesShenghong Han2022-03-251-3/+2
* tools/vm/page_owner_sort.c: support sorting pid and timeChongxi Zhao2022-03-251-29/+148
* tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txtYinan Zhang2022-03-251-3/+20
* tools/vm/page_owner_sort.c: support sorting by stack traceSean Anderson2022-03-251-9/+14
* tools/vm/page_owner_sort.c: sort by stacktrace before cullingSean Anderson2022-03-251-4/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-2434-303/+311
|\
| * Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2022-03-242-23/+0
| * kernel/resource: fix kfree() of bootmem memory againMiaohe Lin2022-03-241-33/+8
| * kcov: properly handle subsequent mmap callsAleksandr Nogikh2022-03-241-19/+15
| * kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh2022-03-241-31/+37
| * panic: move panic_print before kmsg dumpersGuilherme G. Piccoli2022-03-242-4/+13
| * panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli2022-03-243-0/+6
| * docs: sysctl/kernel: add missing bit to panic_printGuilherme G. Piccoli2022-03-241-0/+1
| * taskstats: remove unneeded dead assignmentLukas Bulwahn2022-03-241-2/+3
| * kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang2022-03-241-9/+1
| * ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang2022-03-241-9/+1
| * panic: unset panic_on_warn inside panic()Tiezhu Yang2022-03-241-9/+11
| * docs: kdump: add scp example to write out the dump fileTiezhu Yang2022-03-241-0/+4
| * docs: kdump: update description about sysfs file system supportTiezhu Yang2022-03-241-3/+3
| * arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-241-6/+3
| * x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-241-7/+3
| * riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-241-4/+2
| * kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang2022-03-241-6/+6