summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-09-24Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-19Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-19mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-17mm: support large folios swap-in for sync io devicesChuanhua Han
2024-09-17mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...Barry Song
2024-09-17mm: fix swap_read_folio_zeromap() for large folios with partial zeromapBarry Song
2024-09-17mm/debug_vm_pgtable: Use pxdp_get() for accessing page table entriesAnshuman Khandual
2024-09-17mm/vma: return the exact errno in vms_gather_munmap_vmas()Xiao Yang
2024-09-17memcg: cleanup with !CONFIG_MEMCG_V1Michal Koutný
2024-09-17mm/show_mem.c: report alloc tags in human readable unitsKent Overstreet
2024-09-17mm: support poison recovery from copy_present_page()Kefeng Wang
2024-09-17mm: support poison recovery from do_cow_fault()Kefeng Wang
2024-09-17mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed
2024-09-17mm: remove follow_pte()Peter Xu
2024-09-17mm/access_process_vm: use the new follow_pfnmap APIPeter Xu
2024-09-17mm: new follow_pfnmap APIPeter Xu
2024-09-17mm/fork: accept huge pfnmap entriesPeter Xu
2024-09-17mm/pagewalk: check pfnmap for folio_walk_start()Peter Xu
2024-09-17mm/gup: detect huge pfnmap entries in gup-fastPeter Xu
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu
2024-09-17mm: mark special bits for huge pfn mappings when injectPeter Xu
2024-09-17mm: drop is_huge_zero_pud()Peter Xu
2024-09-17mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu
2024-09-17mm/madvise: process_madvise() drop capability check if same mmLorenzo Stoakes
2024-09-17mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag setMiaohe Lin
2024-09-17mm/hugetlb.c: fix UAF of vma in hugetlb fault pathwayVishal Moola (Oracle)
2024-09-17mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)
2024-09-17zsmalloc: use unique zsmalloc caches namesSergey Senozhatsky
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-09-13Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka
2024-09-13Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-nextVlastimil Babka
2024-09-13mm, slab: restore kerneldoc for kmem_cache_create()Vlastimil Babka
2024-09-12mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds
2024-09-11filemap: introduce filemap_invalidate_pagesPavel Begunkov
2024-09-11Merge branch 'for-6.12/block' into for-6.12/io_uring-discardJens Axboe
2024-09-11mm: release number of pages of a folioKundan Kumar
2024-09-10slab: make __kmem_cache_create() static inlineChristian Brauner
2024-09-10slab: make kmem_cache_create_usercopy() static inlineChristian Brauner