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
2022-07-04
cacheinfo: Allow early detection and population of cache attributes
Sudeep Holla
1
-18
/
+37
2022-07-04
cacheinfo: Add support to check if last level cache(LLC) is valid or shared
Sudeep Holla
1
-0
/
+26
2022-07-04
cacheinfo: Move cache_leaves_are_shared out of CONFIG_OF
Sudeep Holla
1
-11
/
+9
2022-07-04
cacheinfo: Add helper to access any cache index for a given CPU
Sudeep Holla
1
-8
/
+8
2022-07-04
cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_node
Sudeep Holla
1
-7
/
+2
2022-07-01
PM: runtime: Fix supplier device management during consumer probe
Rafael J. Wysocki
2
-13
/
+11
2022-07-01
PM: runtime: Redefine pm_runtime_release_supplier()
Rafael J. Wysocki
2
-12
/
+11
2022-06-30
regmap-irq cleanups and refactoring
Mark Brown
1
-137
/
+295
2022-06-30
regmap: cache: Add extra parameter check in regcache_init
Schspa Shi
1
-0
/
+6
2022-06-29
regmap-irq: Deprecate the not_fixed_stride flag
Aidan MacDonald
1
-0
/
+2
2022-06-29
regmap-irq: Add get_irq_reg() callback
Aidan MacDonald
1
-46
/
+80
2022-06-29
regmap-irq: Fix inverted handling of unmask registers
Aidan MacDonald
1
-45
/
+69
2022-06-29
regmap-irq: Deprecate type registers and virtual registers
Aidan MacDonald
1
-0
/
+6
2022-06-29
regmap-irq: Introduce config registers for irq types
Aidan MacDonald
1
-5
/
+110
2022-06-29
regmap-irq: Refactor checks for status bulk read support
Aidan MacDonald
1
-4
/
+10
2022-06-29
regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()
Aidan MacDonald
1
-17
/
+7
2022-06-29
regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()
Aidan MacDonald
1
-6
/
+6
2022-06-29
regmap-irq: Remove an unnecessary restriction on type_in_mask
Aidan MacDonald
1
-11
/
+8
2022-06-29
regmap-irq: Cleanup sizeof(...) use in memory allocation
Aidan MacDonald
1
-8
/
+8
2022-06-29
regmap-irq: Remove unused type_reg_stride field
Aidan MacDonald
1
-6
/
+0
2022-06-29
regmap-irq: Convert bool bitfields to unsigned int
Aidan MacDonald
1
-1
/
+1
2022-06-29
regmap: Merge up fixes
Mark Brown
2
-10
/
+13
2022-06-27
driver core: fw_devlink: Allow firmware to mark devices as best effort
Saravana Kannan
1
-1
/
+2
2022-06-27
driver core: fix potential deadlock in __driver_attach
Zhang Wensheng
1
-1
/
+4
2022-06-27
devtmpfs: fix the dangling pointer of global devtmpfsd thread
Yangxi Xiang
1
-0
/
+1
2022-06-27
Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and ...
Greg Kroah-Hartman
1
-6
/
+10
2022-06-27
regmap: Don't warn about cache only mode for devices with no cache
Mark Brown
1
-1
/
+2
2022-06-27
x86/bugs: Report AMD retbleed vulnerability
Alexandre Chartre
1
-0
/
+8
2022-06-27
Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+1
2022-06-24
Merge tag 'regmap-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-10
/
+13
2022-06-22
regmap-irq: Fix offset/index mismatch in read_sub_irq_data()
Aidan MacDonald
1
-1
/
+2
2022-06-22
regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips
Aidan MacDonald
1
-2
/
+3
2022-06-21
devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core...
Duoming Zhou
1
-10
/
+6
2022-06-20
regmap: Wire up regmap_config provided bulk write in missed functions
Javier Martinez Canillas
1
-6
/
+4
2022-06-20
regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't set
Javier Martinez Canillas
1
-0
/
+3
2022-06-20
regmap: Re-introduce bulk read support check in regmap_bulk_read()
Javier Martinez Canillas
1
-1
/
+1
2022-06-17
Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2022-06-17
mm/memory-failure: disable unpoison once hw error happens
zhenwei pi
1
-1
/
+1
2022-06-16
init: Initialize noop_backing_dev_info early
Jan Kara
1
-0
/
+2
2022-06-15
Merge tag 'regmap-field-bit-helpers' of https://git.kernel.org/pub/scm/linux/...
Mark Brown
1
-0
/
+22
2022-06-15
regmap: provide regmap_field helpers for simple bit operations
Li Chen
1
-0
/
+22
2022-06-14
Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+8
2022-06-10
driver core: Introduce device_find_any_child() helper
Andy Shevchenko
1
-0
/
+20
2022-06-10
driver core: Delete driver_deferred_probe_check_state()
Saravana Kannan
1
-30
/
+0
2022-06-10
driver core: Set fw_devlink.strict=1 by default
Saravana Kannan
1
-1
/
+1
2022-06-10
Revert "driver core: Set default deferred_probe_timeout back to 0."
Saravana Kannan
1
-0
/
+5
2022-06-10
driver core: Add wait_for_init_devices_probe helper function
Saravana Kannan
3
-11
/
+109
2022-06-10
PM: domains: Delete usage of driver_deferred_probe_check_state()
Saravana Kannan
1
-1
/
+1
2022-06-06
regmap: cache: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-06-04
firmware_loader: enable XZ by default if compressed support is enabled
Linus Torvalds
1
-0
/
+1
[prev]
[next]