| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | of: dynamic: Fix overlayed devices not probing because of fw_devlink | Saravana Kannan | 1 | -0/+15 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -3/+3 |
| 2025-11-17 | of: overlay: Avoid spurious error messages in of_overlay_remove() | Christophe JAILLET | 1 | -0/+3 |
| 2025-10-01 | of: doc: Fix typo in doc comments. | Bhanu Seshu Kumar Valluri | 1 | -1/+1 |
| 2025-03-14 | of: Move of_prop_val_eq() next to the single user | Rob Herring (Arm) | 1 | -0/+6 |
| 2025-02-25 | of: Introduce and apply private is_pseudo_property() | Zijun Hu | 1 | -3/+1 |
| 2024-10-15 | of: Constify struct property pointers | Rob Herring (Arm) | 1 | -2/+3 |
| 2024-10-15 | of: Constify struct device_node function arguments | Rob Herring (Arm) | 1 | -7/+7 |
| 2024-08-26 | of: overlay: Simplify with scoped for each OF child loop | Jinjie Ruan | 1 | -9/+3 |
| 2024-04-15 | of: Add a helper to free property struct | Rob Herring | 1 | -8/+3 |
| 2023-11-15 | of: overlay: enable of_overlay_fdt_apply() kerneldoc | Luca Ceresoli | 1 | -1/+1 |
| 2023-10-02 | of: overlay: Reorder struct fragment fields kerneldoc | Geert Uytterhoeven | 1 | -1/+1 |
| 2023-08-23 | of: overlay: Call of_changeset_init() early | Geert Uytterhoeven | 1 | -2/+1 |
| 2023-08-22 | of: overlay: Extend of_overlay_fdt_apply() to specify the target node | Lizhi Hou | 1 | -11/+31 |
| 2023-06-09 | of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset() | Kunihiko Hayashi | 1 | -0/+1 |
| 2022-12-26 | of: overlay: Fix trivial typo | Ricardo Ribalda | 1 | -1/+1 |
| 2022-12-11 | of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and... | ruanjinjie | 1 | -2/+2 |
| 2022-07-19 | of: overlay: Simplify of_overlay_fdt_apply() tail | Geert Uytterhoeven | 1 | -7/+2 |
| 2022-07-19 | of: overlay: Move devicetree_corrupt() check up | Geert Uytterhoeven | 1 | -6/+5 |
| 2022-05-03 | of: overlay: do not free changeset when of_overlay_apply returns error | Frank Rowand | 1 | -3/+26 |
| 2022-05-03 | of: overlay: add entry to of_overlay_action_name[] | Frank Rowand | 1 | -22/+5 |
| 2022-04-25 | of: overlay: rework overlay apply and remove kfree()s | Frank Rowand | 1 | -138/+125 |
| 2022-04-25 | of: overlay: rename variables to be consistent | Frank Rowand | 1 | -47/+47 |
| 2022-04-25 | of: overlay: do not break notify on NOTIFY_{OK|STOP} | Nuno Sá | 1 | -3/+1 |
| 2021-05-03 | of: overlay: Remove redundant assignment to ret | Jiapeng Chong | 1 | -3/+0 |
| 2021-04-28 | Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -9/+10 |
| 2021-04-21 | of: overlay: Fix kerneldoc warning in of_overlay_remove() | Rob Herring | 1 | -1/+1 |
| 2021-04-08 | of: unittest: overlay: ensure proper alignment of copied FDT | Frank Rowand | 1 | -8/+14 |
| 2021-04-07 | of: properly check for error returned by fdt_get_name() | Frank Rowand | 1 | -1/+1 |
| 2021-03-27 | of: Add missing 'Return' section in kerneldoc comments | Rob Herring | 1 | -8/+8 |
| 2021-03-24 | of: overlay: fix for_each_child.cocci warnings | kernel test robot | 1 | -0/+1 |
| 2021-03-23 | of: overlay: Fix function name disparity | Lee Jones | 1 | -1/+1 |
| 2020-04-17 | of: overlay: kmemleak in dup_and_fixup_symbol_prop() | Frank Rowand | 1 | -0/+2 |
| 2020-01-08 | of: overlay: Remove blank line between assignment and check | Geert Uytterhoeven | 1 | -1/+0 |
| 2019-12-24 | of: Rework and simplify phandle cache to use a fixed size | Rob Herring | 1 | -10/+0 |
| 2019-11-26 | of: overlay: add_changeset_property() memory leak | Frank Rowand | 1 | -17/+20 |
| 2019-01-10 | of: Remove struct device_node.type pointer | Rob Herring | 1 | -3/+0 |
| 2018-11-08 | of: overlay: set node fields from properties when add new overlay node | Frank Rowand | 1 | -5/+24 |
| 2018-11-08 | of: overlay: check prevents multiple fragments touching same property | Frank Rowand | 1 | -37/+81 |
| 2018-11-08 | of: overlay: check prevents multiple fragments add or delete same node | Frank Rowand | 1 | -9/+49 |
| 2018-11-08 | of: overlay: make all pr_debug() and pr_err() messages unique | Frank Rowand | 1 | -5/+7 |
| 2018-11-08 | of: overlay: validate overlay properties #address-cells and #size-cells | Frank Rowand | 1 | -3/+29 |
| 2018-11-08 | of: overlay: reorder fields in struct fragment | Frank Rowand | 1 | -1/+1 |
| 2018-11-08 | of: overlay: do not duplicate properties from overlay for new nodes | Frank Rowand | 1 | -1/+1 |
| 2018-11-08 | of: overlay: use prop add changeset entry for property in new nodes | Frank Rowand | 1 | -38/+74 |
| 2018-11-08 | of: overlay: add missing of_node_put() after add new node to changeset | Frank Rowand | 1 | -1/+3 |
| 2018-11-08 | of: overlay: add tests to validate kfrees from overlay removal | Frank Rowand | 1 | -0/+1 |
| 2018-09-07 | of: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -2/+2 |
| 2018-07-16 | of: overlay: update phandle cache on overlay apply and remove | Frank Rowand | 1 | -0/+11 |
| 2018-04-26 | of: overlay: Stop leaking resources on overlay removal | Jan Kiszka | 1 | -9/+21 |
| 2018-03-17 | of: overlay: Fix forgotten reference to of_overlay_apply() | Geert Uytterhoeven | 1 | -1/+1 |
| 2018-03-05 | 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-06 | of: overlay: Fix (un)locking in of_overlay_apply() | Geert Uytterhoeven | 1 | -10/+5 |
| 2017-12-06 | 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-19 | of: overlay: make pr_err() string unique | Frank Rowand | 1 | -1/+1 |
| 2017-10-19 | of: overlay: pr_err from return NOTIFY_OK to overlay apply/remove | Frank Rowand | 1 | -1/+1 |
| 2017-10-17 | of: overlay: remove unneeded check for NULL kbasename() | Frank Rowand | 1 | -2/+0 |
| 2017-10-17 | of: overlay: remove a dependency on device node full_name | Frank Rowand | 1 | -34/+56 |
| 2017-10-17 | of: overlay: simplify applying symbols from an overlay | Frank Rowand | 1 | -26/+65 |
| 2017-10-17 | of: overlay: avoid race condition between applying multiple overlays | Frank Rowand | 1 | -0/+32 |
| 2017-10-17 | of: overlay: loosen overly strict phandle clash check | Frank Rowand | 1 | -4/+4 |
| 2017-10-17 | of: overlay: expand check of whether overlay changeset can be removed | Frank Rowand | 1 | -7/+13 |
| 2017-10-17 | of: overlay: detect cases where device tree may become corrupt | Frank Rowand | 1 | -39/+212 |
| 2017-10-17 | of: overlay: minor restructuring | Frank Rowand | 1 | -113/+92 |
| 2017-10-17 | of: overlay: rename identifiers in dup_and_fixup_symbol_prop() | Frank Rowand | 1 | -6/+18 |
| 2017-10-17 | of: overlay: rename identifiers to more reflect what they do | Frank Rowand | 1 | -246/+284 |
| 2017-10-17 | of: overlay.c: Convert comparisons to zero or NULL to logical expressions | Frank Rowand | 1 | -18/+18 |
| 2017-10-17 | 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 | -3/+10 |
| 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-18 | 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-18 | of: use pr_fmt prefix for all console printing | Rob Herring | 1 | -27/+16 |
| 2016-01-13 | 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-24 | of/overlay: Introduce DT overlay support | Pantelis Antoniou | 1 | -0/+562 |