index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux 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