index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2023-12-12
maple_tree: change return type of mas_split_final_node as void.
Levi Yun
-2
/
+1
2023-12-12
maple_tree: simplify mas_leaf_set_meta()
Peng Zhang
-18
/
+4
2023-12-12
maple_tree: delete one of the two identical checks
Peng Zhang
-3
/
+0
2023-12-12
maple_tree: remove an unused parameter for ma_meta_end()
Peng Zhang
-6
/
+4
2023-12-12
maple_tree: avoid ascending when mas->min is also the parent's minimum
Peng Zhang
-3
/
+5
2023-12-12
maple_tree: move the check forward to avoid static check warning
Peng Zhang
-1
/
+1
2023-12-12
maple_tree: remove unused function
Jiapeng Chong
-29
/
+0
2023-12-12
maple_tree: mtree_range_walk() clean up
Liam R. Howlett
-15
/
+12
2023-12-12
maple_tree: don't find node end in mtree_lookup_walk()
Liam R. Howlett
-9
/
+24
2023-12-12
maple_tree: use maple state end for write operations
Liam R. Howlett
-22
/
+24
2023-12-12
maple_tree: remove mas_searchable()
Liam R. Howlett
-50
/
+16
2023-12-12
maple_tree: separate ma_state node from status
Liam R. Howlett
-274
/
+374
2023-12-12
maple_tree: clean up inlines for some functions
Liam R. Howlett
-39
/
+39
2023-12-12
maple_tree: use cached node end in mas_destroy()
Liam R. Howlett
-1
/
+1
2023-12-12
maple_tree: use cached node end in mas_next()
Liam R. Howlett
-6
/
+8
2023-12-12
maple_tree: add end of node tracking to the maple state
Liam R. Howlett
-0
/
+7
2023-12-12
maple_tree: make mas_erase() more robust
Liam R. Howlett
-1
/
+1
2023-12-12
maple_tree: remove unnecessary default labels from switch statements
Liam R. Howlett
-7
/
+2
2023-12-11
s390/fpu: get rid of MACHINE_HAS_VX
Heiko Carstens
-1
/
+1
2023-12-10
ida: make 'ida_dump' static
Arnd Bergmann
-1
/
+1
2023-12-10
kasan: record and report more information
Juntong Deng
-0
/
+21
2023-12-10
lib/stackdepot: adjust DEPOT_POOLS_CAP for KMSAN
Andrey Konovalov
-0
/
+10
2023-12-10
lib/stackdepot: allow users to evict stack traces
Andrey Konovalov
-1
/
+36
2023-12-10
lib/stackdepot: add refcount for records
Andrey Konovalov
-2
/
+10
2023-12-10
lib/stackdepot, kasan: add flags to __stack_depot_save and rename
Andrey Konovalov
-5
/
+11
2023-12-10
lib/stackdepot: use list_head for stack record links
Andrey Konovalov
-37
/
+50
2023-12-10
lib/stackdepot: use read/write lock
Andrey Konovalov
-41
/
+46
2023-12-10
lib/stackdepot: store free stack records in a freelist
Andrey Konovalov
-49
/
+82
2023-12-10
lib/stackdepot: store next pool pointer in new_pool
Andrey Konovalov
-1
/
+5
2023-12-10
lib/stackdepot: rename next_pool_required to new_pool_required
Andrey Konovalov
-25
/
+24
2023-12-10
lib/stackdepot: rework helpers for depot_alloc_stack
Andrey Konovalov
-37
/
+49
2023-12-10
lib/stackdepot: fix and clean-up atomic annotations
Andrey Konovalov
-15
/
+14
2023-12-10
lib/stackdepot: use fixed-sized slots for stack records
Andrey Konovalov
-4
/
+19
2023-12-10
lib/stackdepot: add depot_fetch_stack helper
Andrey Konovalov
-17
/
+28
2023-12-10
lib/stackdepot: drop valid bit from handles
Andrey Konovalov
-5
/
+2
2023-12-10
lib/stackdepot: simplify __stack_depot_save
Andrey Konovalov
-5
/
+4
2023-12-10
lib/stackdepot: check disabled flag when fetching
Andrey Konovalov
-1
/
+1
2023-12-10
lib/stackdepot: print disabled message only if truly disabled
Andrey Konovalov
-9
/
+15
2023-12-10
kasan: default to inline instrumentation
Paul Heidekrüger
-1
/
+1
2023-12-10
maple_tree: preserve the tree attributes when destroying maple tree
Peng Zhang
-1
/
+1
2023-12-10
maple_tree: update check_forking() and bench_forking()
Peng Zhang
-59
/
+58
2023-12-10
maple_tree: skip other tests when BENCH is enabled
Peng Zhang
-4
/
+4
2023-12-10
maple_tree: introduce interfaces __mt_dup() and mtree_dup()
Peng Zhang
-0
/
+274
2023-12-10
maple_tree: add mt_free_one() and mt_attr() helpers
Peng Zhang
-1
/
+11
2023-12-09
test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K
Tiezhu Yang
-1
/
+1
2023-12-08
Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...
Linus Torvalds
-6
/
+16
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+62
2023-12-06
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
-12
/
+62
2023-12-06
lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly
Ming Lei
-6
/
+16
2023-12-06
ACPI: tables: Correct and clean up the logic of acpi_parse_entries_array()
Yuntao Wang
-21
/
+9
[prev]
[next]