aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-25mm/kfence: use str_write_read() helper in get_access_type()Thorsten Blum2-2/+4
2025-01-25selftests/mm/mkdirty: fix memory leak in test_uffdio_copy()liuye1-0/+1
2025-01-25kasan: hw_tags: Use str_on_off() helper in kasan_init_hw_tags()Thorsten Blum1-2/+3
2025-01-25selftests/mm: virtual_address_range: avoid reading from VM_IO mappingsThomas Weißschuh3-0/+29
2025-01-25selftests/mm: vm_util: split up /proc/self/smaps parsingThomas Weißschuh1-13/+29
2025-01-25selftests/mm: virtual_address_range: unmap chunks after validationThomas Weißschuh2-2/+32
2025-01-25selftests/mm: virtual_address_range: mmap() without PROT_WRITEThomas Weißschuh1-2/+2
2025-01-25selftests/memfd/memfd_test: fix possible NULL pointer dereferenceliuye1-1/+1
2025-01-25mm: add FGP_DONTCACHE folio creation flagJens Axboe2-0/+7
2025-01-25mm: call filemap_fdatawrite_range_kick() after IOCB_DONTCACHE issueJens Axboe1-0/+5
2025-01-25mm/filemap: add filemap_fdatawrite_range_kick() helperJens Axboe2-0/+20
2025-01-25mm/filemap: drop streaming/uncached pages when writeback completesJens Axboe1-0/+28
2025-01-25mm/filemap: add read support for RWF_DONTCACHEJens Axboe2-2/+28
2025-01-25fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flagJens Axboe2-2/+18
2025-01-25mm/truncate: add folio_unmap_invalidate() helperJens Axboe2-25/+30
2025-01-25mm/readahead: add readahead_control->dropbehind memberJens Axboe2-1/+8
2025-01-25mm: add PG_dropbehind folio flagJens Axboe2-1/+7
2025-01-25mm/readahead: add folio allocation helperJens Axboe1-5/+11
2025-01-25mm/filemap: use page_cache_sync_ra() to kick off read-aheadJens Axboe1-3/+3
2025-01-25mm/filemap: change filemap_create_folio() to take a struct kiocbJens Axboe1-8/+9
2025-01-25mm/hugetlb: use folio->lru int demote_free_hugetlb_folios()David Hildenbrand1-3/+5
2025-01-25mm/hugetlb-cgroup: convert hugetlb_cgroup_css_offline() to work on foliosDavid Hildenbrand1-9/+8
2025-01-25mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb()David Hildenbrand3-7/+18
2025-01-25mm/migrate: don't call folio_putback_active_hugetlb() on dst hugetlb folioDavid Hildenbrand2-4/+14
2025-01-25mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand5-10/+27
2025-01-25mm/huge_memory: convert has_hwpoisoned into a pure folio flagDavid Hildenbrand2-5/+3
2025-01-25mm/damon/paddr: improve readability of damon_pa_statJoshua Hahn1-4/+1
2025-01-25mm/damon/paddr: increment pa_stat damon address range by folio sizeUsama Arif1-2/+6
2025-01-25selftests/mm/cow: modify the incorrect checking parametersHao Ge1-5/+5
2025-01-25kasan: use correct kernel-doc formatRandy Dunlap1-9/+9
2025-01-25selftests/mm: add tests for splitting pmd THPs to all lower ordersZi Yan1-5/+9
2025-01-25selftests/mm: use selftests framework to print test resultZi Yan1-22/+12
2025-01-25Documentation/filesystems/proc.rst: fix possessive form of "process"Andrew Morton1-16/+18
2025-01-25ksm: add ksm involvement information for each processxu xin4-0/+99
2025-01-25mm/memfd: use strncpy_from_user() to read memfd nameIsaac J. Manjarres1-14/+6
2025-01-25mm/memfd: refactor and cleanup the logic in memfd_create()Isaac J. Manjarres1-23/+58
2025-01-25mm/damon: explain "effective quota" on kernel-doc commentSeongJae Park1-4/+9
2025-01-25Docs/admin-guide/mm/damon/start: update snapshot exampleSeongJae Park1-27/+40
2025-01-25Docs/admin-guide/mm/damon/usage: fix and add missing DAMOS filter sysfs files on files hierarchySeongJae Park1-1/+1
2025-01-25Docs/mm/damon: add an example monitoring intervals tuningSeongJae Park2-0/+256
2025-01-25Docs/mm/damon/design: add monitoring parameters tuning guideSeongJae Park1-0/+48
2025-01-25mm: remove PageTransTail()Matthew Wilcox (Oracle)1-12/+0
2025-01-25mm/mglru: fix PTE-mapped large foliosYu Zhao1-37/+71
2025-01-25mm/mglru: rework workingset protectionYu Zhao5-164/+202
2025-01-25mm/mglru: rework refault detectionYu Zhao1-8/+9
2025-01-25mm/mglru: rework type selectionYu Zhao1-56/+26
2025-01-25mm/mglru: rework aging feedbackYu Zhao2-124/+99
2025-01-25mm/mglru: optimize deactivationYu Zhao1-7/+41
2025-01-25mm/mglru: clean up workingsetYu Zhao1-12/+11
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang65-431/+144