summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman2024-07-131-23/+15
| * powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2024-07-132-65/+38
| * powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman2024-07-131-12/+0
| * powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman2024-07-133-343/+363
| * powerpc/64e: remove unused IBM HTW codeMichael Ellerman2024-07-133-253/+2
| * zsmalloc: rename class stat mutatorsSergey Senozhatsky2024-07-131-19/+19
| * mm: add docs for per-order mTHP split countersLance Yang2024-07-131-4/+15
| * mm: add per-order mTHP split countersLance Yang2024-07-132-2/+13
| * mm/zsmalloc: move record_obj() into obj_malloc()Chengming Zhou2024-07-131-9/+6
| * mm/zsmalloc: clarify class per-fullness zspage countsChengming Zhou2024-07-131-0/+1
| * selftests/proc: add PROCMAP_QUERY ioctl testsAndrii Nakryiko2024-07-132-0/+87
| * tools: sync uapi/linux/fs.h header into tools subdirAndrii Nakryiko2024-07-131-10/+170
| * docs/procfs: call out ioctl()-based PROCMAP_QUERY command existenceAndrii Nakryiko2024-07-131-0/+9
| * fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko2024-07-132-2/+53
| * fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko2024-07-132-1/+364
| * fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko2024-07-131-54/+71
| * selftests/udmabuf: add tests to verify data after page migrationVivek Kasireddy2024-07-131-31/+183
| * udmabuf: pin the pages using memfd_pin_folios() APIVivek Kasireddy2024-07-131-75/+80
| * udmabuf: convert udmabuf driver to use foliosVivek Kasireddy2024-07-131-56/+83
| * udmabuf: add back support for mapping hugetlb pagesVivek Kasireddy2024-07-131-21/+101
| * udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmapVivek Kasireddy2024-07-131-3/+5
| * udmabuf: add CONFIG_MMU dependencyArnd Bergmann2024-07-131-0/+1
| * mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy2024-07-134-0/+192
| * mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy2024-07-131-47/+77
| * mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy2024-07-132-0/+49
| * mm/zswap: use only one pool in zswapChengming Zhou2024-07-131-41/+20
| * mm/zsmalloc: change back to per-size_class lockChengming Zhou2024-07-131-35/+50
| * mm/hugetlb.c: undo errant changeAndrew Morton2024-07-131-0/+1
| * mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==NBarry Song2024-07-101-1/+1
| * mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song2024-07-101-1/+1
| * mm/page_alloc: remove prefetchw() on freeing page to buddy systemWei Yang2024-07-101-11/+2
| * kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init sectionWei Yang2024-07-101-2/+2
| * kernel/fork.c: get totalram_pages from memblock to calculate max_threadsWei Yang2024-07-101-1/+2
| * mm: remove CONFIG_MEMCG_KMEMJohannes Weiner2024-07-1020-131/+59
| * mm: memcg: add cache line padding to mem_cgroup_per_nodeRoman Gushchin2024-07-101-2/+4
| * mm: memcg: drop obsolete cache line padding in struct mem_cgroupRoman Gushchin2024-07-101-4/+0
| * Docs/mm/damon/index: add links to admin-guide docSeongJae Park2024-07-101-7/+10
| * Docs/mm/damon/index: add links to designSeongJae Park2024-07-102-5/+7
| * Docs/mm/damon/design: add links to sections of DAMON sysfs interface usage docSeongJae Park2024-07-101-0/+48
| * Docs/mm/damon/design: remove 'Programmable Modules' section in favor of 'Modu...SeongJae Park2024-07-101-10/+0
| * Docs/mm/damon/design: move 'Configurable Operations Set' section into 'Operat...SeongJae Park2024-07-101-25/+22
| * Docs/mm/damon/design: add links from overall architecture to sections of detailsSeongJae Park2024-07-101-7/+13
| * Docs/admin-guide/mm/damon/start: add access pattern snapshot exampleSeongJae Park2024-07-101-4/+42
| * Docs/mm/damon/design: clarify regions merging operationSeongJae Park2024-07-101-5/+12
| * Docs/mm/damon/design: fix two typosSeongJae Park2024-07-101-2/+2
| * mm/shmem: fix input and output inconsistenciesBang Li2024-07-101-1/+1
| * selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw2024-07-1015-15/+12
| * tools/mm: introduce a tool to assess swap entry allocation for thp_swapoutBarry Song2024-07-102-1/+235
| * mm: migrate: remove folio_migrate_copy()Kefeng Wang2024-07-063-9/+2
| * fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang2024-07-062-3/+9