summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-11-22mm: multi-gen LRU: retry folios written back while isolatedYu Zhao
2022-11-22mm/migrate_device: return number of migrating pages in args->cpagesAlistair Popple
2022-11-22mm: mmap: fix documentation for vma_mas_szeroIan Cowan
2022-11-22mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park
2022-11-22mm/memory: return vm_fault_t result from migrate_to_ram() callbackAlistair Popple
2022-11-22mm: correctly charge compressed memory to its memcgLi Liguang
2022-11-22mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani
2022-11-22mm/page_exit: fix kernel doc warning in page_ext_put()Charan Teja Kalla
2022-11-22mm: khugepaged: allow page allocation fallback to eligible nodesYang Shi
2022-11-22mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner
2022-11-21Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/slub-sysfs' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/locking' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/cleanups' into slab/for-nextVlastimil Babka
2022-11-21mm/sl[au]b: rearrange struct slab fields to allow larger rcu_headVlastimil Babka
2022-11-21mm/migrate: make isolate_movable_page() skip slab pagesVlastimil Babka
2022-11-21mm/slab: move and adjust kernel-doc for kmem_cache_allocVlastimil Babka
2022-11-21mm/slub, percpu: correct the calculation of early percpu allocation sizeBaoquan He
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-12xattr: use rbtree for simple_xattrsChristian Brauner
2022-11-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-11-11Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-11maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy
2022-11-11mm/slub: extend redzone check to extra allocated kmalloc space than requestedFeng Tang
2022-11-10mm: kasan: Extend kasan_metadata_size() to also cover in-object sizeFeng Tang
2022-11-10mm/slub: only zero requested size of buffer for kzalloc when debug enabledFeng Tang
2022-11-09Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-11-08mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park
2022-11-08kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko
2022-11-08mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik
2022-11-08mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu
2022-11-08mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta
2022-11-08Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu
2022-11-08mm/mmap: fix memory leak in mmap_region()Li Zetao
2022-11-08hugetlbfs: don't delete error page from pagecacheJames Houghton
2022-11-07mm/percpu.c: remove the lcm code since block size is fixed at page sizeBaoquan He
2022-11-07mm/percpu: replace the goto with breakBaoquan He
2022-11-07mm/percpu: add comment to state the empty populated pages accountingBaoquan He
2022-11-07mm/percpu: Update the code comment when creating new chunkBaoquan He
2022-11-07mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()Baoquan He
2022-11-07mm/percpu: remove unused pcpu_map_extend_chunksBaoquan He
2022-11-07mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka
2022-11-06mm/slab_common: Restore passing "caller" for tracingKees Cook
2022-11-04mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka
2022-11-03mm/slab_common: repair kernel-doc for __ksize()Lukas Bulwahn
2022-10-28mmap: fix remap_file_pages() regressionLiam Howlett
2022-10-28mm/shmem: ensure proper fallback if page faultsIra Weiny