summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
10 daysmm/slab: replace slab_alloc_node() parameters with slab_alloc_contextVlastimil Babka (SUSE)
10 daysmm/slab: pass alloc_flags through slab_post_alloc_hook() chainVlastimil Babka (SUSE)
10 daysmm/slab: pass alloc_flags to new slab allocationVlastimil Babka (SUSE)
10 daysmm/slab: add alloc_flags to slab_alloc_contextVlastimil Babka (SUSE)
10 daysmm/slab: replace struct partial_context with slab_alloc_contextVlastimil Babka (SUSE)
10 daysmm/slab: introduce alloc_flags and SLAB_ALLOC_NOLOCKVlastimil Babka (SUSE)
10 daysmm/slab: introduce slab_alloc_contextVlastimil Babka (SUSE)
10 daysmm/slab: stop inlining __slab_alloc_node()Vlastimil Babka (SUSE)
10 daysmm/slab: do not init any kfence objects on allocationVlastimil Babka (SUSE)
10 daysMerge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
10 daysMerge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
10 daysMerge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
10 daysMerge tag 'vfs-7.2-rc1.bh' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
10 daysMerge tag 'vfs-7.2-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
10 daysMerge tag 'kernel-7.2-rc1.task_exec_state' of git://git.kernel.org/pub/scm/li...Linus Torvalds
13 daysMerge branch 'slab/for-7.2/alloc_token' into slab/for-nextVlastimil Babka (SUSE)
13 daysMerge branch 'slab/for-7.2/alloc_bulk' into slab/for-nextVlastimil Babka (SUSE)
13 daysmm/slab: do not limit zeroing to orig_size when only red zoning is enabledVlastimil Babka (SUSE)
2026-06-09Merge tag 'mm-hotfixes-stable-2026-06-08-20-51' of git://git.kernel.org/pub/s...Linus Torvalds
2026-06-08mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAXJP Kobryn
2026-06-08mm/swap: remove redundant swap device reference in alloc/freeYoungjun Park
2026-06-08mm/swap, PM: hibernate: fix swapoff race in uswsusp by pinning swap deviceYoungjun Park
2026-06-08mm/filemap: use folio_next_index() for starttanze
2026-06-08mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()Muchun Song
2026-06-08userfaultfd: gate must_wait writability check on pte_present()Kiryl Shutsemau (Meta)
2026-06-08mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgradeKiryl Shutsemau (Meta)
2026-06-08mm/page_vma_mapped_walk: use ptep_get_lockless() for lockless accessAlexander Gordeev
2026-06-08mm/page_alloc: fix deferred compaction accountingfujunjie
2026-06-08mm: use mapping_max_folio_order() for force_thp_readahead orderUsama Arif
2026-06-08mm: bypass mmap_miss heuristic for VM_EXEC readaheadUsama Arif
2026-06-08mm/compaction: respect cpusets when checking retry suitabilityfujunjie
2026-06-08mm/thp: clear deferred split shrinker bits when queues drainLance Yang
2026-06-08mm: switch deferred split shrinker to list_lruJohannes Weiner
2026-06-08mm: memory: flatten alloc_anon_folio() retry loopJohannes Weiner
2026-06-08mm: list_lru: introduce folio_memcg_list_lru_alloc()Johannes Weiner
2026-06-08mm: list_lru: introduce caller locking for additions and deletionsJohannes Weiner
2026-06-08mm: list_lru: deduplicate lock_list_lru()Johannes Weiner
2026-06-08mm: list_lru: move list dead check to lock_list_lru_of_memcg()Johannes Weiner
2026-06-08mm: list_lru: deduplicate unlock_list_lru()Johannes Weiner
2026-06-08mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_emptyJohannes Weiner
2026-06-08mm: list_lru: fix set_shrinker_bit() call during race with cgroup deletionJohannes Weiner
2026-06-08mm/nodemask: correctly describe nodemask operation return typesJoshua Hahn
2026-06-06simpe_xattr: use per-sb cacheMiklos Szeredi
2026-06-06simple_xattr: change interface to pass struct simple_xattrs **Miklos Szeredi
2026-06-06tmpfs: simplify constructing "security.foo" xattr namesMiklos Szeredi
2026-06-05mm/slub: preserve original size in _kmalloc_nolock_noprof retry pathShengming Hu
2026-06-05kasan: Move generic KASAN page tables out of BSS tooArd Biesheuvel
2026-06-04mm/migrate: find_mm_struct: fix race between security checks and suid execOleg Nesterov
2026-06-04mm: remove mentions of PageWritebackMatthew Wilcox (Oracle)
2026-06-04memcg: multi objcg charge supportShakeel Butt