summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mm/memcg: revert ("mm/memcg: optimize user context object stock access")Michal Hocko2022-03-221-67/+27
* mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap2022-03-221-1/+1
* memcg: synchronously enforce memory.high for large overchargesShakeel Butt2022-03-221-0/+5
* memcg: unify force charging conditionsShakeel Butt2022-03-221-10/+7
* memcg: refactor mem_cgroup_oomShakeel Butt2022-03-221-27/+17
* mm/memcg: mem_cgroup_per_node is already set to 0 on allocationWei Yang2022-03-221-2/+0
* memcg: add per-memcg total kernel memory statYosry Ahmed2022-03-221-6/+21
* memcg: replace in_interrupt() with !in_task()Shakeel Butt2022-03-221-2/+2
* mm: shmem: use helper macro __ATTR_RWMiaohe Lin2022-03-221-2/+1
* tmpfs: do not allocate pages on readHugh Dickins2022-03-222-14/+12
* shmem: mapping_set_exiting() to help mapped resilienceHugh Dickins2022-03-221-0/+1
* tmpfs: support for file creation timeXavier Roche2022-03-221-3/+13
* mm/swap: fix confusing comment in folio_mark_accessedBang Li2022-03-221-1/+1
* mm/gup: remove unused get_user_pages_locked()John Hubbard2022-03-221-59/+0
* mm: change lookup_node() to use get_user_pages_fast()John Hubbard2022-03-221-12/+9
* mm/gup: remove unused pin_user_pages_locked()John Hubbard2022-03-221-29/+0
* mm/gup: follow_pfn_pte(): -EEXIST cleanupJohn Hubbard2022-03-222-5/+15
* mm: fix invalid page pointer returned with FOLL_PIN gupsPeter Xu2022-03-221-1/+1
* mm/writeback: minor clean up for highmem_dirtyable_memoryMiaohe Lin2022-03-221-12/+0
* filemap: remove find_get_pages()Miaohe Lin2022-03-221-5/+6
* mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memoryMiaohe Lin2022-03-221-1/+2
* remove congestion tracking frameworkNeilBrown2022-03-221-57/+0
* remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-221-3/+1
* remove inode_congested()NeilBrown2022-03-223-25/+3
* mm: improve cleanup when ->readpages doesn't process all pagesNeilBrown2022-03-221-2/+17
* mm: document and polish read-ahead codeNeilBrown2022-03-221-0/+99
* mm: swap: get rid of livelock in swapin readaheadGuo Ziliang2022-03-171-1/+1
* mm: gup: make fault_in_safe_writeable() use fixup_user_fault()Linus Torvalds2022-03-101-38/+19
* memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins2022-03-051-12/+28
* mm: fix use-after-free when anon vma name is used after vma is freedSuren Baghdasaryan2022-03-051-1/+7
* mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan2022-03-051-2/+1
* mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-055-67/+38
* mm: Consider __GFP_NOWARN flag for oversized kvmalloc() callsDaniel Borkmann2022-03-041-1/+3
* Merge tag 'fixes-2022-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-261-2/+8
|\
| * memblock: use kfree() to release kmalloced memblock regionsMiaohe Lin2022-02-201-2/+8
* | mm: fix use-after-free bug when mm->mmap is reused after being freedSuren Baghdasaryan2022-02-261-0/+1
* | hugetlbfs: fix a truncation issue in hugepages parameterLiu Yuntao2022-02-261-2/+2
* | mm/hugetlb: fix kernel crash with hugetlb mremapAneesh Kumar K.V2022-02-261-4/+3
* | mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds2022-02-171-1/+1
|/
* kfence: make test case compatible with run time set sample intervalPeng Liu2022-02-122-5/+6
* mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin2022-02-121-5/+5
* mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman2022-02-121-1/+3
* mm/kmemleak: avoid scanning potential huge holesLang Yu2022-02-041-6/+7
* mm/page_table_check: check entries at pmd levelsPasha Tatashin2022-02-042-0/+23
* mm/khugepaged: unify collapse pmd clear, flush and freePasha Tatashin2022-02-041-16/+18
* mm/page_table_check: use unsigned long for page counters and cleanupPasha Tatashin2022-02-041-28/+7
* mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin2022-02-041-0/+2
* Revert "mm/page_isolation: unset migratetype directly for non Buddy page"Chen Wandun2022-02-041-1/+1
* Revert "mm/gup: small refactoring: simplify try_grab_page()"John Hubbard2022-02-031-5/+30
* memory-failure: fetch compound_head after pgmap_pfn_valid()Joao Martins2022-01-301-0/+6