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.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.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
Age
Commit message (
Expand
)
Author
2021-09-18
of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFS
Marc Zyngier
2021-07-14
of: Fix truncation of memory sizes on 32-bit platforms
Geert Uytterhoeven
2021-05-03
of: overlay: Remove redundant assignment to ret
Jiapeng Chong
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-04-28
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-26
Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-04-21
of: overlay: Fix kerneldoc warning in of_overlay_remove()
Rob Herring
2021-04-21
of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses
Leonardo Bras
2021-04-14
Merge tag 'v5.12-rc7' into driver-core-next
Greg Kroah-Hartman
2021-04-13
of: net: fix of_get_mac_addr_nvmem() for non-platform devices
Michael Walle
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-09
Merge tag 'devicetree-fixes-for-5.12-2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-04-09
of: property: fw_devlink: do not link ".*,nr-gpios"
Ilya Lipnitskiy
2021-04-08
of: unittest: overlay: ensure proper alignment of copied FDT
Frank Rowand
2021-04-08
of/address: Add infrastructure to declare MMIO as non-posted
Hector Martin
2021-04-07
of: properly check for error returned by fdt_get_name()
Frank Rowand
2021-04-02
of: property: fw_devlink: Add support for remote-endpoint
Saravana Kannan
2021-03-29
of: base: Fix spelling issue with function param 'prop'
Lee Jones
2021-03-27
of: Add missing 'Return' section in kerneldoc comments
Rob Herring
2021-03-27
of: Fix kerneldoc output formatting
Rob Herring
2021-03-24
of: overlay: fix for_each_child.cocci warnings
kernel test robot
2021-03-23
of: of_reserved_mem: Demote kernel-doc abuses
Lee Jones
2021-03-23
of: overlay: Fix function name disparity
Lee Jones
2021-03-23
of: of_net: Provide function name and param description
Lee Jones
2021-03-23
of: fdt: Demote kernel-doc abuses and fix function naming
Lee Jones
2021-03-23
of: address: Provide descriptions for 'of_address_to_resource's params
Lee Jones
2021-03-23
of: property: Provide missing member description and remove excess param
Lee Jones
2021-03-23
of: base: Fix some formatting issues and provide missing descriptions
Lee Jones
2021-03-23
of: platform: Demote kernel-doc abuse
Lee Jones
2021-03-23
of: dynamic: Fix incorrect parameter name and provide missing descriptions
Lee Jones
2021-03-23
of: device: Fix function name in header and provide missing descriptions
Lee Jones
2021-03-23
of: unittest: Statically apply overlays using fdtoverlay
Viresh Kumar
2021-03-23
of: unittest: Create overlay_common.dtsi and testcases_common.dtsi
Viresh Kumar
2021-03-18
of: of_net: Provide function name and param description
Lee Jones
2021-03-11
of: property: Remove unneeded return variable
Yang Li
2021-03-08
kexec: Use fdt_appendprop_addrrange() to add ima buffer to FDT
Lakshmi Ramasubramanian
2021-03-08
powerpc: Move arch independent ima kexec functions to drivers/of/kexec.c
Lakshmi Ramasubramanian
2021-03-08
of: Add a common kexec FDT setup function
Rob Herring
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-24
Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-22
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-02-19
of: property: fw_devlink: Ignore interrupts property for some configs
Saravana Kannan
2021-02-12
of: Remove of_dev_{get,put}()
Rob Herring
2021-02-09
of: property: Add fw_devlink support for optional properties
Saravana Kannan
2021-02-09
of: property: Don't add links to absent suppliers
Saravana Kannan
2021-02-09
of: property: Fix fw_devlink handling of interrupts/interrupts-extended
Saravana Kannan
2021-02-04
nvmem: Add driver to expose reserved memory as nvmem
Nicolas Saenz Julienne
2021-01-27
of/device: Update dma_range_map only when dev has valid dma-ranges
Yong Wu
2021-01-26
of: property: Add fw_devlink support for interrupts
Saravana Kannan
[next]