Age | Commit message (Expand) | Author | Files | Lines |
2024-09-11 | mm: release number of pages of a folio | Kundan Kumar | 1 | -0/+13 |
2024-07-26 | mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc... | Li Zhijian | 1 | -7/+11 |
2024-07-26 | alloc_tag: outline and export free_reserved_page() | Suren Baghdasaryan | 1 | -0/+17 |
2024-07-26 | mm/huge_memory: avoid PMD-size page cache if needed | Gavin Shan | 1 | -2/+10 |
2024-07-26 | mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac... | Yang Shi | 1 | -1/+1 |
2024-07-26 | mm: fix old/young bit handling in the faulting path | Ram Tummala | 1 | -1/+1 |
2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 6 | -23/+23 |
2024-07-24 | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 8 | -15/+70 |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 89 | -5949/+7093 |
2024-07-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -8/+9 |
2024-07-19 | mm: add MAP_DROPPABLE for designating always lazily freeable mappings | Jason A. Donenfeld | 8 | -15/+71 |
2024-07-18 | Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -15/+25 |
2024-07-18 | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 5 | -109/+265 |
2024-07-18 | Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -54/+166 |
2024-07-17 | mm/mglru: fix ineffective protection calculation | Yu Zhao | 1 | -44/+38 |
2024-07-17 | mm/zswap: fix a white space issue | Dan Carpenter | 1 | -1/+1 |
2024-07-17 | mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folio | Miaohe Lin | 1 | -0/+3 |
2024-07-17 | mm/hugetlb: fix possible recursive locking detected warning | Miaohe Lin | 1 | -1/+1 |
2024-07-17 | mm/gup: clear the LRU flag of a page before adding to LRU batch | yangge | 1 | -12/+31 |
2024-07-17 | mm/numa_balancing: teach mpol_to_str about the balancing mode | Tvrtko Ursulin | 1 | -4/+14 |
2024-07-17 | mm: memcg1: convert charge move flags to unsigned long long | Roman Gushchin | 1 | -2/+2 |
2024-07-17 | mm/mglru: fix overshooting shrinker memory | Yu Zhao | 1 | -2/+8 |
2024-07-17 | mm/mglru: fix div-by-zero in vmpressure_calc_level() | Yu Zhao | 1 | -1/+0 |
2024-07-17 | mm/kmemleak: replace strncpy() with strscpy() | Kees Cook | 1 | -3/+3 |
2024-07-17 | mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC | Vlastimil Babka | 2 | -7/+3 |
2024-07-17 | mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB | Vlastimil Babka | 2 | -14/+8 |
2024-07-17 | mm: ignore data-race in __swap_writepage | Pei Li | 1 | -1/+6 |
2024-07-16 | Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -0/+5 |
2024-07-15 | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -8/+4 |
2024-07-15 | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2 | -8/+11 |
2024-07-15 | Merge branch 'slab/for-6.11/buckets' into slab/for-next | Vlastimil Babka | 5 | -72/+218 |
2024-07-15 | mm/memcg: alignment memcg_data define condition | Alex Shi (Tencent) | 1 | -1/+3 |
2024-07-12 | mm: shmem: rename mTHP shmem counters | Ryan Roberts | 2 | -10/+10 |
2024-07-12 | mm: swap_state: use folio_alloc_mpol() in __read_swap_cache_async() | Kefeng Wang | 1 | -2/+1 |
2024-07-12 | mm/migrate: putback split folios when numa hint migration fails | Peter Xu | 1 | -9/+2 |
2024-07-12 | mm/truncate: batch-clear shadow entries | Yu Zhao | 1 | -37/+31 |
2024-07-12 | mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUND | Miaohe Lin | 1 | -16/+3 |
2024-07-12 | mm: simplify folio_migrate_mapping() | Hugh Dickins | 1 | -2/+1 |
2024-07-12 | mm/page_alloc: put __free_pages_core() in __meminit section | Wei Yang | 2 | -2/+3 |
2024-07-12 | mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem | Bang Li | 2 | -12/+10 |
2024-07-12 | mm: fix khugepaged activation policy | Ryan Roberts | 2 | -7/+33 |
2024-07-12 | memory tier: consolidate the initialization of memory tiers | Ho-Ren (Jack) Chuang | 1 | -33/+21 |
2024-07-12 | mm/page_counter: move calculating protection values to page_counter | Maarten Lankhorst | 2 | -151/+176 |
2024-07-12 | mm: unexport vmf_insert_mixed_mkwrite | Christoph Hellwig | 1 | -1/+0 |
2024-07-12 | mm: remove CONFIG_ARCH_HAS_HUGEPD | Christophe Leroy | 3 | -252/+9 |
2024-07-12 | mm: provide mm_struct and address to huge_ptep_get() | Christophe Leroy | 9 | -33/+33 |
2024-07-12 | zsmalloc: rename class stat mutators | Sergey Senozhatsky | 1 | -19/+19 |
2024-07-12 | mm: add per-order mTHP split counters | Lance Yang | 1 | -2/+10 |
2024-07-12 | mm/zsmalloc: move record_obj() into obj_malloc() | Chengming Zhou | 1 | -9/+6 |
2024-07-12 | mm/zsmalloc: clarify class per-fullness zspage counts | Chengming Zhou | 1 | -0/+1 |