index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regcache-maple.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
regmap: cache: mapple: use kmalloc_array() to replace kmalloc()
Andy Shevchenko
1
-4
/
+3
2024-10-31
regmap: maple: Provide lockdep (sub)class for maple tree's internal lock
Cristian Ciocaltea
1
-0
/
+3
2024-08-28
regcache: use map->alloc_flags also for allocating cache
Marek Szyprowski
1
-1
/
+1
2024-07-22
regmap: maple: work around gcc-14.1 false-positive warning
Arnd Bergmann
1
-1
/
+2
2024-06-07
regmap: maple: Switch to use kmemdup_array()
Andy Shevchenko
1
-7
/
+6
2024-04-09
regmap: kunit: Add some test cases and a few small
Mark Brown
1
-3
/
+3
2024-03-29
regmap: maple: Fix uninitialized symbol 'ret' warnings
Richard Fitzgerald
1
-2
/
+2
2024-03-27
regmap: maple: Fix cache corruption in regcache_maple_drop()
Richard Fitzgerald
1
-1
/
+1
2024-03-25
regmap: maple: Remove second semicolon
Colin Ian King
1
-1
/
+1
2023-07-20
regmap: maple: Use alloc_flags for memory allocations
Guenter Roeck
1
-8
/
+8
2023-06-12
regmap: maple: Implement block sync for the maple tree cache
Mark Brown
1
-6
/
+76
2023-06-12
regmap: Merge up v6.4-rc6
Mark Brown
1
-1
/
+4
2023-05-24
regmap: Load register defaults in blocks rather than register by register
Mark Brown
1
-6
/
+52
2023-05-24
regmap: maple: Drop the RCU read lock while syncing registers
Mark Brown
1
-1
/
+4
2023-04-05
regmap: Use mas_walk() instead of mas_find()
Mark Brown
1
-2
/
+2
2023-04-04
regmap: Fix double unlock in the maple cache
Mark Brown
1
-2
/
+3
2023-04-03
regmap: Add maple tree based register cache
Mark Brown
1
-0
/
+278