summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-11-23mm/memory: return vm_fault_t result from migrate_to_ram() callbackAlistair Popple1-1/+1
2022-11-23mm: correctly charge compressed memory to its memcgLi Liguang1-1/+1
2022-11-23mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani1-2/+1
2022-11-23mm/page_exit: fix kernel doc warning in page_ext_put()Charan Teja Kalla1-1/+1
2022-11-23mm: khugepaged: allow page allocation fallback to eligible nodesYang Shi1-18/+14
2022-11-23mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner1-6/+4
2022-11-21Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka5-21/+95
2022-11-21Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-nextVlastimil Babka4-37/+64
2022-11-21Merge branch 'slab/for-6.2/slub-sysfs' into slab/for-nextVlastimil Babka1-8/+16
2022-11-21Merge branch 'slab/for-6.2/locking' into slab/for-nextVlastimil Babka2-47/+47
2022-11-21Merge branch 'slab/for-6.2/cleanups' into slab/for-nextVlastimil Babka2-25/+4
2022-11-21mm/sl[au]b: rearrange struct slab fields to allow larger rcu_headVlastimil Babka1-22/+32
2022-11-21mm/migrate: make isolate_movable_page() skip slab pagesVlastimil Babka3-5/+22
2022-11-21mm/slab: move and adjust kernel-doc for kmem_cache_allocVlastimil Babka1-10/+0
2022-11-21mm/slub, percpu: correct the calculation of early percpu allocation sizeBaoquan He1-1/+2
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld3-7/+6
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld5-10/+10
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2022-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+1
2022-11-12Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds9-6/+31
2022-11-11maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy1-1/+1
2022-11-11mm/slub: extend redzone check to extra allocated kmalloc space than requestedFeng Tang3-5/+53
2022-11-10mm: kasan: Extend kasan_metadata_size() to also cover in-object sizeFeng Tang2-8/+15
2022-11-10mm/slub: only zero requested size of buffer for kzalloc when debug enabledFeng Tang3-8/+27
2022-11-10Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-20/+4
2022-11-09mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park1-0/+7
2022-11-09kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko1-0/+2
2022-11-09mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik1-0/+1
2022-11-09mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu1-1/+1
2022-11-09mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta1-0/+1
2022-11-09Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu1-3/+6
2022-11-09mm/mmap: fix memory leak in mmap_region()Li Zetao1-1/+5
2022-11-09hugetlbfs: don't delete error page from pagecacheJames Houghton2-1/+8
2022-11-08mm/percpu.c: remove the lcm code since block size is fixed at page sizeBaoquan He1-10/+2
2022-11-08mm/percpu: replace the goto with breakBaoquan He1-2/+1
2022-11-08mm/percpu: add comment to state the empty populated pages accountingBaoquan He1-3/+11
2022-11-08mm/percpu: Update the code comment when creating new chunkBaoquan He1-5/+1
2022-11-08mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()Baoquan He1-3/+3
2022-11-08mm/percpu: remove unused pcpu_map_extend_chunksBaoquan He1-3/+0
2022-11-07mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka1-14/+0
2022-11-06mm/slab_common: Restore passing "caller" for tracingKees Cook1-2/+2
2022-11-04mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka1-2/+0
2022-11-03mm/slab_common: repair kernel-doc for __ksize()Lukas Bulwahn1-2/+2
2022-10-28mmap: fix remap_file_pages() regressionLiam Howlett1-0/+3
2022-10-28mm/shmem: ensure proper fallback if page faultsIra Weiny1-0/+17
2022-10-28mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny1-4/+21
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko1-0/+1
2022-10-28mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko1-0/+1
2022-10-28mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang1-0/+7
2022-10-28mm: prep_compound_tail() clear page->privateHugh Dickins2-1/+2