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
2017-12-27
phylib: rename reset-(post-)delay-us to reset-(de)assert-us
Richard Leitner
1
-3
/
+4
2017-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2017-12-13
of_mdio / mdiobus: ensure mdio devices have fwnode correctly populated
Russell King
1
-0
/
+3
2017-12-13
phylib: Add device reset delay support
Richard Leitner
1
-0
/
+4
2017-12-08
of: overlay: Make node skipping in init_overlay_changeset() clearer
Geert Uytterhoeven
1
-10
/
+11
2017-12-08
of: overlay: Fix out-of-bounds write in init_overlay_changeset()
Geert Uytterhoeven
1
-3
/
+4
2017-12-07
of: overlay: Fix (un)locking in of_overlay_apply()
Geert Uytterhoeven
1
-10
/
+5
2017-12-07
of: overlay: Fix memory leak in of_overlay_apply() error path
Geert Uytterhoeven
1
-8
/
+8
2017-12-06
of: overlay: Remove else after goto
Geert Uytterhoeven
1
-15
/
+12
2017-12-06
of: Spelling s/changset/changeset/
Geert Uytterhoeven
2
-6
/
+6
2017-12-06
of: unittest: Remove bogus overlay mutex release from overlay_data_add()
Geert Uytterhoeven
1
-1
/
+0
2017-11-21
Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-67
/
+7
2017-11-20
of: Document exactly what of_find_node_by_name() puts
Stephen Boyd
1
-3
/
+3
2017-11-17
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-8
/
+37
2017-11-16
of: unittest: disable interrupts_property warning
Rob Herring
1
-0
/
+1
2017-11-16
of: unittest: let dtc generate __local_fixups__
Rob Herring
1
-63
/
+2
2017-11-16
of/pci: Fix theoretical NULL dereference
Robin Murphy
1
-1
/
+1
2017-11-16
Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+16
2017-11-15
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11
-679
/
+1106
2017-11-15
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-7
/
+1
2017-11-10
Merge branch 'dt/kbuild' into dt/next
Rob Herring
1
-2
/
+0
2017-11-09
device property: Make fwnode_handle_get() return the fwnode
Sakari Ailus
1
-2
/
+2
2017-11-08
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
Masahiro Yamada
1
-2
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
12
-0
/
+12
2017-10-23
of: dynamic: fix memory leak related to properties of __of_node_dup
Lixin Wang
1
-12
/
+14
2017-10-22
soc: qcom: Remote filesystem memory driver
Bjorn Andersson
1
-0
/
+1
2017-10-22
of: reserved_mem: Accessor for acquiring reserved_mem
Bjorn Andersson
1
-0
/
+26
2017-10-22
of/platform: Generalize /reserved-memory handling
Bjorn Andersson
1
-8
/
+10
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-12
/
+27
2017-10-22
of_mdio: Fix broken PHY IRQ in case of probe deferral
Geert Uytterhoeven
1
-12
/
+27
2017-10-20
of: overlay: make pr_err() string unique
Frank Rowand
1
-1
/
+1
2017-10-20
of: overlay: pr_err from return NOTIFY_OK to overlay apply/remove
Frank Rowand
1
-1
/
+1
2017-10-19
drivers: flag buses which demand DMA configuration
Robin Murphy
1
-7
/
+1
2017-10-18
of: overlay: remove unneeded check for NULL kbasename()
Frank Rowand
1
-2
/
+0
2017-10-18
of: overlay: remove a dependency on device node full_name
Frank Rowand
3
-35
/
+59
2017-10-18
of: overlay: simplify applying symbols from an overlay
Frank Rowand
1
-26
/
+65
2017-10-18
of: overlay: avoid race condition between applying multiple overlays
Frank Rowand
4
-6
/
+67
2017-10-18
of: overlay: loosen overly strict phandle clash check
Frank Rowand
1
-4
/
+4
2017-10-18
of: overlay: expand check of whether overlay changeset can be removed
Frank Rowand
1
-7
/
+13
2017-10-18
of: overlay: detect cases where device tree may become corrupt
Frank Rowand
4
-89
/
+364
2017-10-18
of: overlay: minor restructuring
Frank Rowand
1
-113
/
+92
2017-10-18
of: overlay: rename identifiers in dup_and_fixup_symbol_prop()
Frank Rowand
1
-6
/
+18
2017-10-18
of: overlay: rename identifiers to more reflect what they do
Frank Rowand
3
-257
/
+295
2017-10-18
of: overlay.c: Convert comparisons to zero or NULL to logical expressions
Frank Rowand
1
-18
/
+18
2017-10-18
of: overlay.c: Remove comments that state the obvious, to reduce clutter
Frank Rowand
1
-29
/
+18
2017-10-17
of: overlay: fix memory leak related to duplicated property
Lixin Wang
1
-4
/
+11
2017-10-17
of: unittest: Remove redundant OF_DETACHED flag setting
Stephen Boyd
1
-2
/
+0
2017-10-17
of/fdt: Document detached argument to __unflatten_device_tree()
Stephen Boyd
1
-0
/
+1
2017-10-17
of/resolver: Replace kmalloc + memcpy with kmemdup()
Stephen Boyd
1
-2
/
+1
2017-10-17
of/resolver: Simplify to be32_add_cpu()
Stephen Boyd
1
-4
/
+1
[next]