aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-06maple_tree: refactor mas_wr_store_type()Sidhartha Kumar1-47/+25
2024-11-06mm/hugetlb: perform vmemmap optimization batchly for specific node allocationsuhua1-3/+8
2024-11-06memcg: add tracing for memcg stat updatesShakeel Butt2-2/+92
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang12-20/+17
2024-11-06mm: add pcp high_min high_max to proc zoneinfoMengEn Sun1-4/+8
2024-11-06mm/kmemleak: fix typo in object_no_scan() commentMike Rapoport (Microsoft)1-1/+1
2024-11-06kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard9-16/+20
2024-11-06zram: do not open-code comp priority 0Sergey Senozhatsky1-2/+2
2024-11-06mm: allocate THP on hugezeropage wp-faultDev Jain1-1/+40
2024-11-06mm: abstract THP allocationDev Jain1-41/+57
2024-11-06MAINTAINERS: mailmap: update Alexey Klimov's email addressAlexey Klimov2-3/+4
2024-11-06mm/memory.c: remove stray newline at top of fileAndrew Morton1-1/+0
2024-11-06percpu: fix data race with pcpu_nr_empty_pop_pagesDennis Zhou1-3/+4
2024-11-06mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador7-66/+6
2024-11-06arch/s390: clean up hugetlb definitionsOscar Salvador2-42/+24
2024-11-06mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador7-422/+6
2024-11-06mm: make hugetlb mappings go through mm_get_unmapped_area_vmflagsOscar Salvador2-13/+20
2024-11-06arch/powerpc: teach book3s64 arch_get_unmapped_area{_topdown} to handle huget...Oscar Salvador1-10/+30
2024-11-06arch/sparc: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador2-12/+42
2024-11-06arch/x86: teach arch_get_unmapped_area_vmflags to handle hugetlb mappingsOscar Salvador1-8/+16
2024-11-06arch/s390: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador1-2/+7
2024-11-06mm/mmap: teach generic_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador2-0/+14
2024-11-06mm: remove misleading 'unlikely' hint in vms_gather_munmap_vmas()Breno Leitao1-1/+1
2024-11-06maple_tree: do not hash pointers on dump in debug modeLorenzo Stoakes1-41/+59
2024-11-06mm/truncate: reset xa_has_values flag on each iterationShakeel Butt1-2/+2
2024-11-06mm: swap: make some count_mthp_stat() call-sites be THP-agnostic.Kanchana P Sridhar2-2/+2
2024-11-06mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual3-38/+56
2024-11-06gup: convert FOLL_TOUCH case in follow_page_pte() to folioMatthew Wilcox (Oracle)1-4/+4
2024-11-06mm: remove PageKsm()Matthew Wilcox (Oracle)3-9/+4
2024-11-06mm: add PageAnonNotKsm()Matthew Wilcox (Oracle)1-2/+9
2024-11-06ksm: convert should_skip_rmap_item() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-11-06ksm: convert cmp_and_merge_page() to use a folioMatthew Wilcox (Oracle)1-25/+26
2024-11-06ksm: use a folio in try_to_merge_one_page()Matthew Wilcox (Oracle)1-16/+17
2024-11-05selftests/damon/access_memory_even: remove unused variablesBa Jing1-2/+0
2024-11-05mm/cma: fix useless return in void functionPintu Kumar1-2/+1
2024-11-05mm: optimize invalidation of shadow entriesShakeel Butt1-28/+18
2024-11-05mm: optimize truncation of shadow entriesShakeel Butt1-27/+26
2024-11-05mm: migrate LRU_REFS_MASK bits in folio_migrate_flagsZhaoyang Huang2-0/+11
2024-11-05mm: pgtable: remove pte_offset_map_nolock()Qi Zheng3-26/+0
2024-11-05mm: multi-gen LRU: walk_pte_range() use pte_offset_map_rw_nolock()Qi Zheng1-1/+8
2024-11-05mm: userfaultfd: move_pages_pte() use pte_offset_map_rw_nolock()Qi Zheng1-3/+12
2024-11-05mm: page_vma_mapped_walk: map_pte() use pte_offset_map_rw_nolock()Qi Zheng1-6/+18
2024-11-05mm: mremap: move_ptes() use pte_offset_map_rw_nolock()Qi Zheng1-1/+10
2024-11-05mm: copy_pte_range() use pte_offset_map_rw_nolock()Qi Zheng1-1/+10
2024-11-05mm: khugepaged: collapse_pte_mapped_thp() use pte_offset_map_rw_nolock()Qi Zheng1-5/+13
2024-11-05mm: handle_pte_fault() use pte_offset_map_rw_nolock()Qi Zheng1-2/+12
2024-11-05arm: adjust_pte() use pte_offset_map_rw_nolock()Qi Zheng1-31/+22
2024-11-05mm: khugepaged: __collapse_huge_page_swapin() use pte_offset_map_ro_nolock()Qi Zheng1-1/+5
2024-11-05mm: filemap: filemap_fault_recheck_pte_none() use pte_offset_map_ro_nolock()Qi Zheng1-2/+2
2024-11-05powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()Qi Zheng1-1/+1