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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
of
Commit message (
Expand
)
Author
Age
Files
Lines
*
of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc
Michael Ellerman
2020-05-22
2
-1
/
+9
*
of: add helper to lookup compatible child node
Johan Hovold
2019-02-11
1
-0
/
+25
*
of: unittest: Disable interrupt node tests for old world MAC systems
Guenter Roeck
2018-12-16
1
-9
/
+19
*
of: platform: stop accessing invalid dev in of_platform_device_destroy
Srinivas Kandagatla
2018-11-20
1
-2
/
+2
*
of: unittest: for strings, account for trailing \0 in property length field
Stefan M Schaeckeler
2018-11-20
1
-4
/
+4
*
of: fdt: Fix return with value in void function
Ben Hutchings
2018-03-03
1
-1
/
+1
*
of: device: Export of_device_{get_modalias, uvent_modalias} to modules
Stephen Boyd
2017-11-11
1
-0
/
+2
*
of: fdt: add missing allocation-failure check
Johan Hovold
2017-09-15
1
-0
/
+3
*
of: fix sparse warning in of_pci_range_parser_one
Rob Herring
2017-08-26
1
-1
/
+1
*
of_mdio: fix node leak in of_phy_register_fixed_link error path
Johan Hovold
2017-02-23
1
-1
/
+4
*
of: irq: fix of_irq_get[_byname]() kernel-doc
Sergei Shtylyov
2016-08-22
1
-9
/
+10
*
of: alloc anywhere from memblock if range not specified
Vinayak Menon
2016-05-01
1
-1
/
+3
*
of/fdt: fix error checking for earlycon address
Masahiro Yamada
2015-12-13
1
-2
/
+3
*
drivers: of: of_reserved_mem: fixup the alignment with CMA setup
Jason Liu
2015-12-13
1
-0
/
+4
*
of/address: Don't loop forever in of_find_matching_node_by_address().
David Daney
2015-09-28
1
-3
/
+3
*
of: return NUMA_NO_NODE from fallback of_node_to_nid()
Konstantin Khlebnikov
2015-07-15
1
-1
/
+1
*
drivers/of: Add empty ranges quirk for PA-Semi
Benjamin Herrenschmidt
2015-05-06
1
-3
/
+8
*
of/irq: Fix of_irq_parse_one() returned error codes
Laurent Pinchart
2015-03-30
1
-3
/
+7
*
of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlap
Ian Campbell
2014-12-10
1
-2
/
+0
*
of/base: Fix PowerPC address parsing hack
Benjamin Herrenschmidt
2014-12-01
1
-3
/
+16
*
of: Fix crash if an earlycon driver is not found
Kevin Cernekee
2014-12-01
1
-1
/
+1
*
of: Fix overflow bug in string property parsing functions
Grant Likely
2014-11-14
3
-72
/
+84
*
of/irq: Fix lookup to use 'interrupts-extended' property first
Florian Fainelli
2014-10-05
1
-8
/
+9
*
of: Allow mem_reserve of memory with a base address of zero
Al Cooper
2014-10-05
1
-1
/
+1
*
of: Add memory limiting function for flattened devicetrees
Laura Abbott
2014-07-29
1
-0
/
+48
*
of: Split early_init_dt_scan into two parts
Laura Abbott
2014-07-29
1
-1
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-07-15
1
-34
/
+0
|
\
|
*
net: fix circular dependency in of_mdio code
Daniel Mack
2014-07-02
1
-34
/
+0
*
|
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2014-07-06
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
of: Check for phys_addr_t overflows in early_init_dt_add_memory_arch
Laura Abbott
2014-06-26
1
-0
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-06-25
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
of: mdio: fixup of_phy_register_fixed_link parsing of new bindings
Richard Retanubun
2014-06-22
1
-3
/
+5
*
|
OF: fix of_find_node_by_path() assumption that of_allnodes is root
Frank Rowand
2014-06-16
1
-2
/
+2
*
|
of: avoid format string parsing in kobject names
Kees Cook
2014-06-16
1
-1
/
+2
*
|
of/platform: Fix microblaze build failure
Guenter Roeck
2014-06-16
1
-4
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-12
1
-80
/
+126
|
\
|
*
of: of_mdio: export symbol of_mdiobus_link_phydev
Daniel Mack
2014-06-02
1
-0
/
+1
|
*
net: of_mdio: use int type for address variable
Daniel Mack
2014-06-02
1
-2
/
+1
|
*
net: of_mdio: don't store the length of a property if we don't need to
Daniel Mack
2014-05-29
1
-2
/
+2
|
*
net: of_mdio: add of_mdiobus_link_phydev()
Daniel Mack
2014-05-29
1
-0
/
+33
|
*
net: of_mdio: factor out code to parse a phy's 'reg' property
Daniel Mack
2014-05-29
1
-12
/
+23
|
*
of: mdio: fix compile warning in of_mdiobus_register_phy()
Christian Engelmayer
2014-05-26
1
-1
/
+0
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
1
-0
/
+4
|
|
\
|
*
|
net: phy: make of_set_phy_supported work with genphy driver
Sascha Hauer
2014-05-22
1
-26
/
+0
|
*
|
of: mdio: remove of_phy_connect_fixed_link
Florian Fainelli
2014-05-22
1
-38
/
+0
|
*
|
of: provide a binding for fixed link PHYs
Thomas Petazzoni
2014-05-16
1
-0
/
+67
*
|
|
Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...
Linus Torvalds
2014-06-05
1
-3
/
+0
|
\
\
\
|
*
|
|
microblaze: Use generic device.h
Michal Simek
2014-06-04
1
-3
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next
Linus Torvalds
2014-06-05
2
-6
/
+169
|
\
\
\
|
*
\
\
Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...
Russell King
2014-05-23
2
-6
/
+169
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
[next]