index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
/
overlay.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-16
of: overlay: update phandle cache on overlay apply and remove
Frank Rowand
1
-0
/
+11
2018-04-27
of: overlay: Stop leaking resources on overlay removal
Jan Kiszka
1
-9
/
+21
2018-03-18
of: overlay: Fix forgotten reference to of_overlay_apply()
Geert Uytterhoeven
1
-1
/
+1
2018-03-06
of: overlay: do not include path in full_name of added nodes
Frank Rowand
1
-3
/
+15
2018-03-04
of: improve reporting invalid overlay target path
Frank Rowand
1
-6
/
+16
2018-03-04
of: change overlay apply input data from unflattened to FDT
Frank Rowand
1
-9
/
+103
2018-01-08
of: Use SPDX license tag for DT files
Rob Herring
1
-4
/
+1
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
1
-4
/
+4
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-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
1
-34
/
+56
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
1
-0
/
+32
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
1
-40
/
+213
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
1
-246
/
+284
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-07-20
of: overlay: add overlay symbols to live device tree
Frank Rowand
1
-9
/
+107
2017-07-20
of: overlay: correctly apply overlay node with unit-address
Frank Rowand
1
-1
/
+4
2017-07-19
of: Convert to using %pOF instead of full_name
Rob Herring
1
-11
/
+10
2017-06-22
of: detect invalid phandle in overlay
Frank Rowand
1
-0
/
+4
2017-01-09
of: remove redundant memset in overlay
XuYing
1
-1
/
+0
2017-01-04
of: drop duplicate headers
Geliang Tang
1
-1
/
+0
2016-11-10
of/overlay: add of overlay notifications
Alan Tull
1
-1
/
+46
2016-07-19
of: use pr_fmt prefix for all console printing
Rob Herring
1
-27
/
+16
2016-01-14
drivers/of: Export OF changeset functions
Gavin Shan
1
-4
/
+4
2015-10-22
of/overlay: add missing of_node_put
Julia Lawall
1
-1
/
+4
2015-05-28
of/overlay: Grammar s/an negative/a negative/
Geert Uytterhoeven
1
-3
/
+3
2015-03-10
of/overlay: Remove unused variable
Fabio Estevam
1
-1
/
+1
2015-03-02
of/overlay: Directly include idr.h
Mark Brown
1
-0
/
+1
2015-01-22
of/overlay: Do not generate duplicate nodes
Pantelis Antoniou
1
-11
/
+0
2014-11-25
of/overlay: Introduce DT overlay support
Pantelis Antoniou
1
-0
/
+562