summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | memcg: do not flush stats in irq contextYosry Ahmed2023-04-181-1/+15
| * | | | | memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed2023-04-182-2/+2
| * | | | | cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed2023-04-181-1/+1
| * | | | | mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()Peng Zhang2023-04-183-23/+59
| * | | | | mm/zswap: delay the initialization of zswapLiu Shixin2023-04-181-17/+54
| * | | | | mm/zswap: replace zswap_init_{started/failed} with zswap_init_stateLiu Shixin2023-04-181-25/+30
| * | | | | mm/zswap: remove zswap_entry_cache_{create,destroy} helper functionLiu Shixin2023-04-181-13/+3
| * | | | | mm: vmalloc: rename addr_to_vb_xarray() functionUladzislau Rezki (Sony)2023-04-181-6/+6
| * | | | | kmemleak-test: fix kmemleak_test.c build logicHao Ge2023-04-181-8/+0
| * | | | | mm: vmalloc: remove a global vmap_blocks xarrayUladzislau Rezki (Sony)2023-04-181-8/+63
| * | | | | mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)2023-04-181-0/+5
| * | | | | kmsan: fix a stale comment in kmsan_save_stack_with_flags()Zhen Lei2023-04-181-1/+1
| * | | | | hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)2023-04-181-7/+11
| * | | | | memcg: do not drain charge pcp caches on remote isolated cpusMichal Hocko2023-04-181-1/+2
| * | | | | mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov2023-04-181-0/+20
| * | | | | zsmalloc: reset compaction source zspage pointer after putback_zspage()Sergey Senozhatsky2023-04-181-1/+1
| * | | | | mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann2023-04-181-2/+2
| * | | | | mm: avoid passing 0 to __ffs()Kirill A. Shutemov2023-04-182-2/+22
| * | | | | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-185-25/+134
| |\ \ \ \ \
| * \ \ \ \ \ sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-1611-71/+116
| |\ \ \ \ \ \
| * | | | | | | sched/numa: enhance vma scanning logicRaghavendra K T2023-04-051-0/+3
| * | | | | | | mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan2023-04-051-4/+7
| * | | | | | | mm: introduce per-VMA lock statisticsSuren Baghdasaryan2023-04-053-0/+14
| * | | | | | | mm: prevent userfaults to be handled under per-vma lockSuren Baghdasaryan2023-04-051-0/+9
| * | | | | | | mm: prevent do_swap_page from handling page faults under VMA lockSuren Baghdasaryan2023-04-051-0/+5
| * | | | | | | mm: fall back to mmap_lock if vma->anon_vma is not yet setSuren Baghdasaryan2023-04-051-0/+4
| * | | | | | | mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan2023-04-051-0/+46
| * | | | | | | mm: introduce vma detached flagSuren Baghdasaryan2023-04-051-0/+2
| * | | | | | | mm/mmap: prevent pagefault handler from racing with mmu_notifier registrationSuren Baghdasaryan2023-04-051-0/+9
| * | | | | | | mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan2023-04-053-4/+9
| * | | | | | | mm: write-lock VMAs before removing them from VMA treeSuren Baghdasaryan2023-04-051-0/+1
| * | | | | | | mm/mremap: write-lock VMA while remapping it to a new address rangeSuren Baghdasaryan2023-04-052-0/+2
| * | | | | | | mm/mmap: write-lock VMAs in vma_prepare before modifying themSuren Baghdasaryan2023-04-051-0/+9
| * | | | | | | mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan2023-04-052-15/+24
| * | | | | | | mm/mmap: move vma_prepare before vma_adjust_trans_hugeSuren Baghdasaryan2023-04-051-5/+5
| * | | | | | | mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan2023-04-051-0/+3
| * | | | | | | mm: introduce CONFIG_PER_VMA_LOCKSuren Baghdasaryan2023-04-051-0/+12
| * | | | | | | mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)2023-04-051-3/+8
| * | | | | | | mm/damon/sysfs: make more kobj_type structures constantThomas Weißschuh2023-04-051-2/+2
| * | | | | | | mm: be less noisy during memory hotplugTomas Krcka2023-04-051-1/+1
| * | | | | | | mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable caseLorenzo Stoakes2023-04-051-25/+22
| * | | | | | | mm/mmap/vma_merge: explicitly assign res, vma, extend invariantsLorenzo Stoakes2023-04-051-5/+14
| * | | | | | | mm/mmap/vma_merge: fold curr, next assignment logicLorenzo Stoakes2023-04-051-13/+11
| * | | | | | | mm/mmap/vma_merge: further improve prev/next VMA namingLorenzo Stoakes2023-04-051-43/+43
| * | | | | | | mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2023-04-052-93/+152
| * | | | | | | mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov2023-04-051-9/+10
| * | | | | | | mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes2023-04-051-18/+13
| * | | | | | | mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes2023-04-051-39/+18
| * | | | | | | mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka2023-04-051-0/+6
| * | | | | | | mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)2023-04-051-0/+5