aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-31sched/numa: add statistics of numa balance taskChen Yu7-2/+27
2025-05-31sched/numa: fix task swap by skipping kernel threadsLibo Chen1-1/+2
2025-05-31tools/testing: check correct variable in open_procmap()Dan Carpenter1-1/+1
2025-05-31tools/testing/vma: add missing function stubLorenzo Stoakes1-0/+5
2025-05-31mm/gup: update comment explaining why gup_fast() disables IRQsJann Horn1-1/+1
2025-05-31selftests/mm: two fixes for the pfnmap testDavid Hildenbrand1-4/+57
2025-05-31mm/khugepaged: fix race with folio split/free using temporary referenceShivank Garg1-1/+17
2025-05-31mm: add CONFIG_PAGE_BLOCK_ORDER to select page block orderJuan Yescas4-5/+55
2025-05-31mmu_notifiers: remove leftover stub macrosJann Horn1-3/+0
2025-05-31selftests/mm: deduplicate test names in madv_populateMark Brown1-9/+9
2025-05-31kcov: rust: add flags for KCOV with RustAlice Ryhl3-0/+10
2025-05-31mm: rust: make CONFIG_MMU ifdefs more narrowAlice Ryhl2-52/+72
2025-05-31mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()Roman Gushchin3-10/+39
2025-05-31mm/damon/Kconfig: enable CONFIG_DAMON by defaultSeongJae Park1-0/+1
2025-05-31mm/damon/Kconfig: set DAMON_{VADDR,PADDR,SYSFS} default to DAMONSeongJae Park1-0/+3
2025-05-31hugetlb: show nr_huge_pages in report_hugepages()Wenjie Xu1-1/+1
2025-05-31selftests/mm: skip hugevm test if kernel config file is not presentZi Yan1-17/+9
2025-05-31selftests/mm: skip guard_regions.uffd tests when uffd is not presentZi Yan1-2/+15
2025-05-31mm/shmem: remove unneeded xa_is_value() check in shmem_unuse_swap_entries()Kemeng Shi1-2/+0
2025-05-31mm: shmem: only remove inode from swaplist when it's swapped page count is 0Kemeng Shi1-2/+2
2025-05-31mm/shmem: fix potential dead loop in shmem_unuse()Kemeng Shi1-3/+6
2025-05-31mm: shmem: add missing shmem_unacct_size() in __shmem_file_setup()Kemeng Shi1-3/+3
2025-05-31mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio()Kemeng Shi1-0/+2
2025-05-31mm/damon/core: avoid destroyed target reference from DAMOS quotaAkinobu Mita1-0/+8
2025-05-31memcg: make memcg_rstat_updated nmi safeShakeel Butt1-7/+9
2025-05-31memcg: nmi-safe slab stats updatesShakeel Butt1-3/+33
2025-05-31memcg: add nmi-safe update for MEMCG_KMEMShakeel Butt1-2/+19
2025-05-31memcg: nmi safe memcg stats for specific archsShakeel Butt3-0/+66
2025-05-31memcg: disable kmem charging in nmi for unsupported archShakeel Butt2-0/+10
2025-05-31selftests/mm: deduplicate default page size test results in thuge-genMark Brown1-2/+2
2025-05-31selftests/mm: deduplicate test logging in test_mlock_lock()Mark Brown1-1/+1
2025-05-31zram: support deflate-specific paramsSergey Senozhatsky3-6/+28
2025-05-31zram: rename ZCOMP_PARAM_NO_LEVELSergey Senozhatsky6-7/+7
2025-05-31iov: remove copy_page_from_iter_atomic()Matthew Wilcox (Oracle)2-24/+15
2025-05-31ntfs3: use folios more in ntfs_compress_write()Matthew Wilcox (Oracle)1-18/+13
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)9-19/+19
2025-05-31m68k: remove use of page->indexMatthew Wilcox (Oracle)1-1/+2
2025-05-27mm: pcp: increase pcp->free_count threshold to trigger free_highNikhil Dhama1-1/+1
2025-05-27mm/hugetlb: convert use of struct page to folio in __unmap_hugepage_range()Fan Ni1-11/+13
2025-05-27mm/hugetlb: refactor __unmap_hugepage_range() to take folio instead of pageFan Ni2-11/+11
2025-05-27mm/hugetlb: refactor unmap_hugepage_range() to take folio instead of pageFan Ni2-5/+6
2025-05-27mm/hugetlb: pass folio instead of page to unmap_ref_private()Fan Ni1-4/+4
2025-05-22memcg: objcg stock trylock without irq disablingShakeel Butt1-10/+15
2025-05-22memcg: no stock lock for cpu hot-unplugShakeel Butt1-10/+1
2025-05-22memcg: make __mod_memcg_lruvec_state re-entrant safe against irqsShakeel Butt1-11/+11
2025-05-22memcg: make count_memcg_events re-entrant safe against irqsShakeel Butt5-36/+19
2025-05-22memcg: make mod_memcg_state re-entrant safe against irqsShakeel Butt2-22/+6
2025-05-22memcg: move preempt disable to callers of memcg_rstat_updatedShakeel Butt1-55/+19
2025-05-22memcg: memcg_rstat_updated re-entrant safe against irqsShakeel Butt1-11/+18
2025-05-22mm: khugepaged: decouple SHMEM and file folios' collapseBaolin Wang3-20/+3