summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-12maple_tree: remove unnecessary default labels from switch statementsLiam R. Howlett
2023-12-10kasan: record and report more informationJuntong Deng
2023-12-10zram: use kmap_local_page()Sergey Senozhatsky
2023-12-10mm: memcg: add reminder comment for the memcg v2 eventsDmitry Rokosov
2023-12-10samples/cgroup: introduce memcg memory.events listenerDmitry Rokosov
2023-12-10samples: introduce new samples subdir for cgroupDmitry Rokosov
2023-12-10mm: hugetlb_vmemmap: convert page to folioMuchun Song
2023-12-10mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...Muchun Song
2023-12-10mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the codeMuchun Song
2023-12-10mm: pagewalk: assert write mmap lock only for walking the user page tablesMuchun Song
2023-12-10mm/swapfile: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2023-12-10mm/zswap: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2023-12-10mm, oom:dump_tasks add rss detailed information printingYong Wang
2023-12-10mm: list_lru: Update kernel documentation to follow the requirementsAndy Shevchenko
2023-12-10mm/gup: fix follow_devmap_p[mu]d() on page==NULL handlingPeter Xu
2023-12-10mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla
2023-12-10mm: page_alloc: enforce minimum zone size to do high atomic reservesCharan Teja Kalla
2023-12-10mm: page_alloc: correct high atomic reserve calculationsCharan Teja Kalla
2023-12-10fs/Kconfig: make hugetlbfs a menuconfigPeter Xu
2023-12-10mm/mm_init.c: append newline to the unavailable ranges log-messageSerge Semin
2023-12-10mm/mm_init.c: extend init unavailable range doc infoSerge Semin
2023-12-10pgtable: rename ptdesc _refcount field to __page_refcountAlexander Gordeev
2023-12-10pgtable: fix s390 ptdesc field commentsAlexander Gordeev
2023-12-10mm/damon/core-test: test damon_split_region_at()'s access rate copyingSeongJae Park
2023-12-10kasan: improve free meta storage in Generic KASANJuntong Deng
2023-12-10mm/page_poison: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2023-12-10mm/mempool: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2023-12-10mm/memory: use kmap_local_page() in __wp_page_copy_user()Fabio M. De Francesco
2023-12-10mm/ksm: use kmap_local_page() in calc_checksum()Fabio M. De Francesco
2023-12-10mm/util: use kmap_local_page() in memcmp_pages()Fabio De Francesco
2023-12-10mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar
2023-12-10lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSANAndrey Konovalov
2023-12-10kasan: use stack_depot_put for Generic modeAndrey Konovalov
2023-12-10slub, kasan: improve interaction of KASAN and slub_debug poisoningAndrey Konovalov
2023-12-10kasan: use stack_depot_put for tag-based modesAndrey Konovalov
2023-12-10kasan: check object_size in kasan_complete_mode_report_infoAndrey Konovalov
2023-12-10kasan: remove atomic accesses to stack ring entriesAndrey Konovalov
2023-12-10lib/stackdepot: allow users to evict stack tracesAndrey Konovalov
2023-12-10lib/stackdepot: add refcount for recordsAndrey Konovalov
2023-12-10lib/stackdepot, kasan: add flags to __stack_depot_save and renameAndrey Konovalov
2023-12-10kmsan: use stack_depot_save instead of __stack_depot_saveAndrey Konovalov
2023-12-10lib/stackdepot: use list_head for stack record linksAndrey Konovalov
2023-12-10lib/stackdepot: use read/write lockAndrey Konovalov
2023-12-10lib/stackdepot: store free stack records in a freelistAndrey Konovalov
2023-12-10lib/stackdepot: store next pool pointer in new_poolAndrey Konovalov
2023-12-10lib/stackdepot: rename next_pool_required to new_pool_requiredAndrey Konovalov
2023-12-10lib/stackdepot: rework helpers for depot_alloc_stackAndrey Konovalov
2023-12-10lib/stackdepot: fix and clean-up atomic annotationsAndrey Konovalov
2023-12-10lib/stackdepot: use fixed-sized slots for stack recordsAndrey Konovalov
2023-12-10lib/stackdepot: add depot_fetch_stack helperAndrey Konovalov