aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-17mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()SeongJae Park1-2/+10
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)27-136/+7
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)13-40/+77
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)16-239/+2
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)25-62/+30
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)26-86/+21
2025-03-17xtensa: split out printing of virtual memory layout to a functionMike Rapoport (Microsoft)1-47/+50
2025-03-17s390: make setup_zero_pages() use memblockMike Rapoport (Microsoft)1-13/+3
2025-03-17nios2: move pr_debug() about memory start and end to setup_arch()Mike Rapoport (Microsoft)2-2/+2
2025-03-17MIPS: make setup_zero_pages() use memblockMike Rapoport (Microsoft)2-15/+5
2025-03-17MIPS: consolidate mem_init() for NUMA machinesMike Rapoport (Microsoft)3-16/+7
2025-03-17hexagon: move initialization of init_mm.context init to paging_init()Mike Rapoport (Microsoft)1-8/+6
2025-03-17csky: move setup_initrd() to setup.cMike Rapoport (Microsoft)2-43/+43
2025-03-17arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111Mike Rapoport (Microsoft)1-4/+4
2025-03-17page_io: zswap: do not crash the kernel on decompression failureNhat Pham3-43/+88
2025-03-17mm/hugetlb: update nr_huge_pages and surplus_huge_pages togetherLiu Shixin1-1/+10
2025-03-17Docs/admin-guide/mm/damon/usage: update for {core,ops}_filters directoriesSeongJae Park1-9/+22
2025-03-17Docs/ABI/damon: document {core,ops}_filters directoriesSeongJae Park1-0/+16
2025-03-17mm/damon/sysfs-schemes: return error when for attempts to install filters on ...SeongJae Park1-0/+20
2025-03-17mm/damon/sysfs-schemes: record filters of which layer should be added to the ...SeongJae Park1-10/+36
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park2-1/+9
2025-03-17mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directoriesSeongJae Park1-3/+11
2025-03-17mm/damon/sysfs-schemes: implement core_filters and ops_filters directoriesSeongJae Park1-2/+38
2025-03-17mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for diff...SeongJae Park1-4/+7
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand8-28/+150
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ...David Hildenbrand3-5/+42
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO...David Hildenbrand2-1/+11
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (...David Hildenbrand2-2/+20
2025-03-17fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFI...David Hildenbrand3-4/+49
2025-03-17mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in...David Hildenbrand1-0/+17
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand10-43/+41
2025-03-17mm: Copy-on-Write (COW) reuse support for PTE-mapped THPDavid Hildenbrand1-8/+75
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand8-0/+281
2025-03-17mm/rmap: use folio_large_nr_pages() in add/remove functionsDavid Hildenbrand1-6/+8
2025-03-17bit_spinlock: __always_inline (un)lock functionsDavid Hildenbrand1-4/+4
2025-03-17mm/rmap: abstract large mapcount operations for large folios (!hugetlb)David Hildenbrand2-12/+34
2025-03-17mm/rmap: pass vma to __folio_add_rmap()David Hildenbrand1-4/+4
2025-03-17mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friendsDavid Hildenbrand3-23/+31
2025-03-17mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand4-7/+15
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand6-11/+40
2025-03-17mm: move hugetlb specific things in folio to page[3]David Hildenbrand3-11/+22
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand6-14/+42
2025-03-17mm: factor out large folio handling from folio_nr_pages() into folio_large_nr...David Hildenbrand1-12/+16
2025-03-17mm: factor out large folio handling from folio_order() into folio_large_order()David Hildenbrand1-4/+9
2025-03-17mm/mremap: thread state through move page table operationLorenzo Stoakes2-83/+116
2025-03-17mm/mremap: refactor move_page_tables(), abstracting stateLorenzo Stoakes3-52/+168
2025-03-17mm/mremap: complete refactor of move_vma()Lorenzo Stoakes1-89/+204
2025-03-17mm/mremap: initial refactor of move_vma()Lorenzo Stoakes1-64/+122
2025-03-17mm/mremap: introduce and use vma_remap_struct threaded stateLorenzo Stoakes1-207/+363
2025-03-17mm/mremap: refactor mremap() system call implementationLorenzo Stoakes1-154/+251