aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-12fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko2-1/+364
2024-07-12fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko1-54/+71
2024-07-12selftests/udmabuf: add tests to verify data after page migrationVivek Kasireddy1-31/+183
2024-07-12udmabuf: pin the pages using memfd_pin_folios() APIVivek Kasireddy1-75/+80
2024-07-12udmabuf: convert udmabuf driver to use foliosVivek Kasireddy1-56/+83
2024-07-12udmabuf: add back support for mapping hugetlb pagesVivek Kasireddy1-21/+101
2024-07-12udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmapVivek Kasireddy1-3/+5
2024-07-12udmabuf: add CONFIG_MMU dependencyArnd Bergmann1-0/+1
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy4-0/+192
2024-07-12mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy1-47/+77
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy2-0/+49
2024-07-12mm/zswap: use only one pool in zswapChengming Zhou1-41/+20
2024-07-12mm/zsmalloc: change back to per-size_class lockChengming Zhou1-35/+50
2024-07-12mm/hugetlb.c: undo errant changeAndrew Morton1-0/+1
2024-07-10mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==NBarry Song1-1/+1
2024-07-10mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song1-1/+1
2024-07-10mm/page_alloc: remove prefetchw() on freeing page to buddy systemWei Yang1-11/+2
2024-07-10kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init sectionWei Yang1-2/+2
2024-07-10kernel/fork.c: get totalram_pages from memblock to calculate max_threadsWei Yang1-1/+2
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner20-131/+59
2024-07-10mm: memcg: add cache line padding to mem_cgroup_per_nodeRoman Gushchin1-2/+4
2024-07-10mm: memcg: drop obsolete cache line padding in struct mem_cgroupRoman Gushchin1-4/+0
2024-07-10Docs/mm/damon/index: add links to admin-guide docSeongJae Park1-7/+10
2024-07-10Docs/mm/damon/index: add links to designSeongJae Park2-5/+7
2024-07-10Docs/mm/damon/design: add links to sections of DAMON sysfs interface usage docSeongJae Park1-0/+48
2024-07-10Docs/mm/damon/design: remove 'Programmable Modules' section in favor of 'Modules' sectionSeongJae Park1-10/+0
2024-07-10Docs/mm/damon/design: move 'Configurable Operations Set' section into 'Operations Set Layer' sectionSeongJae Park1-25/+22
2024-07-10Docs/mm/damon/design: add links from overall architecture to sections of detailsSeongJae Park1-7/+13
2024-07-10Docs/admin-guide/mm/damon/start: add access pattern snapshot exampleSeongJae Park1-4/+42
2024-07-10Docs/mm/damon/design: clarify regions merging operationSeongJae Park1-5/+12
2024-07-10Docs/mm/damon/design: fix two typosSeongJae Park1-2/+2
2024-07-10mm/shmem: fix input and output inconsistenciesBang Li1-1/+1
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw15-15/+12
2024-07-10tools/mm: introduce a tool to assess swap entry allocation for thp_swapoutBarry Song2-1/+235
2024-07-06mm: migrate: remove folio_migrate_copy()Kefeng Wang3-9/+2
2024-07-06fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang2-3/+9
2024-07-06mm: migrate: support poisoned recover from migrate folioKefeng Wang1-3/+11
2024-07-06mm: migrate: split folio_migrate_mapping()Kefeng Wang1-16/+22
2024-07-06mm: add folio_mc_copy()Kefeng Wang2-0/+18
2024-07-06mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang3-10/+9
2024-07-06MAINTAINERS: mailmap: update Lorenzo Stoakes's email addressLorenzo Stoakes2-1/+2
2024-07-06mm: fix crashes from deferred split racing folio migrationHugh Dickins2-11/+13
2024-07-06lib/build_OID_registry: avoid non-destructive substitution for Perl < 5.13.2 compatPaul Menzel1-1/+3
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi3-139/+156
2024-07-04docs: mm: add enable_soft_offline sysctlJiaqi Yan1-0/+38
2024-07-04selftest/mm: test enable_soft_offline behaviorsJiaqi Yan4-0/+236
2024-07-04mm/memory-failure: userspace controls soft-offlining pagesJiaqi Yan1-2/+20
2024-07-04mm/memory-failure: refactor log format in soft offline codeJiaqi Yan1-6/+9
2024-07-04mm: memcg: adjust the warning when seq_buf overflowsXiu Jianfeng1-1/+2
2024-07-04mm: memcg: remove redundant seq_buf_has_overflowed()Xiu Jianfeng1-3/+0