Age | Commit message (Expand) | Author | Files | Lines |
2024-05-25 | Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s... | Linus Torvalds | 3 | -6/+13 |
2024-05-24 | mm/ksm: fix possible UAF of stable_node | Chengming Zhou | 1 | -1/+2 |
2024-05-24 | mm/memory-failure: fix handling of dissolved but not taken off from buddy pages | Miaohe Lin | 1 | -2/+2 |
2024-05-24 | mm/huge_memory: don't unpoison huge_zero_folio | Miaohe Lin | 1 | -0/+7 |
2024-05-24 | mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL | Hailong.Liu | 1 | -3/+2 |
2024-05-23 | mseal: add mseal syscall | Jeff Xu | 7 | -1/+431 |
2024-05-22 | Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -14/+5 |
2024-05-22 | mm: simplify and improve print_vma_addr() output | Linus Torvalds | 1 | -13/+6 |
2024-05-21 | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -27/+2 |
2024-05-19 | mm/page-owner: use gfp_nested_mask() instead of open coded masking | Dave Chinner | 1 | -6/+1 |
2024-05-19 | mm: lift gfp_kmemleak_mask() to gfp.h | Dave Chinner | 1 | -8/+4 |
2024-05-19 | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+11 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 80 | -3657/+4650 |
2024-05-18 | Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+3 |
2024-05-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -31/+5 |
2024-05-14 | mm/execmem, arch: convert remaining overrides of module_alloc to execmem | Mike Rapoport (IBM) | 1 | -12/+62 |
2024-05-14 | mm/execmem, arch: convert simple overrides of module_alloc to execmem | Mike Rapoport (IBM) | 2 | -3/+66 |
2024-05-14 | mm: introduce execmem_alloc() and execmem_free() | Mike Rapoport (IBM) | 3 | -0/+36 |
2024-05-13 | Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+7 |
2024-05-13 | Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -3/+58 |
2024-05-13 | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2 | -3/+4 |
2024-05-13 | Merge tag 'docs-6.10' of git://git.lwn.net/linux | Linus Torvalds | 1 | -4/+3 |
2024-05-13 | Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 3 | -53/+95 |
2024-05-13 | Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -0/+35 |
2024-05-13 | Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in... | Joerg Roedel | 1 | -0/+3 |
2024-05-11 | memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_order | Xiu Jianfeng | 1 | -2/+0 |
2024-05-11 | mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wp | Oscar Salvador | 1 | -1/+1 |
2024-05-11 | mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_fault | Oscar Salvador | 1 | -1/+2 |
2024-05-11 | mm: memcg: make alloc_mem_cgroup_per_node_info() return bool | Xiu Jianfeng | 1 | -5/+5 |
2024-05-11 | mm/damon/core: fix return value from damos_wmark_metric_value | Alex Rusuf | 1 | -4/+5 |
2024-05-11 | mm: do not update memcg stats for NR_{FILE/SHMEM}_PMDMAPPED | Yosry Ahmed | 1 | -6/+9 |
2024-05-11 | mm/damon/core: initialize ->esz_bp from damos_quota_init_priv() | SeongJae Park | 1 | -0/+1 |
2024-05-10 | Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s... | Linus Torvalds | 3 | -3/+7 |
2024-05-10 | Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 9 | -170/+206 |
2024-05-07 | thp: remove HPAGE_PMD_ORDER minimum assertion | Matthew Wilcox (Oracle) | 1 | -5/+0 |
2024-05-07 | mm/vmscan: remove ignore_references argument of reclaim_folio_list() | SeongJae Park | 1 | -6/+4 |
2024-05-07 | mm/vmscan: remove ignore_references argument of reclaim_pages() | SeongJae Park | 4 | -7/+7 |
2024-05-07 | mm/damon/paddr: do page level access check for pageout DAMOS action on its own | SeongJae Park | 1 | -4/+12 |
2024-05-07 | mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a... | SeongJae Park | 1 | -1/+11 |
2024-05-07 | mm/gup: fix hugepd handling in hugetlb rework | Peter Xu | 1 | -25/+39 |
2024-05-07 | mm/hugetlb: align cma on allocation order, not demotion order | Frank van der Linden | 1 | -1/+1 |
2024-05-07 | mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pages | Breno Leitao | 1 | -9/+15 |
2024-05-07 | mm: fix race between __split_huge_pmd_locked() and GUP-fast | Ryan Roberts | 2 | -23/+28 |
2024-05-07 | mm/debug_vm_pgtable: test pmd_leaf() behavior with pmd_mkinvalid() | Ryan Roberts | 1 | -0/+1 |
2024-05-07 | memcg: use proper type for mod_memcg_state | Shakeel Butt | 1 | -1/+2 |
2024-05-07 | memcg: warn for unexpected events and stats | Shakeel Butt | 1 | -16/+23 |
2024-05-07 | mm: cleanup WORKINGSET_NODES in workingset | Shakeel Butt | 1 | -3/+4 |
2024-05-07 | memcg: cleanup __mod_memcg_lruvec_state | Shakeel Butt | 1 | -2/+0 |
2024-05-07 | memcg: reduce memory for the lruvec and memcg stats | Shakeel Butt | 1 | -20/+114 |
2024-05-07 | mm: memcg: account memory used for memcg vmstats and lruvec stats | Roman Gushchin | 1 | -3/+4 |