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