summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/kmemleak: use %pK to display kernel pointers in backtraceClément Léger2022-12-151-1/+1
* mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang2022-12-151-18/+28
* mm/gup_test: free memory allocated via kvcalloc() using kvfree()David Hildenbrand2022-12-151-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-154-6/+43
|\
| * Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-092-1/+10
| |\
| | * mm: Add PG_arch_3 page flagPeter Collingbourne2022-11-291-0/+1
| | * mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas2022-11-292-1/+9
| * | mm/gup: Add FOLL_INTERRUPTIBLEPeter Xu2022-11-092-5/+33
| |/
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-144-26/+26
|\ \
| * | panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-022-4/+3
| * | mm: Make ksize() a reporting-only functionKees Cook2022-12-012-22/+23
* | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-1376-3545/+4636
|\ \ \
| * | | mm/hugetlb: set head flag before setting compound_order in __prep_compound_gi...Sidhartha Kumar2022-12-121-2/+2
| * | | mm: mmu_gather: allow more than one batch of delayed rmapsLinus Torvalds2022-12-111-16/+20
| * | | kmsan: fix memcpy testsAlexander Potapenko2022-12-111-0/+3
| * | | mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang2022-12-111-0/+1
| * | | mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmemDavid Hildenbrand2022-12-111-3/+7
| * | | mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins2022-12-111-9/+33
| * | | mm: memcg: fix swapcached stat accountingHugh Dickins2022-12-112-2/+7
| * | | mm: add nodes= arg to memory.reclaimMina Almasry2022-12-112-14/+57
| * | | mm: disable top-tier fallback to reclaim on proactive reclaimMina Almasry2022-12-111-3/+22
| * | | mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed2022-12-111-5/+6
| * | | mm/mmap: properly unaccount memory on mas_preallocate() failureAlistair Popple2022-12-111-3/+3
| * | | mm/page_alloc: update comments in __free_pages_ok()Deyan Wang2022-12-111-0/+5
| * | | kasan: fail non-kasan KUnit tests on KASAN reportsAndrey Konovalov2022-12-113-0/+69
| * | | mm/hugetlb: change hugetlb allocation functions to return a folioSidhartha Kumar2022-12-111-70/+64
| * | | mm/hugetlb: convert hugetlb prep functions to foliosSidhartha Kumar2022-12-111-33/+30
| * | | mm/hugetlb: convert free_gigantic_page() to foliosSidhartha Kumar2022-12-111-12/+17
| * | | mm/hugetlb: convert enqueue_huge_page() to foliosSidhartha Kumar2022-12-111-11/+11
| * | | mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()Sidhartha Kumar2022-12-111-21/+21
| * | | mm/hugetlb: convert update_and_free_page() to foliosSidhartha Kumar2022-12-111-14/+16
| * | | mm/hugetlb: convert remove_hugetlb_page() to foliosSidhartha Kumar2022-12-111-23/+25
| * | | mm/hugetlb: convert dissolve_free_huge_page() to foliosSidhartha Kumar2022-12-111-10/+10
| * | | mm/hugetlb: convert destroy_compound_gigantic_page() to foliosSidhartha Kumar2022-12-111-22/+21
| * | | mm: add folio dtor and order setter functionsSidhartha Kumar2022-12-111-3/+1
| * | | folio-compat: remove lru_cache_add()Vishal Moola (Oracle)2022-12-113-8/+5
| * | | khugepage: replace lru_cache_add() with folio_add_lru()Vishal Moola (Oracle)2022-12-111-4/+7
| * | | userfaultfd: replace lru_cache functions with folio_add functionsVishal Moola (Oracle)2022-12-111-2/+4
| * | | filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-111-27/+25
| * | | mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen2022-12-111-0/+63
| * | | LoongArch: add sparse memory vmemmap supportFeiyang Chen2022-12-111-0/+10
| * | | kmsan: allow using __msan_instrument_asm_store() inside runtimeAlexander Potapenko2022-12-111-3/+5
| * | | mm/fadvise: use LLONG_MAX instead of -1 for eofBrian Foster2022-12-111-1/+1
| * | | filemap: skip write and wait if end offset precedes startBrian Foster2022-12-111-3/+6
| * | | zsmalloc: implement writeback mechanism for zsmallocNhat Pham2022-12-111-11/+183
| * | | zsmalloc: add zpool_ops field to zs_pool to store evict handlersNhat Pham2022-12-111-1/+10
| * | | zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU orderNhat Pham2022-12-111-0/+50
| * | | zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham2022-12-111-50/+37
| * | | zpool: clean out dead codeJohannes Weiner2022-12-113-66/+12
| * | | zswap: fix writeback lock ordering for zsmallocJohannes Weiner2022-12-111-16/+19