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
2021-04-28Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-24mm/filemap: fix mapping_seek_hole_data on THP & 32-bitHugh Dickins
2021-04-24mm/filemap: fix find_lock_entries hang on 32-bit THPHugh Dickins
2021-04-23mm: Implement readahead_control pageset expansionDavid Howells
2021-04-23mm/readahead: Handle ractl nr_pages being modifiedMatthew Wilcox (Oracle)
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)
2021-04-23mm: Add set/end/wait functions for PG_private_2David Howells
2021-04-17mm: ptdump: fix build failureChristophe Leroy
2021-04-17mm/mapping_dirty_helpers: guard hugepage pud's usageZack Rusin
2021-04-17kasan: remove redundant config optionWalter Wu
2021-04-17mm: eliminate "expecting prototype" kernel-doc warningsRandy Dunlap
2021-04-15Merge branch 'for-next/mte-async-kernel-mode' into for-next/coreCatalin Marinas
2021-04-11kasan, arm64: tests supports for HW_TAGS async modeAndrey Konovalov
2021-04-11kasan: Add report for async modeVincenzo Frascino
2021-04-11kasan: Add KASAN mode kernel parameterVincenzo Frascino
2021-04-10Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-10kasan: fix conflict with page poisoningAndrey Konovalov
2021-04-10mm/gup: check page posion status for coredump.Aili Yao
2021-04-09percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin
2021-04-08init_on_alloc: Optimize static branchesKees Cook
2021-03-30mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-25mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPIra Weiny
2021-03-25kfence: make compatible with kmemleakMarco Elver
2021-03-25z3fold: prevent reclaim/free race for headless pagesThomas Hebb
2021-03-25mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson
2021-03-25hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin
2021-03-23mm/writeback: Add wait_on_page_writeback_killableMatthew Wilcox (Oracle)
2021-03-19mm, slub: don't combine pr_err with INFOYafang Shao
2021-03-19mm, slub: use pGp to print page flagsYafang Shao
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-13mm/memcg: set memcg when splitting pageZhou Guanghui
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui
2021-03-13mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit
2021-03-13kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOCAndrey Konovalov
2021-03-13mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan
2021-03-13kfence: fix reports if constant function prefixes existMarco Elver
2021-03-13kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocationsMarco Elver
2021-03-13kfence: fix printk format for ptrdiff_tMarco Elver
2021-03-13mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi
2021-03-13hugetlb: do early cow when page pinned on src mmPeter Xu
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu
2021-03-13hugetlb: break earlier in add_reservation_in_range() when we canPeter Xu
2021-03-13hugetlb: dedup the code to add a new file_regionPeter Xu
2021-03-13mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport