summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-12maple_tree: simplify mas_leaf_set_meta()Peng Zhang1-18/+4
2023-12-12maple_tree: delete one of the two identical checksPeng Zhang1-3/+0
2023-12-12maple_tree: remove an unused parameter for ma_meta_end()Peng Zhang1-6/+4
2023-12-12maple_tree: avoid ascending when mas->min is also the parent's minimumPeng Zhang1-3/+5
2023-12-12maple_tree: move the check forward to avoid static check warningPeng Zhang1-1/+1
2023-12-12maple_tree: remove unused functionJiapeng Chong1-29/+0
2023-12-12maple_tree: mtree_range_walk() clean upLiam R. Howlett1-15/+12
2023-12-12maple_tree: don't find node end in mtree_lookup_walk()Liam R. Howlett2-9/+24
2023-12-12maple_tree: use maple state end for write operationsLiam R. Howlett2-23/+24
2023-12-12maple_tree: remove mas_searchable()Liam R. Howlett2-51/+19
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett6-327/+445
2023-12-12maple_tree: clean up inlines for some functionsLiam R. Howlett1-39/+39
2023-12-12maple_tree: use cached node end in mas_destroy()Liam R. Howlett1-1/+1
2023-12-12maple_tree: use cached node end in mas_next()Liam R. Howlett1-6/+8
2023-12-12maple_tree: add end of node tracking to the maple stateLiam R. Howlett3-0/+9
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett3-129/+130
2023-12-12maple_tree: make mas_erase() more robustLiam R. Howlett1-1/+1
2023-12-12maple_tree: remove unnecessary default labels from switch statementsLiam R. Howlett1-7/+2
2023-12-11kasan: record and report more informationJuntong Deng6-0/+79
2023-12-11zram: use kmap_local_page()Sergey Senozhatsky1-15/+15
2023-12-11mm: memcg: add reminder comment for the memcg v2 eventsDmitry Rokosov1-0/+4
2023-12-11samples/cgroup: introduce memcg memory.events listenerDmitry Rokosov2-1/+331
2023-12-11samples: introduce new samples subdir for cgroupDmitry Rokosov6-11/+13
2023-12-11mm: hugetlb_vmemmap: convert page to folioMuchun Song1-26/+25
2023-12-11mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...Muchun Song1-46/+24
2023-12-11mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the codeMuchun Song1-109/+39
2023-12-11mm: pagewalk: assert write mmap lock only for walking the user page tablesMuchun Song1-1/+28
2023-12-11mm/swapfile: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-17/+17
2023-12-11mm/zswap: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-5/+5
2023-12-11mm, oom:dump_tasks add rss detailed information printingYong Wang1-3/+4
2023-12-11mm: list_lru: Update kernel documentation to follow the requirementsAndy Shevchenko1-17/+19
2023-12-11mm/gup: fix follow_devmap_p[mu]d() on page==NULL handlingPeter Xu1-0/+2
2023-12-11mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla1-8/+8
2023-12-11mm: page_alloc: enforce minimum zone size to do high atomic reservesCharan Teja Kalla1-1/+4
2023-12-11mm: page_alloc: correct high atomic reserve calculationsCharan Teja Kalla1-2/+3
2023-12-11fs/Kconfig: make hugetlbfs a menuconfigPeter Xu1-10/+12
2023-12-11mm/mm_init.c: append newline to the unavailable ranges log-messageSerge Semin1-1/+1
2023-12-11mm/mm_init.c: extend init unavailable range doc infoSerge Semin1-0/+1
2023-12-11pgtable: rename ptdesc _refcount field to __page_refcountAlexander Gordeev1-3/+3
2023-12-11pgtable: fix s390 ptdesc field commentsAlexander Gordeev1-2/+2
2023-12-11mm/damon/core-test: test damon_split_region_at()'s access rate copyingSeongJae Park1-4/+11
2023-12-11kasan: improve free meta storage in Generic KASANJuntong Deng1-10/+29
2023-12-11mm/page_poison: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-4/+4
2023-12-11mm/mempool: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-4/+4
2023-12-11mm/memory: use kmap_local_page() in __wp_page_copy_user()Fabio M. De Francesco1-2/+4
2023-12-11mm/ksm: use kmap_local_page() in calc_checksum()Fabio M. De Francesco1-2/+2
2023-12-11mm/util: use kmap_local_page() in memcmp_pages()Fabio De Francesco1-4/+4
2023-12-11mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar3-25/+27
2023-12-11lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSANAndrey Konovalov1-0/+10
2023-12-11kasan: use stack_depot_put for Generic modeAndrey Konovalov3-11/+40