index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: vmalloc: support multiple nodes in vread_iter
Uladzislau Rezki (Sony)
2024-02-24
1
-14
/
+53
*
mm: vmalloc: add a scan area of VA only once
Uladzislau Rezki (Sony)
2024-02-24
1
-6
/
+6
*
mm: vmalloc: offload free_vmap_area_lock lock
Uladzislau Rezki (Sony)
2024-02-24
1
-45
/
+342
*
mm: vmalloc: remove global purge_vmap_area_root rb-tree
Uladzislau Rezki (Sony)
2024-02-24
1
-53
/
+82
*
mm/vmalloc: remove vmap_area_list
Baoquan He
2024-02-24
8
-15
/
+5
*
mm: vmalloc: remove global vmap_area_root rb-tree
Uladzislau Rezki (Sony)
2024-02-24
1
-68
/
+174
*
mm: vmalloc: move vmap_init_free_space() down in vmalloc.c
Uladzislau Rezki (Sony)
2024-02-24
1
-41
/
+41
*
mm: vmalloc: rename adjust_va_to_fit_type() function
Uladzislau Rezki (Sony)
2024-02-24
1
-7
/
+6
*
mm: vmalloc: add va_alloc() helper
Uladzislau Rezki (Sony)
2024-02-24
1
-13
/
+28
*
mm,page_owner: update Documentation regarding page_owner_stacks
Oscar Salvador
2024-02-24
1
-0
/
+45
*
mm,page_owner: filter out stacks by a threshold
Oscar Salvador
2024-02-24
1
-1
/
+22
*
mm,page_owner: display all stacks and their count
Oscar Salvador
2024-02-24
1
-1
/
+92
*
mm,page_owner: implement the tracking of the stacks count
Oscar Salvador
2024-02-24
1
-1
/
+72
*
mm,page_owner: maintain own list of stack_records structs
Oscar Salvador
2024-02-24
3
-0
/
+34
*
lib/stackdepot: move stack_record struct definition into the header
Oscar Salvador
2024-02-24
2
-43
/
+47
*
lib/stackdepot: fix first entry having a 0-handle
Oscar Salvador
2024-02-24
1
-7
/
+9
*
merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changes
Andrew Morton
2024-02-24
10
-225
/
+197
|
\
|
*
mm/debug_vm_pgtable: fix BUG_ON with pud advanced test
Aneesh Kumar K.V (IBM)
2024-02-24
1
-0
/
+8
|
*
mm: cachestat: fix folio read-after-free in cache walk
Nhat Pham
2024-02-24
1
-25
/
+26
|
*
MAINTAINERS: add memory mapping entry with reviewers
Lorenzo Stoakes
2024-02-24
1
-0
/
+11
|
*
mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index
Byungchul Park
2024-02-24
1
-0
/
+8
|
*
kasan: revert eviction of stack traces in generic mode
Marco Elver
2024-02-24
4
-77
/
+14
|
*
stackdepot: use variable size records for non-evictable entries
Marco Elver
2024-02-24
2
-123
/
+130
*
|
Docs/admin-guide/mm/damon/usage: fix wrong quotas diabling condition
SeongJae Park
2024-02-23
1
-1
/
+2
*
|
Docs/mm/damon: move monitoring target regions setup detail from the usage to ...
SeongJae Park
2024-02-23
2
-14
/
+14
*
|
Docs/mm/damon: move DAMON operation sets list from the usage to the design do...
SeongJae Park
2024-02-23
2
-14
/
+17
*
|
Docs/mm/damon: move the list of DAMOS actions to design doc
SeongJae Park
2024-02-23
2
-37
/
+36
*
|
Docs/mm/damon/maintainer-profile: fix reference links for mm-[un]stable tree
SeongJae Park
2024-02-23
1
-4
/
+4
*
|
userfaultfd: use per-vma locks in userfaultfd operations
Lokesh Gidra
2024-02-23
4
-104
/
+299
*
|
mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCK
Lokesh Gidra
2024-02-23
1
-0
/
+5
*
|
userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
Lokesh Gidra
2024-02-23
3
-58
/
+75
*
|
userfaultfd: move userfaultfd_ctx struct to header file
Lokesh Gidra
2024-02-23
2
-39
/
+39
*
|
kasan: increase the number of bits to shift when recording extra timestamps
Juntong Deng
2024-02-23
2
-2
/
+2
*
|
rmap: replace two calls to compound_order with folio_order
Matthew Wilcox (Oracle)
2024-02-23
1
-2
/
+2
*
|
dax: fix incorrect list of data cache aliasing architectures
Mathieu Desnoyers
2024-02-23
1
-3
/
+2
*
|
Introduce cpu_dcache_is_aliasing() across all architectures
Mathieu Desnoyers
2024-02-23
22
-0
/
+112
*
|
dax: check for data cache aliasing at runtime
Mathieu Desnoyers
2024-02-23
2
-1
/
+10
*
|
virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
2024-02-23
1
-4
/
+11
*
|
dcssblk: handle alloc_dax() -EOPNOTSUPP failure
Mathieu Desnoyers
2024-02-23
1
-5
/
+6
*
|
dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
2024-02-23
1
-8
/
+9
*
|
nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
2024-02-23
1
-10
/
+12
*
|
dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
Mathieu Desnoyers
2024-02-23
2
-5
/
+6
*
|
dax: add empty static inline for CONFIG_DAX=n
Mathieu Desnoyers
2024-02-23
1
-3
/
+8
*
|
nvdimm/pmem: fix leak on dax_add_host() failure
Mathieu Desnoyers
2024-02-23
1
-2
/
+1
*
|
arm64/mm: automatically fold contpte mappings
Ryan Roberts
2024-02-23
2
-0
/
+90
*
|
arm64/mm: __always_inline to improve fork() perf
Ryan Roberts
2024-02-23
1
-5
/
+5
*
|
arm64/mm: implement pte_batch_hint()
Ryan Roberts
2024-02-23
1
-0
/
+9
*
|
mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()
Ryan Roberts
2024-02-23
2
-7
/
+33
*
|
arm64/mm: implement new [get_and_]clear_full_ptes() batch APIs
Ryan Roberts
2024-02-23
2
-0
/
+84
*
|
arm64/mm: implement new wrprotect_ptes() batch API
Ryan Roberts
2024-02-23
2
-10
/
+89
[next]