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
/
of
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-10
of: Skip kunit tests when arm64+ACPI doesn't populate root node
Stephen Boyd
4
-0
/
+24
2024-10-10
of: Fix unbalanced of node refcount and memory leaks
Jinjie Ruan
1
-1
/
+1
2024-09-24
Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-3
/
+3
2024-09-24
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
7
-3
/
+221
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2024-09-19
Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-100
/
+66
2024-09-13
of/irq: Use helper to define resources
Vasileios Amoiridis
1
-3
/
+2
2024-09-13
of/irq: Make use of irq_get_trigger_type()
Vasileios Amoiridis
1
-1
/
+1
2024-09-13
drivers/of: Improve documentation for match_string
Miquel Sabaté Solà
1
-4
/
+9
2024-09-13
of: property: Do some clean up with use of __free()
Zhang Zekun
1
-20
/
+8
2024-09-13
of: address: Unify resource bounds overflow checking
Thomas Weißschuh
1
-19
/
+24
2024-09-09
kbuild: split device tree build rules into scripts/Makefile.dtbs
Masahiro Yamada
2
-3
/
+3
2024-09-05
of: address: Report error on resource bounds overflow
Thomas Weißschuh
1
-0
/
+5
2024-09-04
of, numa: return -EINVAL when no numa-node-id is found
Mike Rapoport (Microsoft)
1
-2
/
+2
2024-09-04
mm: introduce numa_memblks
Mike Rapoport (Microsoft)
1
-0
/
+1
2024-08-30
Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
1
-1
/
+1
2024-08-27
video/aperture: optionally match the device in sysfb_disable()
Alex Deucher
1
-1
/
+1
2024-08-26
of: resolver: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-8
/
+4
2024-08-26
of/platform: Simplify with scoped for each OF child
Jinjie Ruan
1
-10
/
+4
2024-08-26
of: overlay: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-9
/
+3
2024-08-26
of/irq: Refer to actual buffer size in of_irq_parse_one()
Geert Uytterhoeven
1
-2
/
+2
2024-08-26
Merge branch 'dt/linus' into dt/next
Rob Herring (Arm)
1
-4
/
+11
2024-08-20
of/irq: Support #msi-cells=<0> in of_msi_get_domain
Andrew Jones
1
-27
/
+7
2024-08-14
of/irq: Prevent device address out-of-bounds read in interrupt map walk
Stefan Wiehler
1
-4
/
+11
2024-08-06
of: unittest: Use of_property_present()
Rob Herring (Arm)
1
-2
/
+2
2024-07-30
of: Add a KUnit test for overlays and test managed APIs
Stephen Boyd
5
-0
/
+137
2024-07-30
of: Add test managed wrappers for of_overlay_apply()/of_node_put()
Stephen Boyd
2
-0
/
+78
2024-07-30
of/platform: Allow overlays to create platform devices from the root node
Stephen Boyd
1
-3
/
+6
2024-07-19
Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-19
/
+11
2024-07-18
Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-26
/
+197
2024-07-09
of: unittest: Add a test case for of_changeset_add_prop_bool()
Herve Codina
1
-0
/
+11
2024-07-09
of: dynamic: Introduce of_changeset_add_prop_bool()
Herve Codina
1
-0
/
+25
2024-07-09
of: unittest: Add tests for changeset properties adding
Herve Codina
1
-0
/
+155
2024-07-09
of: dynamic: Constify parameter in of_changeset_add_prop_string_array()
Herve Codina
1
-1
/
+1
2024-07-09
of/irq: Disable "interrupt-map" parsing for PASEMI Nemo
Marc Zyngier
1
-14
/
+4
2024-07-04
OF: Simplify of_iommu_configure()
Robin Murphy
1
-19
/
+11
2024-05-31
of/fdt: avoid re-parsing '#{address,size}-cells' in of_fdt_limit_memory
Rob Herring
1
-22
/
+1
2024-05-31
of/fdt: Scan the root node properties earlier
Rob Herring
1
-3
/
+4
2024-05-31
of: property: Fix fw_devlink handling of interrupt-map
Marc Zyngier
1
-20
/
+10
2024-05-31
of/irq: Factor out parsing of interrupt-map parent phandle+args from of_irq_p...
Rob Herring (Arm)
2
-51
/
+77
2024-05-28
of: of_test: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-20
Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2024-05-18
Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-35
/
+7
2024-05-18
Merge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
10
-206
/
+153
2024-05-15
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+2
2024-05-13
of: property: Add fw_devlink support for interrupt-map property
Anup Patel
1
-0
/
+52
2024-05-13
i2c: mux: Remove class argument from i2c_mux_add_adapter()
Heiner Kallweit
1
-1
/
+1
2024-05-08
of: module: add buffer overflow check in of_modalias()
Sergey Shtylyov
1
-3
/
+4
2024-05-03
of: property: Use scope based cleanup on port_node
Shresth Prasad
1
-3
/
+2
2024-05-03
of: reserved_mem: Remove the use of phandle from the reserved_mem APIs
Oreoluwa Babatunde
1
-21
/
+1
[next]