summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-2513-57/+114
|\
| * mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1Aneesh Kumar K.V2022-11-221-1/+13
| * mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng2022-11-222-4/+15
| * swapfile: fix soft lockup in scan_swap_map_slotsChen Wandun2022-11-221-4/+4
| * hugetlb: fix __prep_compound_gigantic_page page flag settingMike Kravetz2022-11-221-1/+3
| * kfence: fix stack trace pruningMarco Elver2022-11-221-4/+9
| * mm: multi-gen LRU: retry folios written back while isolatedYu Zhao2022-11-221-11/+37
| * mm/migrate_device: return number of migrating pages in args->cpagesAlistair Popple2022-11-221-2/+6
| * mm: mmap: fix documentation for vma_mas_szeroIan Cowan2022-11-221-1/+1
| * mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park2022-11-221-0/+4
| * mm/memory: return vm_fault_t result from migrate_to_ram() callbackAlistair Popple2022-11-221-1/+1
| * mm: correctly charge compressed memory to its memcgLi Liguang2022-11-221-1/+1
| * mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani2022-11-221-2/+1
| * mm/page_exit: fix kernel doc warning in page_ext_put()Charan Teja Kalla2022-11-221-1/+1
| * mm: khugepaged: allow page allocation fallback to eligible nodesYang Shi2022-11-221-18/+14
| * mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner2022-11-221-6/+4
* | Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-171-1/+1
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-11-111-1/+1
| |\ \
| | * | maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy2022-11-111-1/+1
* | | | Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-119-6/+31
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park2022-11-081-0/+7
| * | kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko2022-11-081-0/+2
| * | mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik2022-11-081-0/+1
| * | mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu2022-11-081-1/+1
| * | mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta2022-11-081-0/+1
| * | Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu2022-11-081-3/+6
| * | mm/mmap: fix memory leak in mmap_region()Li Zetao2022-11-081-1/+5
| * | hugetlbfs: don't delete error page from pagecacheJames Houghton2022-11-082-1/+8
| |/
* | Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-11-091-20/+4
|\ \ | |/ |/|
| * mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka2022-11-071-14/+0
| * mm/slab_common: Restore passing "caller" for tracingKees Cook2022-11-061-2/+2
| * mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka2022-11-041-2/+0
| * mm/slab_common: repair kernel-doc for __ksize()Lukas Bulwahn2022-11-031-2/+2
* | mmap: fix remap_file_pages() regressionLiam Howlett2022-10-281-0/+3
* | mm/shmem: ensure proper fallback if page faultsIra Weiny2022-10-281-0/+17
* | mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny2022-10-281-4/+21
* | x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2022-10-281-0/+1
* | mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko2022-10-281-0/+1
* | mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang2022-10-281-0/+7
* | mm: prep_compound_tail() clear page->privateHugh Dickins2022-10-282-1/+2
* | mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel2022-10-281-1/+11
* | mm/page_isolation: fix clang deadcode warningMaria Yu2022-10-281-1/+1
* | memory tier, sysfs: rename attribute "nodes" to "nodelist"Huang Ying2022-10-281-4/+4
* | mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long2022-10-281-19/+42
|/
* mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman2022-10-201-1/+10
* hugetlb: fix memory leak associated with vma_lock structureMike Kravetz2022-10-201-8/+27
* mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett2022-10-201-8/+12
* mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel2022-10-201-1/+1
* mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett2022-10-201-8/+7
* mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton2022-10-201-1/+2