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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
7
-13
/
+13
4 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
7
-14
/
+14
13 days
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-12
/
+3
14 days
Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-43
/
+30
2026-02-11
Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-0
/
+195
2026-02-04
of: reserved_mem: Fix placement of __free() annotation
Gregory CLEMENT
1
-2
/
+1
2026-02-04
of: property: fw_devlink: Add support for "mmc-pwrseq"
Francesco Valla
1
-0
/
+2
2026-02-04
of: property: stop creating callback for each pinctrl-N property
Rasmus Villemoes
1
-18
/
+14
2026-02-04
of: unittest: fix possible null-pointer dereferences in of_unittest_property_...
Tuo Li
1
-2
/
+4
2026-02-04
of/platform: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-8
/
+7
2026-02-04
of: replace strcmp_suffix() with strends()
Bartosz Golaszewski
1
-13
/
+2
2026-01-31
Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+17
2026-01-29
of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
Oreoluwa Babatunde
1
-2
/
+17
2026-01-27
of/kexec: refactor ima_get_kexec_buffer() to use ima_validate_range()
Harshit Mogalapalli
1
-12
/
+3
2026-01-21
Merge tag 'renesas-drivers-for-v6.20-tag2' of git://git.kernel.org/pub/scm/li...
Arnd Bergmann
3
-0
/
+195
2026-01-17
of: fix reference count leak in of_alias_scan()
Weigang He
1
-2
/
+6
2026-01-17
of: platform: Use default match table for /firmware
Rob Herring (Arm)
1
-1
/
+1
2026-01-15
of: unittest: Add a test case for for_each_of_imap_item iterator
Herve Codina (Schneider Electric)
2
-0
/
+125
2026-01-15
of/irq: Introduce for_each_of_imap_item
Herve Codina (Schneider Electric)
1
-0
/
+70
2026-01-03
of: unittest: Fix memory leak in unittest_data_add()
Zilin Guan
1
-5
/
+3
2025-12-16
arm64: kdump: Fix elfcorehdr overlap caused by reserved memory processing reo...
Jianpeng Chang
1
-1
/
+1
2025-12-13
Merge tag 'soundwire-6.19-rc1_updated' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+33
2025-12-08
of: base: Add of_property_read_u8_index
Srinivas Kandagatla
1
-0
/
+33
2025-12-05
Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-89
/
+144
2025-12-02
Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+20
2025-11-27
of: Skip devicetree kunit tests when RISCV+ACPI doesn't populate root node
Guenter Roeck
1
-2
/
+3
2025-11-27
of: Add wrappers to match root node with OF device ID tables
Krzysztof Kozlowski
1
-0
/
+47
2025-11-20
of/reserved_mem: Simplify the logic of __reserved_mem_alloc_size()
Yuntao Wang
1
-14
/
+7
2025-11-20
of/reserved_mem: Simplify the logic of fdt_scan_reserved_mem_reg_nodes()
Yuntao Wang
1
-18
/
+7
2025-11-20
of/reserved_mem: Simplify the logic of __reserved_mem_reserve_reg()
Yuntao Wang
1
-14
/
+9
2025-11-20
of/fdt: Simplify the logic of early_init_dt_scan_memory()
Yuntao Wang
1
-9
/
+7
2025-11-20
of/fdt: Fix incorrect use of dt_root_addr_cells in early_init_dt_check_kho()
Yuntao Wang
1
-12
/
+4
2025-11-20
of/fdt: Fix the len check in early_init_dt_check_for_usable_mem_range()
Yuntao Wang
1
-7
/
+11
2025-11-20
of/fdt: Fix the len check in early_init_dt_check_for_elfcorehdr()
Yuntao Wang
1
-8
/
+2
2025-11-20
of/fdt: Consolidate duplicate code into helper functions
Yuntao Wang
1
-0
/
+41
2025-11-20
of/irq: Handle explicit interrupt parent
Geert Uytterhoeven
1
-0
/
+2
2025-11-17
of/irq: Ignore interrupt parent for nodes without interrupts
Geert Uytterhoeven
1
-1
/
+1
2025-11-17
of/address: Remove the incorrect and misleading comment
Yuntao Wang
1
-4
/
+0
2025-11-17
of: overlay: Avoid spurious error messages in of_overlay_remove()
Christophe JAILLET
1
-0
/
+3
2025-10-27
of/irq: Add interrupt affinity reporting interface
Marc Zyngier
1
-0
/
+20
2025-10-24
of/irq: Export of_msi_xlate() for module usage
Lorenzo Pieralisi
1
-0
/
+1
2025-10-22
of/irq: Fix OF node refcount in of_msi_get_domain()
Lorenzo Pieralisi
1
-1
/
+3
2025-10-22
of/irq: Add msi-parent check to of_msi_xlate()
Lorenzo Pieralisi
1
-3
/
+36
2025-10-10
Merge tag 'devicetree-fixes-for-6.18-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-2
/
+3
2025-10-02
Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-20
/
+5
2025-10-01
of: unittest: Fix device reference count leak in of_unittest_pci_node_verify
Ma Ke
1
-0
/
+1
2025-10-01
of: doc: Fix typo in doc comments.
Bhanu Seshu Kumar Valluri
2
-2
/
+2
2025-10-01
Merge tag 'timers-clocksource-2025-09-29' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+1
2025-09-23
of/irq: Export of_irq_count for modules
Will McVicker
1
-0
/
+1
2025-09-03
of/irq: Convert of_msi_map_id() callers to of_msi_xlate()
Lorenzo Pieralisi
1
-20
/
+5
[next]