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
AgeCommit message (Expand)Author
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
2022-10-13mm/damon: move sz_damon_region to damon_sz_regionXin Hao
2022-10-13lib/test_meminit: add checks for the allocation functionsXiaoke Wang
2022-10-13kmsan: unpoison @tlb in arch_tlb_gather_mmu()Alexander Potapenko
2022-10-13ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)
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-13mm: more vma cache removalAlexey Dobriyan
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-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-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: remove unused inline functions from include/linux/mm_inline.hGaosheng Cui
2022-10-04selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memoryZach O'Keefe
2022-10-04selftests/vm: add file/shmem MADV_COLLAPSE selftest for cleared pmdZach O'Keefe
2022-10-04selftests/vm: add thp collapse shmem testingZach O'Keefe
2022-10-04selftests/vm: add thp collapse file and tmpfs testingZach O'Keefe
2022-10-04selftests/vm: modularize thp collapse memory operationsZach O'Keefe
2022-10-04selftests/vm: dedup THP helpersZach O'Keefe
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-04selftests/vm: retry on EAGAIN for MADV_COLLAPSE selftestZach 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: memcontrol: use memcg_kmem_enabled in count_objcg_eventKairui 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: remove obsolete gfpflags_normal_context()Miaohe Lin
2022-10-04mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin