index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
of
/
overlay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
of: overlay: do not free changeset when of_overlay_apply returns error
Frank Rowand
2022-05-03
1
-3
/
+26
*
of: overlay: add entry to of_overlay_action_name[]
Frank Rowand
2022-05-03
1
-22
/
+5
*
of: overlay: rework overlay apply and remove kfree()s
Frank Rowand
2022-04-25
1
-138
/
+125
*
of: overlay: rename variables to be consistent
Frank Rowand
2022-04-25
1
-47
/
+47
*
of: overlay: do not break notify on NOTIFY_{OK|STOP}
Nuno Sá
2022-04-25
1
-3
/
+1
*
of: overlay: Remove redundant assignment to ret
Jiapeng Chong
2021-05-03
1
-3
/
+0
*
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-28
1
-9
/
+10
|
\
|
*
of: overlay: Fix kerneldoc warning in of_overlay_remove()
Rob Herring
2021-04-21
1
-1
/
+1
|
*
of: Add missing 'Return' section in kerneldoc comments
Rob Herring
2021-03-27
1
-8
/
+8
|
*
of: overlay: fix for_each_child.cocci warnings
kernel test robot
2021-03-24
1
-0
/
+1
|
*
of: overlay: Fix function name disparity
Lee Jones
2021-03-23
1
-1
/
+1
*
|
of: unittest: overlay: ensure proper alignment of copied FDT
Frank Rowand
2021-04-08
1
-8
/
+14
*
|
of: properly check for error returned by fdt_get_name()
Frank Rowand
2021-04-07
1
-1
/
+1
|
/
*
of: overlay: kmemleak in dup_and_fixup_symbol_prop()
Frank Rowand
2020-04-17
1
-0
/
+2
*
of: overlay: Remove blank line between assignment and check
Geert Uytterhoeven
2020-01-08
1
-1
/
+0
*
of: Rework and simplify phandle cache to use a fixed size
Rob Herring
2019-12-24
1
-10
/
+0
*
of: overlay: add_changeset_property() memory leak
Frank Rowand
2019-11-26
1
-17
/
+20
*
of: Remove struct device_node.type pointer
Rob Herring
2019-01-10
1
-3
/
+0
*
of: overlay: set node fields from properties when add new overlay node
Frank Rowand
2018-11-08
1
-5
/
+24
*
of: overlay: check prevents multiple fragments touching same property
Frank Rowand
2018-11-08
1
-37
/
+81
*
of: overlay: check prevents multiple fragments add or delete same node
Frank Rowand
2018-11-08
1
-9
/
+49
*
of: overlay: make all pr_debug() and pr_err() messages unique
Frank Rowand
2018-11-08
1
-5
/
+7
*
of: overlay: validate overlay properties #address-cells and #size-cells
Frank Rowand
2018-11-08
1
-3
/
+29
*
of: overlay: reorder fields in struct fragment
Frank Rowand
2018-11-08
1
-1
/
+1
*
of: overlay: do not duplicate properties from overlay for new nodes
Frank Rowand
2018-11-08
1
-1
/
+1
*
of: overlay: use prop add changeset entry for property in new nodes
Frank Rowand
2018-11-08
1
-38
/
+74
*
of: overlay: add missing of_node_put() after add new node to changeset
Frank Rowand
2018-11-08
1
-1
/
+3
*
of: overlay: add tests to validate kfrees from overlay removal
Frank Rowand
2018-11-08
1
-0
/
+1
*
of: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-09-07
1
-2
/
+2
*
of: overlay: update phandle cache on overlay apply and remove
Frank Rowand
2018-07-16
1
-0
/
+11
*
of: overlay: Stop leaking resources on overlay removal
Jan Kiszka
2018-04-26
1
-9
/
+21
*
of: overlay: Fix forgotten reference to of_overlay_apply()
Geert Uytterhoeven
2018-03-17
1
-1
/
+1
*
of: overlay: do not include path in full_name of added nodes
Frank Rowand
2018-03-05
1
-3
/
+15
*
of: improve reporting invalid overlay target path
Frank Rowand
2018-03-04
1
-6
/
+16
*
of: change overlay apply input data from unflattened to FDT
Frank Rowand
2018-03-04
1
-9
/
+103
*
of: Use SPDX license tag for DT files
Rob Herring
2018-01-08
1
-4
/
+1
*
of: overlay: Make node skipping in init_overlay_changeset() clearer
Geert Uytterhoeven
2017-12-08
1
-10
/
+11
*
of: overlay: Fix out-of-bounds write in init_overlay_changeset()
Geert Uytterhoeven
2017-12-08
1
-3
/
+4
*
of: overlay: Fix (un)locking in of_overlay_apply()
Geert Uytterhoeven
2017-12-06
1
-10
/
+5
*
of: overlay: Fix memory leak in of_overlay_apply() error path
Geert Uytterhoeven
2017-12-06
1
-8
/
+8
*
of: overlay: Remove else after goto
Geert Uytterhoeven
2017-12-06
1
-15
/
+12
*
of: Spelling s/changset/changeset/
Geert Uytterhoeven
2017-12-06
1
-4
/
+4
*
of: overlay: make pr_err() string unique
Frank Rowand
2017-10-19
1
-1
/
+1
*
of: overlay: pr_err from return NOTIFY_OK to overlay apply/remove
Frank Rowand
2017-10-19
1
-1
/
+1
*
of: overlay: remove unneeded check for NULL kbasename()
Frank Rowand
2017-10-17
1
-2
/
+0
*
of: overlay: remove a dependency on device node full_name
Frank Rowand
2017-10-17
1
-34
/
+56
*
of: overlay: simplify applying symbols from an overlay
Frank Rowand
2017-10-17
1
-26
/
+65
*
of: overlay: avoid race condition between applying multiple overlays
Frank Rowand
2017-10-17
1
-0
/
+32
*
of: overlay: loosen overly strict phandle clash check
Frank Rowand
2017-10-17
1
-4
/
+4
*
of: overlay: expand check of whether overlay changeset can be removed
Frank Rowand
2017-10-17
1
-7
/
+13
[next]