| Commit message (Expand) | Author | Files | Lines |
2022-03-25 | kasan: define KASAN_VMALLOC_INVALID for SW_TAGS | Andrey Konovalov | 1 | -1/+2 |
2022-03-25 | kasan: clean up metadata byte definitions | Andrey Konovalov | 1 | -2/+5 |
2022-03-25 | kasan, page_alloc: rework kasan_unpoison_pages call site | Andrey Konovalov | 1 | -7/+12 |
2022-03-25 | kasan, page_alloc: move kernel_init_free_pages in post_alloc_hook | Andrey Konovalov | 1 | -4/+8 |
2022-03-25 | kasan, page_alloc: move SetPageSkipKASanPoison in post_alloc_hook | Andrey Konovalov | 1 | -3/+3 |
2022-03-25 | kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook | Andrey Konovalov | 1 | -16/+16 |
2022-03-25 | kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook | Andrey Konovalov | 4 | -37/+16 |
2022-03-25 | kasan, page_alloc: refactor init checks in post_alloc_hook | Andrey Konovalov | 1 | -8/+10 |
2022-03-25 | kasan: only apply __GFP_ZEROTAGS when memory is zeroed | Andrey Konovalov | 1 | -1/+2 |
2022-03-25 | mm: clarify __GFP_ZEROTAGS comment | Andrey Konovalov | 1 | -2/+4 |
2022-03-25 | kasan: drop skip_kasan_poison variable in free_pages_prepare | Andrey Konovalov | 1 | -2/+1 |
2022-03-25 | kasan, page_alloc: init memory of skipped pages on free | Andrey Konovalov | 1 | -3/+8 |
2022-03-25 | kasan, page_alloc: simplify kasan_poison_pages call site | Andrey Konovalov | 1 | -13/+5 |
2022-03-25 | kasan, page_alloc: merge kasan_free_pages into free_pages_prepare | Andrey Konovalov | 4 | -22/+5 |
2022-03-25 | kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages | Andrey Konovalov | 1 | -11/+13 |
2022-03-25 | kasan, page_alloc: deduplicate should_skip_kasan_poison | Andrey Konovalov | 1 | -22/+33 |
2022-03-25 | mm/migration: add trace events for base page and HugeTLB migrations | Anshuman Khandual | 4 | -2/+40 |
2022-03-25 | mm/migration: add trace events for THP migrations | Anshuman Khandual | 3 | -1/+32 |
2022-03-25 | mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap() | Hugh Dickins | 1 | -17/+14 |
2022-03-25 | mm: filemap_unaccount_folio() large skip mapcount fixup | Hugh Dickins | 1 | -13/+13 |
2022-03-25 | mm: delete __ClearPageWaiters() | Hugh Dickins | 4 | -22/+9 |
2022-03-25 | selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFT | Mike Rapoport | 2 | -4/+26 |
2022-03-25 | selftest/vm: add util.h and and move helper functions there | Aneesh Kumar K.V | 3 | -75/+52 |
2022-03-25 | mm: unexport page_init_poison | Christoph Hellwig | 1 | -1/+0 |
2022-03-25 | tools/vm/page_owner_sort.c: support for user-defined culling rules | Jiajian Ye | 2 | -22/+157 |
2022-03-25 | tools/vm/page_owner_sort.c: support for selecting by PID, TGID or task comman... | Jiajian Ye | 2 | -27/+98 |
2022-03-25 | tools/vm/page_owner_sort: support for sorting by task command name | Jiajian Ye | 2 | -1/+35 |
2022-03-25 | tools/vm/page_owner_sort: fix three trivival places | Jiajian Ye | 1 | -18/+19 |
2022-03-25 | tools/vm/page_owner_sort.c: support sorting by tgid and update documentation | Jiajian Ye | 2 | -3/+38 |
2022-03-25 | tools/vm/page_owner_sort.c: add a security check | Jiajian Ye | 1 | -0/+6 |
2022-03-25 | tools/vm/page_owner_sort.c: fix comments | Jiajian Ye | 1 | -2/+2 |
2022-03-25 | tools/vm/page_owner_sort.c: fix the instructions for use | Yixuan Cao | 1 | -1/+1 |
2022-03-25 | mm/page_owner.c: record tgid | Yixuan Cao | 1 | -6/+9 |
2022-03-25 | mm/page_owner: record task command name | Waiman Long | 1 | -4/+10 |
2022-03-25 | mm/page_owner: print memcg information | Waiman Long | 1 | -0/+42 |
2022-03-25 | mm/page_owner: use scnprintf() to avoid excessive buffer overrun check | Waiman Long | 1 | -11/+3 |
2022-03-25 | lib/vsprintf: avoid redundant work with 0 size | Waiman Long | 1 | -3/+5 |
2022-03-25 | Documentation/vm/page_owner.rst: fix unexpected indentation warns | Shuah Khan | 1 | -3/+3 |
2022-03-25 | Documentation/vm/page_owner.rst: update the documentation | Shenghong Han | 1 | -2/+21 |
2022-03-25 | tools/vm/page_owner_sort.c: delete invalid duplicate code | Yixuan Cao | 1 | -2/+0 |
2022-03-25 | tools/vm/page_owner_sort.c: two trivial fixes | Shenghong Han | 1 | -3/+2 |
2022-03-25 | tools/vm/page_owner_sort.c: support sorting pid and time | Chongxi Zhao | 1 | -29/+148 |
2022-03-25 | tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txt | Yinan Zhang | 1 | -3/+20 |
2022-03-25 | tools/vm/page_owner_sort.c: support sorting by stack trace | Sean Anderson | 1 | -9/+14 |
2022-03-25 | tools/vm/page_owner_sort.c: sort by stacktrace before culling | Sean Anderson | 1 | -4/+6 |
2022-03-24 | Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang" | Marco Elver | 2 | -23/+0 |
2022-03-24 | kernel/resource: fix kfree() of bootmem memory again | Miaohe Lin | 1 | -33/+8 |
2022-03-24 | kcov: properly handle subsequent mmap calls | Aleksandr Nogikh | 1 | -19/+15 |
2022-03-24 | kcov: split ioctl handling into locked and unlocked parts | Aleksandr Nogikh | 1 | -31/+37 |
2022-03-24 | panic: move panic_print before kmsg dumpers | Guilherme G. Piccoli | 2 | -4/+13 |