index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
UBSAN: use the kernel panic message markers
Borislav Petkov (AMD)
2023-12-20
1
-4
/
+3
*
maple_tree: avoid checking other gaps after getting the largest gap
Peng Zhang
2023-12-20
1
-0
/
+3
*
maple_tree: fix typos/spellos etc
Randy Dunlap
2023-12-20
1
-4
/
+4
*
lib/maple_tree.c: fix build error due to hotfix alteration
Andrew Morton
2023-12-20
1
-1
/
+1
*
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
2023-12-20
1
-0
/
+11
|
\
|
*
maple_tree: do not preallocate nodes for slot stores
Sidhartha Kumar
2023-12-20
1
-0
/
+11
*
|
maple_tree: change return type of mas_split_final_node as void.
Levi Yun
2023-12-12
1
-2
/
+1
*
|
maple_tree: simplify mas_leaf_set_meta()
Peng Zhang
2023-12-12
1
-18
/
+4
*
|
maple_tree: delete one of the two identical checks
Peng Zhang
2023-12-12
1
-3
/
+0
*
|
maple_tree: remove an unused parameter for ma_meta_end()
Peng Zhang
2023-12-12
1
-6
/
+4
*
|
maple_tree: avoid ascending when mas->min is also the parent's minimum
Peng Zhang
2023-12-12
1
-3
/
+5
*
|
maple_tree: move the check forward to avoid static check warning
Peng Zhang
2023-12-12
1
-1
/
+1
*
|
maple_tree: remove unused function
Jiapeng Chong
2023-12-12
1
-29
/
+0
*
|
maple_tree: mtree_range_walk() clean up
Liam R. Howlett
2023-12-12
1
-15
/
+12
*
|
maple_tree: don't find node end in mtree_lookup_walk()
Liam R. Howlett
2023-12-12
2
-9
/
+24
*
|
maple_tree: use maple state end for write operations
Liam R. Howlett
2023-12-12
1
-22
/
+24
*
|
maple_tree: remove mas_searchable()
Liam R. Howlett
2023-12-12
1
-50
/
+16
*
|
maple_tree: separate ma_state node from status
Liam R. Howlett
2023-12-12
2
-274
/
+374
*
|
maple_tree: clean up inlines for some functions
Liam R. Howlett
2023-12-12
1
-39
/
+39
*
|
maple_tree: use cached node end in mas_destroy()
Liam R. Howlett
2023-12-12
1
-1
/
+1
*
|
maple_tree: use cached node end in mas_next()
Liam R. Howlett
2023-12-12
1
-6
/
+8
*
|
maple_tree: add end of node tracking to the maple state
Liam R. Howlett
2023-12-12
1
-0
/
+7
*
|
maple_tree: make mas_erase() more robust
Liam R. Howlett
2023-12-12
1
-1
/
+1
*
|
maple_tree: remove unnecessary default labels from switch statements
Liam R. Howlett
2023-12-12
1
-7
/
+2
*
|
kasan: record and report more information
Juntong Deng
2023-12-11
1
-0
/
+21
*
|
lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSAN
Andrey Konovalov
2023-12-11
1
-0
/
+10
*
|
lib/stackdepot: allow users to evict stack traces
Andrey Konovalov
2023-12-11
1
-1
/
+36
*
|
lib/stackdepot: add refcount for records
Andrey Konovalov
2023-12-11
1
-2
/
+10
*
|
lib/stackdepot, kasan: add flags to __stack_depot_save and rename
Andrey Konovalov
2023-12-11
1
-5
/
+11
*
|
lib/stackdepot: use list_head for stack record links
Andrey Konovalov
2023-12-11
1
-37
/
+50
*
|
lib/stackdepot: use read/write lock
Andrey Konovalov
2023-12-11
1
-41
/
+46
*
|
lib/stackdepot: store free stack records in a freelist
Andrey Konovalov
2023-12-11
1
-49
/
+82
*
|
lib/stackdepot: store next pool pointer in new_pool
Andrey Konovalov
2023-12-11
1
-1
/
+5
*
|
lib/stackdepot: rename next_pool_required to new_pool_required
Andrey Konovalov
2023-12-11
1
-25
/
+24
*
|
lib/stackdepot: rework helpers for depot_alloc_stack
Andrey Konovalov
2023-12-11
1
-37
/
+49
*
|
lib/stackdepot: fix and clean-up atomic annotations
Andrey Konovalov
2023-12-11
1
-15
/
+14
*
|
lib/stackdepot: use fixed-sized slots for stack records
Andrey Konovalov
2023-12-11
2
-4
/
+19
*
|
lib/stackdepot: add depot_fetch_stack helper
Andrey Konovalov
2023-12-11
1
-17
/
+28
*
|
lib/stackdepot: drop valid bit from handles
Andrey Konovalov
2023-12-11
1
-5
/
+2
*
|
lib/stackdepot: simplify __stack_depot_save
Andrey Konovalov
2023-12-11
1
-5
/
+4
*
|
lib/stackdepot: check disabled flag when fetching
Andrey Konovalov
2023-12-11
1
-1
/
+1
*
|
lib/stackdepot: print disabled message only if truly disabled
Andrey Konovalov
2023-12-11
1
-9
/
+15
*
|
kasan: default to inline instrumentation
Paul Heidekrüger
2023-12-11
1
-1
/
+1
*
|
maple_tree: preserve the tree attributes when destroying maple tree
Peng Zhang
2023-12-11
1
-1
/
+1
*
|
maple_tree: update check_forking() and bench_forking()
Peng Zhang
2023-12-11
1
-59
/
+58
*
|
maple_tree: skip other tests when BENCH is enabled
Peng Zhang
2023-12-11
1
-4
/
+4
*
|
maple_tree: introduce interfaces __mt_dup() and mtree_dup()
Peng Zhang
2023-12-11
1
-0
/
+274
*
|
maple_tree: add mt_free_one() and mt_attr() helpers
Peng Zhang
2023-12-11
1
-1
/
+11
|
/
*
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
2023-12-07
6
-12
/
+62
|
\
|
*
Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-12-03
1
-0
/
+17
|
|
\
[next]