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
2023-02-25
Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+41
2023-02-25
Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
12
-20
/
+224
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-73
/
+15
2023-02-24
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2023-02-24
Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+4
2023-02-21
of: dynamic: Fix spelling mistake "kojbect" -> "kobject"
Colin Ian King
1
-1
/
+1
2023-02-21
of: dynamic: add lifecycle docbook info to node creation functions
Frank Rowand
1
-1
/
+2
2023-02-21
of: add consistency check to of_node_release()
Frank Rowand
1
-0
/
+4
2023-02-21
of: do not use "%pOF" printk format on node with refcount of zero
Frank Rowand
1
-1
/
+9
2023-02-21
of: unittest: add node lifecycle tests
Frank Rowand
4
-3
/
+170
2023-02-18
Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...
Joerg Roedel
1
-0
/
+41
2023-02-18
of: update kconfig unittest help
Frank Rowand
1
-1
/
+13
2023-02-18
of: Use preferred of_property_read_* functions
Rob Herring
2
-5
/
+2
2023-02-18
of: Use of_property_present() helper
Rob Herring
2
-2
/
+2
2023-02-18
of: reserved_mem: Use proper binary prefix
Geert Uytterhoeven
1
-1
/
+1
2023-02-16
of: reserved-mem: print out reserved-mem details during boot
Martin Liu
1
-0
/
+10
2023-02-14
Merge 6.2-rc8 into usb-next
Greg Kroah-Hartman
2
-8
/
+25
2023-02-14
Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+2
2023-02-10
of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
Isaac J. Manjarres
1
-1
/
+2
2023-02-09
of: device: Do not ignore error code in of_device_uevent_modalias
Alexander Stein
1
-0
/
+2
2023-02-09
of: device: Ignore modalias of reused nodes
Alexander Stein
1
-2
/
+2
2023-02-08
of: property: Simplify of_link_to_phandle()
Saravana Kannan
1
-71
/
+13
2023-02-08
Merge tag 'devicetree-fixes-for-6.2-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-8
/
+25
2023-02-06
of: property: add #nvmem-cell-cells property
Michael Walle
1
-1
/
+1
2023-02-06
of: property: make #.*-cells optional for simple props
Michael Walle
1
-2
/
+2
2023-02-06
of: make of_node_ktype constant
Thomas Weißschuh
1
-1
/
+1
2023-02-03
of/address: Return an error when no valid dma-ranges are found
Mark Brown
1
-6
/
+15
2023-02-03
of: Make OF framebuffer device names unique
Michal Suchanek
1
-2
/
+10
2023-02-01
Revert "mm: kmemleak: alloc gray object for reserved region with direct map"
Isaac J. Manjarres
1
-5
/
+1
2023-01-27
of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-25
of: Introduce of_translate_dma_region()
Thierry Reding
1
-0
/
+41
2023-01-18
of/irq: add missing of_node_put() for interrupt parent node
Clément Léger
1
-3
/
+9
2023-01-06
of: base: use strscpy() to instead of strncpy()
Xu Panda
1
-2
/
+1
2023-01-05
of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2
Rob Herring
1
-13
/
+15
2023-01-05
Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"
Rob Herring
1
-20
/
+20
2023-01-04
of/fdt: run soc memory setup when early_init_dt_scan_memory fails
Andreas Rammhold
1
-2
/
+4
2022-12-27
of: overlay: Fix trivial typo
Ricardo Ribalda
1
-1
/
+1
2022-12-20
Merge tag 'devicetree-for-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-20
/
+20
2022-12-19
Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2022-12-16
of: fdt: Honor CONFIG_CMDLINE* even without /chosen node
Alexander Sverdlin
1
-20
/
+20
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2022-12-14
Merge tag 'devicetree-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-16
/
+13
2022-12-12
Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
35
-57
/
+57
2022-12-12
of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...
ruanjinjie
1
-2
/
+2
2022-12-06
of/kexec: Fix reading 32-bit "linux,initrd-{start,end}" values
Rob Herring
1
-5
/
+5
2022-12-06
of: unittest: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-6
/
+4
2022-11-23
of: property: decrement node refcount in of_fwnode_get_reference_args()
Yang Yingliang
1
-1
/
+3
2022-11-22
driver core: pass a const * into of_device_uevent()
Greg Kroah-Hartman
1
-3
/
+3
2022-10-26
Merge branch 'dt/dtbo-rename' into dt/next
Rob Herring
35
-57
/
+57
2022-10-26
of: overlay: rename overlay source files from .dts to .dtso
Frank Rowand
35
-57
/
+57
[next]