Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-11-12Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-10Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-11-09mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park
2022-11-09kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko
2022-11-09mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik
2022-11-09mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu
2022-11-09mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta
2022-11-09Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu
2022-11-09mm/mmap: fix memory leak in mmap_region()Li Zetao
2022-11-09hugetlbfs: don't delete error page from pagecacheJames Houghton
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
2022-10-28mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko
2022-10-28mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko
2022-10-28mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang
2022-10-28mm: prep_compound_tail() clear page->privateHugh Dickins
2022-10-28mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel
2022-10-28mm/page_isolation: fix clang deadcode warningMaria Yu
2022-10-28memory tier, sysfs: rename attribute "nodes" to "nodelist"Huang Ying
2022-10-28mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long
2022-10-21mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman
2022-10-21hugetlb: fix memory leak associated with vma_lock structureMike Kravetz
2022-10-21mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett
2022-10-21mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel
2022-10-21mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett
2022-10-21mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton
2022-10-21mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz
2022-10-21zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov
2022-10-21mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-16Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-13highmem: fix kmap_to_page() for kmap_local_page() addressesIra Weiny
2022-10-13mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order pageYafang Shao
2022-10-13mm/hugetlb: use hugetlb_pte_stable in migration race checkPeter Xu
2022-10-13mm/hugetlb: fix race condition of uffd missing/minor handlingPeter Xu
2022-10-13mm: use update_mmu_tlb() on the second threadQi Zheng
2022-10-13kasan: fix array-bounds warnings in testsAndrey Konovalov
2022-10-13mm/migrate_device.c: add migrate_device_range()Alistair Popple
2022-10-13mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()Alistair Popple
2022-10-13mm/memremap.c: take a pgmap reference on page allocationAlistair Popple
2022-10-13mm: free device private pages have zero refcountAlistair Popple
2022-10-13mm/memory.c: fix race when faulting a device private pageAlistair Popple
2022-10-13mm/damon: use damon_sz_region() in appropriate placeXin Hao