index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-01
maple_tree: remove mas_wr_modify()
Sidhartha Kumar
1
-38
/
+0
2024-09-01
maple_tree: simplify mas_commit_b_node()
Sidhartha Kumar
1
-57
/
+7
2024-09-01
maple_tree: convert mas_insert() to preallocate nodes
Sidhartha Kumar
1
-12
/
+10
2024-09-01
maple_tree: use store type in mas_wr_store_entry()
Sidhartha Kumar
1
-38
/
+52
2024-09-01
maple_tree: print store type in mas_dump()
Sidhartha Kumar
1
-0
/
+34
2024-09-01
maple_tree: use mas_store_gfp() in mtree_store_range()
Sidhartha Kumar
1
-10
/
+1
2024-09-01
maple_tree: preallocate nodes in mas_erase()
Sidhartha Kumar
1
-2
/
+6
2024-09-01
maple_tree: remove mas_destroy() from mas_nomem()
Sidhartha Kumar
1
-13
/
+24
2024-09-01
maple_tree: introduce mas_wr_store_type()
Sidhartha Kumar
1
-60
/
+157
2024-09-01
maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()
Sidhartha Kumar
1
-48
/
+48
2024-09-01
maple_tree: introduce mas_wr_prealloc_setup()
Sidhartha Kumar
1
-2
/
+8
2024-09-01
maple_tree: fix comment typo with corresponding maple_status
Wei Yang
1
-1
/
+1
2024-09-01
maple_tree: fix comment typo of ma_root
Wei Yang
1
-1
/
+1
2024-09-01
maple_tree: add test to replicate low memory race conditions
Sidhartha Kumar
1
-0
/
+13
2024-09-01
maple_tree: reset mas->index and mas->last on write retries
Sidhartha Kumar
1
-4
/
+12
2024-09-01
lib: test_hmm: use min() to improve dmirror_exclusive()
Thorsten Blum
1
-4
/
+1
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
1
-2
/
+1
2024-09-01
alloc_tag: fix allocation tag reporting when CONFIG_MODULES=n
Suren Baghdasaryan
1
-6
/
+11
2024-09-01
maple_tree: remove rcu_read_lock() from mt_validate()
Liam R. Howlett
1
-5
/
+2
2024-08-29
Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+4
2024-08-28
lib/test_bits.c: Add tests for GENMASK_U128()
Anshuman Khandual
1
-0
/
+34
2024-08-27
kunit, slub: add test_kfree_rcu() and test_leak_destroy()
Vlastimil Babka
1
-0
/
+31
2024-08-26
kunit: Device wrappers should also manage driver name
David Gow
2
-2
/
+24
2024-08-26
random: vDSO: reject unknown getrandom() flags
Yann Droneaud
1
-0
/
+4
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
1
-1
/
+1
2024-08-19
x86: support user address masking instead of non-speculative conditional
Linus Torvalds
2
-0
/
+18
2024-08-17
Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefs
Linus Torvalds
1
-0
/
+2
2024-08-17
crypto: lib/mpi - Add error checks to extension
Herbert Xu
7
-47
/
+117
2024-08-17
Revert "lib/mpi: Extend the MPI library"
Herbert Xu
11
-1100
/
+10
2024-08-15
lib/string_helpers: rework overflow-dependent code
Justin Stitt
1
-0
/
+3
2024-08-15
fortify: use if_changed_dep to record header dependency in *.cmd files
Masahiro Yamada
1
-6
/
+6
2024-08-15
fortify: move test_fortify.sh to lib/test_fortify/
Masahiro Yamada
2
-2
/
+68
2024-08-15
fortify: refactor test_fortify Makefile to fix some build problems
Masahiro Yamada
4
-39
/
+31
2024-08-15
kunit/overflow: Fix UB in overflow_allocation_test
Ivan Orlov
1
-2
/
+1
2024-08-15
locking/csd_lock: Provide an indication of ongoing CSD-lock stall
Paul E. McKenney
1
-0
/
+1
2024-08-13
lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
Kent Overstreet
1
-0
/
+2
2024-08-10
Revert "lib/mpi: Introduce ec implementation to MPI library"
Herbert Xu
2
-1508
/
+0
2024-08-08
kcov: Add interrupt handling self test
Dmitry Vyukov
1
-0
/
+8
2024-08-06
x86/traps: Enable UBSAN traps on x86
Gatlin Newhouse
1
-2
/
+2
2024-07-30
Union-Find: add a new module in kernel library
Xavier
2
-1
/
+50
2024-07-30
Merge tag 'v6.11-rc1' into for-6.12
Tejun Heo
106
-563
/
+1758
2024-07-29
platform: Add test managed platform_device/driver APIs
Stephen Boyd
3
-1
/
+529
2024-07-28
minmax: don't use max() in situations that want a C constant expression
Linus Torvalds
1
-1
/
+1
2024-07-28
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
2
-1
/
+2
2024-07-27
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-26
/
+4
2024-07-27
Merge tag 'mm-hotfixes-stable-2024-07-26-14-33' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+2
2024-07-26
decompress_bunzip2: fix rare decompression failure
Ross Lagerwall
1
-1
/
+2
2024-07-26
Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linux
Linus Torvalds
3
-0
/
+3
2024-07-25
Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+2
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+16
[prev]
[next]