summaryrefslogtreecommitdiffstats
path: root/lib/btree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He15-491/+531
2024-02-24mm: vmalloc: refactor vmalloc_dump_obj() functionUladzislau Rezki (Sony)1-16/+17
2024-02-24mm: vmalloc: improve description of vmap node layerUladzislau Rezki (Sony)1-14/+46
2024-02-24mm: vmalloc: add a shrinker to drain vmap poolsUladzislau Rezki (Sony)1-0/+39
2024-02-24mm: vmalloc: set nr_nodes based on CPUs in a systemUladzislau Rezki (Sony)1-6/+23
2024-02-24mm: vmalloc: support multiple nodes in vmallocinfoUladzislau Rezki (Sony)1-73/+47
2024-02-24mm: vmalloc: support multiple nodes in vread_iterUladzislau Rezki (Sony)1-14/+53
2024-02-24mm: vmalloc: add a scan area of VA only onceUladzislau Rezki (Sony)1-6/+6
2024-02-24mm: vmalloc: offload free_vmap_area_lock lockUladzislau Rezki (Sony)1-45/+342
2024-02-24mm: vmalloc: remove global purge_vmap_area_root rb-treeUladzislau Rezki (Sony)1-53/+82
2024-02-24mm/vmalloc: remove vmap_area_listBaoquan He8-15/+5
2024-02-24mm: vmalloc: remove global vmap_area_root rb-treeUladzislau Rezki (Sony)1-68/+174
2024-02-24mm: vmalloc: move vmap_init_free_space() down in vmalloc.cUladzislau Rezki (Sony)1-41/+41
2024-02-24mm: vmalloc: rename adjust_va_to_fit_type() functionUladzislau Rezki (Sony)1-7/+6
2024-02-24mm: vmalloc: add va_alloc() helperUladzislau Rezki (Sony)1-13/+28
2024-02-24mm,page_owner: update Documentation regarding page_owner_stacksOscar Salvador1-0/+45
2024-02-24mm,page_owner: filter out stacks by a thresholdOscar Salvador1-1/+22
2024-02-24mm,page_owner: display all stacks and their countOscar Salvador1-1/+92
2024-02-24mm,page_owner: implement the tracking of the stacks countOscar Salvador1-1/+72
2024-02-24mm,page_owner: maintain own list of stack_records structsOscar Salvador3-0/+34
2024-02-24lib/stackdepot: move stack_record struct definition into the headerOscar Salvador2-43/+47
2024-02-24lib/stackdepot: fix first entry having a 0-handleOscar Salvador1-7/+9
2024-02-24mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)1-0/+8
2024-02-24mm: cachestat: fix folio read-after-free in cache walkNhat Pham1-25/+26
2024-02-24MAINTAINERS: add memory mapping entry with reviewersLorenzo Stoakes1-0/+11
2024-02-24mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park1-0/+8
2024-02-24kasan: revert eviction of stack traces in generic modeMarco Elver4-77/+14
2024-02-24stackdepot: use variable size records for non-evictable entriesMarco Elver2-123/+130
2024-02-23Docs/admin-guide/mm/damon/usage: fix wrong quotas diabling conditionSeongJae Park1-1/+2
2024-02-23Docs/mm/damon: move monitoring target regions setup detail from the usage to ...SeongJae Park2-14/+14
2024-02-23Docs/mm/damon: move DAMON operation sets list from the usage to the design do...SeongJae Park2-14/+17
2024-02-23Docs/mm/damon: move the list of DAMOS actions to design docSeongJae Park2-37/+36
2024-02-23Docs/mm/damon/maintainer-profile: fix reference links for mm-[un]stable treeSeongJae Park1-4/+4
2024-02-23userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra4-104/+299
2024-02-23mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCKLokesh Gidra1-0/+5
2024-02-23userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctxLokesh Gidra3-58/+75
2024-02-23userfaultfd: move userfaultfd_ctx struct to header fileLokesh Gidra2-39/+39
2024-02-23kasan: increase the number of bits to shift when recording extra timestampsJuntong Deng2-2/+2
2024-02-23rmap: replace two calls to compound_order with folio_orderMatthew Wilcox (Oracle)1-2/+2
2024-02-23dax: fix incorrect list of data cache aliasing architecturesMathieu Desnoyers1-3/+2
2024-02-23Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers22-0/+112
2024-02-23dax: check for data cache aliasing at runtimeMathieu Desnoyers2-1/+10
2024-02-23virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-4/+11
2024-02-23dcssblk: handle alloc_dax() -EOPNOTSUPP failureMathieu Desnoyers1-5/+6
2024-02-23dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-8/+9
2024-02-23nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-10/+12
2024-02-23dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers2-5/+6
2024-02-23dax: add empty static inline for CONFIG_DAX=nMathieu Desnoyers1-3/+8
2024-02-23nvdimm/pmem: fix leak on dax_add_host() failureMathieu Desnoyers1-2/+1
2024-02-23arm64/mm: automatically fold contpte mappingsRyan Roberts2-0/+90