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-10-13mm/damon: move sz_damon_region to damon_sz_regionXin Hao
2022-10-13kmsan: unpoison @tlb in arch_tlb_gather_mmu()Alexander Potapenko
2022-10-13mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas
2022-10-13mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu
2022-10-13mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett
2022-10-13mmap: fix copy_vma() failure pathLiam Howlett
2022-10-13mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou
2022-10-13mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() staticAndrew Morton
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-12mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park
2022-10-12mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-10Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-10-08hugetlb: allocate vma lock for all sharable vmasMike Kravetz
2022-10-08hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointerMike Kravetz
2022-10-08hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz
2022-10-08mglru: mm/vmscan.c: fix imprecise commentsYu Zhao
2022-10-08mm/mglru: don't sync disk for each aging cycleYu Zhao
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2022-10-04mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner
2022-10-04mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner
2022-10-04mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner
2022-10-04mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner
2022-10-04mm/secretmem: remove reduntant return valueXiu Jianfeng
2022-10-04mm/hugetlb: add available_huge_pages() funcXin Hao
2022-10-04mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe
2022-10-04mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe
2022-10-04mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe
2022-10-04mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe
2022-10-04mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe
2022-10-04mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe
2022-10-04mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin
2022-10-04mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song
2022-10-04mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia
2022-10-04mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao
2022-10-04mm/page_alloc: update comments for rmqueue()Ran Xiaokai
2022-10-04mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia
2022-10-04hugetlb: freeze allocated pages before creating hugetlb pagesMike Kravetz
2022-10-04mm/page_alloc: fix obsolete comment in deferred_pfn_valid()Miaohe Lin
2022-10-04mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin
2022-10-04mm/page_alloc: init local variable buddy_pfnMiaohe Lin