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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-3
/
+3
2024-12-02
Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+80
2024-12-01
Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+6
2024-11-29
of: base: Document prefix argument for of_get_next_child_with_prefix()
Chen-Yu Tsai
1
-0
/
+1
2024-11-27
of: base: Add for_each_child_of_node_with_prefix()
Chen-Yu Tsai
1
-0
/
+35
2024-11-27
of: dynamic: Add of_changeset_update_prop_string
Chen-Yu Tsai
1
-0
/
+44
2024-11-15
Merge branch 'dt/linus' into dt/next
Rob Herring (Arm)
6
-2
/
+29
2024-11-15
of: Allow overlay kunit tests to run CONFIG_OF_OVERLAY=n
Stephen Boyd
3
-1
/
+4
2024-11-08
of/address: Rework bus matching to avoid warnings
Rob Herring (Arm)
1
-5
/
+9
2024-11-08
of: WARN on deprecated #address-cells/#size-cells handling
Rob Herring (Arm)
2
-8
/
+24
2024-11-08
of/fdt: Don't use default address cell sizes for address translation
Rob Herring (Arm)
1
-2
/
+2
2024-11-04
kbuild: add generic support for built-in boot DTBs
Masahiro Yamada
1
-0
/
+6
2024-10-29
of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
Usama Arif
2
-7
/
+9
2024-10-25
of: property: use new of_graph functions
Kuninori Morimoto
1
-13
/
+5
2024-10-25
of: property: add of_graph_get_next_port_endpoint()
Kuninori Morimoto
1
-0
/
+27
2024-10-25
of: property: add of_graph_get_next_port()
Kuninori Morimoto
1
-0
/
+54
2024-10-16
of: module: remove strlen() call in of_modalias()
Sergey Shtylyov
1
-3
/
+1
2024-10-15
of: reserved_mem: Add code to dynamically allocate reserved_mem array
Oreoluwa Babatunde
1
-4
/
+59
2024-10-15
of: reserved_mem: Restructure how the reserved memory regions are processed
Oreoluwa Babatunde
3
-54
/
+122
2024-10-15
of/address: Constify of_busses[] array and pointers
Rob Herring (Arm)
1
-6
/
+6
2024-10-15
of: Constify safe_name() kobject arg
Rob Herring (Arm)
1
-1
/
+1
2024-10-15
of: Constify of_changeset_entry function arguments
Rob Herring (Arm)
1
-2
/
+2
2024-10-15
of: Constify struct property pointers
Rob Herring (Arm)
6
-25
/
+26
2024-10-15
of: Constify struct device_node function arguments
Rob Herring (Arm)
7
-22
/
+22
2024-10-10
of: Skip kunit tests when arm64+ACPI doesn't populate root node
Stephen Boyd
4
-0
/
+24
2024-10-10
of: Fix unbalanced of node refcount and memory leaks
Jinjie Ruan
1
-1
/
+1
2024-10-08
of:of_numa: remove unused macro
Ba Jing
1
-3
/
+0
2024-09-24
Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-3
/
+3
2024-09-24
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
7
-3
/
+221
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2024-09-19
Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-100
/
+66
2024-09-13
of/irq: Use helper to define resources
Vasileios Amoiridis
1
-3
/
+2
2024-09-13
of/irq: Make use of irq_get_trigger_type()
Vasileios Amoiridis
1
-1
/
+1
2024-09-13
drivers/of: Improve documentation for match_string
Miquel Sabaté Solà
1
-4
/
+9
2024-09-13
of: property: Do some clean up with use of __free()
Zhang Zekun
1
-20
/
+8
2024-09-13
of: address: Unify resource bounds overflow checking
Thomas Weißschuh
1
-19
/
+24
2024-09-09
kbuild: split device tree build rules into scripts/Makefile.dtbs
Masahiro Yamada
2
-3
/
+3
2024-09-05
of: address: Report error on resource bounds overflow
Thomas Weißschuh
1
-0
/
+5
2024-09-04
of, numa: return -EINVAL when no numa-node-id is found
Mike Rapoport (Microsoft)
1
-2
/
+2
2024-09-04
mm: introduce numa_memblks
Mike Rapoport (Microsoft)
1
-0
/
+1
2024-08-30
Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
1
-1
/
+1
2024-08-27
video/aperture: optionally match the device in sysfb_disable()
Alex Deucher
1
-1
/
+1
2024-08-26
of: resolver: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-8
/
+4
2024-08-26
of/platform: Simplify with scoped for each OF child
Jinjie Ruan
1
-10
/
+4
2024-08-26
of: overlay: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-9
/
+3
2024-08-26
of/irq: Refer to actual buffer size in of_irq_parse_one()
Geert Uytterhoeven
1
-2
/
+2
2024-08-26
Merge branch 'dt/linus' into dt/next
Rob Herring (Arm)
1
-4
/
+11
2024-08-20
of/irq: Support #msi-cells=<0> in of_msi_get_domain
Andrew Jones
1
-27
/
+7
2024-08-14
of/irq: Prevent device address out-of-bounds read in interrupt map walk
Stefan Wiehler
1
-4
/
+11
2024-08-06
of: unittest: Use of_property_present()
Rob Herring (Arm)
1
-2
/
+2
[next]