index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
/
overlay.c
Age
Commit message (
Expand
)
Author
2018-03-04
of: improve reporting invalid overlay target path
Frank Rowand
2018-03-04
of: change overlay apply input data from unflattened to FDT
Frank Rowand
2018-01-08
of: Use SPDX license tag for DT files
Rob Herring
2017-12-08
of: overlay: Make node skipping in init_overlay_changeset() clearer
Geert Uytterhoeven
2017-12-08
of: overlay: Fix out-of-bounds write in init_overlay_changeset()
Geert Uytterhoeven
2017-12-06
of: overlay: Fix (un)locking in of_overlay_apply()
Geert Uytterhoeven
2017-12-06
of: overlay: Fix memory leak in of_overlay_apply() error path
Geert Uytterhoeven
2017-12-06
of: overlay: Remove else after goto
Geert Uytterhoeven
2017-12-06
of: Spelling s/changset/changeset/
Geert Uytterhoeven
2017-10-19
of: overlay: make pr_err() string unique
Frank Rowand
2017-10-19
of: overlay: pr_err from return NOTIFY_OK to overlay apply/remove
Frank Rowand
2017-10-17
of: overlay: remove unneeded check for NULL kbasename()
Frank Rowand
2017-10-17
of: overlay: remove a dependency on device node full_name
Frank Rowand
2017-10-17
of: overlay: simplify applying symbols from an overlay
Frank Rowand
2017-10-17
of: overlay: avoid race condition between applying multiple overlays
Frank Rowand
2017-10-17
of: overlay: loosen overly strict phandle clash check
Frank Rowand
2017-10-17
of: overlay: expand check of whether overlay changeset can be removed
Frank Rowand
2017-10-17
of: overlay: detect cases where device tree may become corrupt
Frank Rowand
2017-10-17
of: overlay: minor restructuring
Frank Rowand
2017-10-17
of: overlay: rename identifiers in dup_and_fixup_symbol_prop()
Frank Rowand
2017-10-17
of: overlay: rename identifiers to more reflect what they do
Frank Rowand
2017-10-17
of: overlay.c: Convert comparisons to zero or NULL to logical expressions
Frank Rowand
2017-10-17
of: overlay.c: Remove comments that state the obvious, to reduce clutter
Frank Rowand
2017-10-17
of: overlay: fix memory leak related to duplicated property
Lixin Wang
2017-07-20
of: overlay: add overlay symbols to live device tree
Frank Rowand
2017-07-20
of: overlay: correctly apply overlay node with unit-address
Frank Rowand
2017-07-18
of: Convert to using %pOF instead of full_name
Rob Herring
2017-06-22
of: detect invalid phandle in overlay
Frank Rowand
2017-01-09
of: remove redundant memset in overlay
XuYing
2017-01-04
of: drop duplicate headers
Geliang Tang
2016-11-10
of/overlay: add of overlay notifications
Alan Tull
2016-07-18
of: use pr_fmt prefix for all console printing
Rob Herring
2016-01-13
drivers/of: Export OF changeset functions
Gavin Shan
2015-10-22
of/overlay: add missing of_node_put
Julia Lawall
2015-05-28
of/overlay: Grammar s/an negative/a negative/
Geert Uytterhoeven
2015-03-10
of/overlay: Remove unused variable
Fabio Estevam
2015-03-02
of/overlay: Directly include idr.h
Mark Brown
2015-01-22
of/overlay: Do not generate duplicate nodes
Pantelis Antoniou
2014-11-24
of/overlay: Introduce DT overlay support
Pantelis Antoniou