summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* slab: create kmem_cache_create() compatibility layerChristian Brauner2024-09-101-5/+5
* slab: remove rcu_freeptr_offset from struct kmem_cacheChristian Brauner2024-09-102-20/+7
* slab: pass struct kmem_cache_args to do_kmem_cache_create()Christian Brauner2024-09-103-23/+25
* slab: pull kmem_cache_open() into do_kmem_cache_create()Christian Brauner2024-09-101-70/+62
* slab: pass struct kmem_cache_args to create_cache()Christian Brauner2024-09-101-20/+19
* slab: port kmem_cache_create_usercopy() to struct kmem_cache_argsChristian Brauner2024-09-101-22/+8
* slab: port kmem_cache_create_rcu() to struct kmem_cache_argsChristian Brauner2024-09-101-3/+7
* slab: port kmem_cache_create() to struct kmem_cache_argsChristian Brauner2024-09-101-2/+6
* slab: add struct kmem_cache_argsChristian Brauner2024-09-101-16/+51
* slab: s/__kmem_cache_create/do_kmem_cache_create/gChristian Brauner2024-09-103-4/+4
* mm: Removed @freeptr_offset to prevent doc warningR Sundar2024-09-021-1/+0
* mm: add kmem_cache_create_rcu()Christian Brauner2024-08-293-46/+112
* mm: remove unused argument from create_cache()Christian Brauner2024-08-291-3/+2
* Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds2024-08-1713-160/+129
|\
| * mm/migrate: fix deadlock in migrate_pages_batch() on large foliosGao Xiang2024-08-151-5/+11
| * alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan2024-08-151-0/+2
| * alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan2024-08-152-17/+2
| * mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov2024-08-151-22/+20
| * mm/numa: no task_numa_fault() call if PMD is changedZi Yan2024-08-151-16/+13
| * mm/numa: no task_numa_fault() call if PTE is changedZi Yan2024-08-151-17/+16
| * mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu2024-08-151-9/+2
| * mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long2024-08-151-9/+11
| * mm: don't account memmap per-nodePasha Tatashin2024-08-157-55/+37
| * mm: add system wide stats items categoryPasha Tatashin2024-08-151-3/+3
| * mm: don't account memmap on failurePasha Tatashin2024-08-151-4/+1
| * mseal: fix is_madv_discard()Pedro Falcato2024-08-151-3/+11
* | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-08-161-2/+5
|\ \ | |/ |/|
| * memcg_write_event_control(): fix a user-triggerable oopsAl Viro2024-08-121-2/+5
* | Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds2024-08-083-17/+47
|\ \
| * | memcg: protect concurrent access to mem_cgroup_idrShakeel Butt2024-08-071-2/+20
| * | mm: shmem: fix incorrect aligned index when checking conflictsBaolin Wang2024-08-071-3/+4
| * | mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmemBaolin Wang2024-08-071-6/+1
| * | mm: list_lru: fix UAF for memory cgroupMuchun Song2024-08-071-6/+22
| |/
* | Merge tag 'slab-fixes-for-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-08-051-0/+3
|\ \
| * | mm, slub: do not call do_slab_free for kfence objectRik van Riel2024-07-301-0/+3
| |/
* / minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-281-2/+0
|/
* mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian2024-07-261-7/+11
* alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan2024-07-261-0/+17
* mm/huge_memory: avoid PMD-size page cache if neededGavin Shan2024-07-261-2/+10
* mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi2024-07-261-1/+1
* mm: fix old/young bit handling in the faulting pathRam Tummala2024-07-261-1/+1
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-246-23/+23
* Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-248-15/+70
|\
| * mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld2024-07-198-15/+71
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-2189-5949/+7093
|\ \
| * | mm/mglru: fix ineffective protection calculationYu Zhao2024-07-171-44/+38
| * | mm/zswap: fix a white space issueDan Carpenter2024-07-171-1/+1
| * | mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin2024-07-171-0/+3
| * | mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin2024-07-171-1/+1
| * | mm/gup: clear the LRU flag of a page before adding to LRU batchyangge2024-07-171-12/+31