index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-09
of: module: add buffer overflow check in of_modalias()
Sergey Shtylyov
1
-3
/
+4
2025-05-02
of/irq: Fix device node refcount leakages in of_irq_init()
Zijun Hu
1
-0
/
+3
2025-05-02
of/irq: Fix device node refcount leakage in API irq_of_parse_and_map()
Zijun Hu
1
-1
/
+5
2025-05-02
of/irq: Fix device node refcount leakages in of_irq_count()
Zijun Hu
1
-1
/
+3
2025-03-13
Revert "of: reserved-memory: Fix using wrong number of cells to get property ...
Rob Herring (Arm)
1
-2
/
+2
2025-03-13
of: reserved-memory: Fix using wrong number of cells to get property 'alignment'
Zijun Hu
1
-2
/
+2
2025-03-13
of: Fix of_find_node_opts_by_path() handling of alias+path+options
Zijun Hu
1
-3
/
+3
2025-03-13
of: Correct child specifier used as input of the 2nd nexus node
Zijun Hu
1
-1
/
+1
2025-03-13
of: reserved-memory: Do not make kmemleak ignore freed address
Zijun Hu
1
-1
/
+2
2025-01-23
of: address: Preserve the flags portion on 1:1 dma-ranges mapping
Andrea della Porta
1
-1
/
+2
2025-01-23
of: address: Store number of bus flag cells rather than bool
Rob Herring
1
-9
/
+5
2025-01-23
of: address: Remove duplicated functions
Herve Codina
1
-11
/
+2
2025-01-23
of: address: Fix address translation when address-size is greater than 2
Herve Codina
1
-2
/
+28
2025-01-23
of/address: Add support for 3 address cell bus
Rob Herring
3
-2
/
+87
2025-01-23
of: unittest: Add bus address range parsing tests
Rob Herring
1
-0
/
+53
2025-01-09
of: Fix refcount leakage for OF node returned by __of_get_dma_parent()
Zijun Hu
1
-1
/
+1
2025-01-09
of: Fix error path in of_parse_phandle_with_args_map()
Herve Codina
1
-5
/
+10
2025-01-09
of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()
Zijun Hu
1
-0
/
+1
2024-10-17
of/irq: Refer to actual buffer size in of_irq_parse_one()
Geert Uytterhoeven
1
-2
/
+2
2024-10-17
of/irq: Support #msi-cells=<0> in of_msi_get_domain
Andrew Jones
1
-27
/
+7
2024-09-12
of/irq: Prevent device address out-of-bounds read in interrupt map walk
Stefan Wiehler
1
-4
/
+11
2024-07-05
cma: factor out minimum alignment requirement
David Hildenbrand
1
-6
/
+3
2024-04-10
of: dynamic: Synchronize of_changeset_destroy() with the devlink removals
Herve Codina
1
-0
/
+12
2024-02-23
of: property: fix typo in io-channels
Nuno Sa
1
-1
/
+1
2024-02-23
of: unittest: Fix compile in the non-dynamic case
Christian A. Ehrhardt
1
-3
/
+9
2024-01-25
of: unittest: Fix of_count_phandle_with_args() expected value message
Geert Uytterhoeven
1
-1
/
+1
2024-01-25
of: Fix double free in of_parse_phandle_with_args_map
Christian A. Ehrhardt
3
-32
/
+53
2023-12-13
of: dynamic: Fix of_reconfig_get_state_change() return value documentation
Luca Ceresoli
1
-2
/
+3
2023-10-19
of: overlay: Reorder struct fragment fields kerneldoc
Geert Uytterhoeven
1
-1
/
+1
2023-10-10
of: dynamic: Fix potential memory leak in of_changeset_action()
Dan Carpenter
1
-3
/
+3
2023-09-19
of: unittest: Fix overlay type in apply/revert check
Geert Uytterhoeven
1
-1
/
+1
2023-09-19
of: overlay: Call of_changeset_init() early
Geert Uytterhoeven
1
-2
/
+1
2023-09-19
of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()
Ruan Jinjie
1
-4
/
+6
2023-09-19
of: kexec: Mark ima_{free,stable}_kexec_buffer() as __init
Nathan Chancellor
1
-1
/
+1
2023-08-30
mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer
Rik van Riel
1
-2
/
+2
2023-08-30
of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock
Rob Herring
1
-22
/
+9
2023-08-30
of: unittest: Fix EXPECT for parse_phandle_with_args_map() test
Rob Herring
1
-2
/
+2
2023-06-21
of: overlay: add entry to of_overlay_action_name[]
Frank Rowand
1
-22
/
+5
2023-06-21
of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()
Kunihiko Hayashi
1
-0
/
+1
2023-06-21
of: overlay: rework overlay apply and remove kfree()s
Frank Rowand
1
-138
/
+125
2023-06-21
of: overlay: rename variables to be consistent
Frank Rowand
1
-47
/
+47
2023-05-11
of: Fix modalias string generation
Miquel Raynal
1
-2
/
+5
2023-02-22
of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
Isaac J. Manjarres
1
-1
/
+2
2023-02-14
of/address: Return an error when no valid dma-ranges are found
Mark Brown
1
-6
/
+15
2023-01-12
of/kexec: Fix reading 32-bit "linux,initrd-{start,end}" values
Rob Herring
1
-5
/
+5
2022-12-31
of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...
ruanjinjie
1
-2
/
+2
2022-12-08
of: property: decrement node refcount in of_fwnode_get_reference_args()
Yang Yingliang
1
-1
/
+3
2022-09-23
of: fdt: fix off-by-one error in unflatten_dt_nodes()
Sergey Shtylyov
1
-1
/
+1
2022-08-17
of/fdt: declared return type does not match actual return type
Xu Qiang
1
-1
/
+1
2022-08-17
of: device: Fix missing of_node_put() in of_dma_set_restricted_buffer
Liang He
1
-1
/
+4
[next]