index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-16
Merge tag 'regmap-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2023-06-13
regmap: regcache: Don't sync read-only registers
Takashi Iwai
1
-0
/
+3
2023-06-04
Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-06-04
Merge tag 'driver-core-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+26
2023-05-31
drivers: base: cacheinfo: Update cpu_map_populated during CPU Hotplug
K Prateek Nayak
1
-0
/
+6
2023-05-31
drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplug
K Prateek Nayak
1
-0
/
+20
2023-05-31
firmware_loader: Fix a NULL vs IS_ERR() check
Dan Carpenter
1
-1
/
+1
2023-05-31
Merge tag 'regmap-fix-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-6
/
+22
2023-05-24
regmap: maple: Drop the RCU read lock while syncing registers
Mark Brown
1
-1
/
+4
2023-05-24
regmap: sdw: check for invalid multi-register writes config
Srinivas Kandagatla
1
-0
/
+4
2023-05-19
driver core: class: properly reference count class_dev_iter()
Greg Kroah-Hartman
1
-0
/
+2
2023-05-18
regmap: Account for register length when chunking
Jim Wylder
1
-2
/
+4
2023-05-08
regmap: REGMAP_KUNIT should not select REGMAP
Geert Uytterhoeven
1
-3
/
+10
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
18
-397
/
+782
2023-04-27
Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2023-04-26
Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-6
/
+6
2023-04-26
Merge tag 'regmap-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
11
-436
/
+1257
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2023-04-20
device property: make device_property functions take const device *
Guenter Roeck
1
-8
/
+8
2023-04-20
driver core: update comments in device_rename()
Wedson Almeida Filho
1
-10
/
+6
2023-04-20
driver core: Don't require dynamic_debug for initcall_debug probe timing
Stephen Boyd
1
-1
/
+6
2023-04-20
firmware_loader: rework crypto dependencies
Arnd Bergmann
1
-2
/
+3
2023-04-20
firmware_loader: Strip off \n from customized path
Florian Fainelli
1
-4
/
+13
2023-04-19
Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2
-32
/
+103
2023-04-14
cacheinfo: Add use_arch[|_cache]_info field/function
Pierre Gondois
1
-2
/
+10
2023-04-14
arch_topology: Remove early cacheinfo error message if -ENOENT
Pierre Gondois
1
-3
/
+4
2023-04-14
cacheinfo: Check cache properties are present in DT
Pierre Gondois
1
-0
/
+32
2023-04-14
cacheinfo: Check sib_leaf in cache_leaves_are_shared()
Pierre Gondois
1
-3
/
+2
2023-04-14
cacheinfo: Adjust includes to remove of_device.h
Rob Herring
1
-1
/
+1
2023-04-13
cacheinfo: Allow early level detection when DT/ACPI info is missing/broken
Radu Rendec
1
-2
/
+2
2023-04-13
cacheinfo: Add arch specific early level initializer
Radu Rendec
1
-22
/
+53
2023-04-07
regmap: allow upshifting register addresses before performing operations
Maxime Chevallier
2
-3
/
+9
2023-04-07
PM: core: Remove unnecessary (void *) conversions
Li zeming
1
-6
/
+6
2023-04-06
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-4
/
+4
2023-04-05
Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers
Mark Brown
1
-3
/
+5
2023-04-05
regmap: Pass irq_drv_data as a parameter for set_type_config()
William Breathitt Gray
1
-3
/
+5
2023-04-05
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
1
-1
/
+2
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
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
2
-8
/
+6
2023-04-03
driver core: class: mark the struct class in struct class_interface constant
Greg Kroah-Hartman
1
-1
/
+1
2023-04-03
driver core: class: make class_register() take a const *
Greg Kroah-Hartman
2
-4
/
+4
2023-04-03
driver core: class: mark class_release() as taking a const *
Greg Kroah-Hartman
1
-1
/
+1
2023-04-03
driver core: remove incorrect comment for device_create*
Greg Kroah-Hartman
1
-6
/
+0
2023-04-03
regmap: Add maple tree based register cache
Mark Brown
5
-1
/
+284
2023-04-03
regmap: Factor out single value register syncing
Mark Brown
2
-14
/
+27
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
1
-5
/
+11
2023-04-01
driver core: class: fix slab-use-after-free Read in class_register()
Greg Kroah-Hartman
1
-0
/
+1
2023-03-31
driver core: make sysfs_dev_char_kobj static
Greg Kroah-Hartman
2
-4
/
+3
[next]