Age | Commit message (Expand) | Author |
2018-11-08 | of: overlay: check prevents multiple fragments touching same property | Frank Rowand |
2018-11-08 | of: overlay: check prevents multiple fragments add or delete same node | Frank Rowand |
2018-11-08 | of: overlay: test case of two fragments adding same node | Frank Rowand |
2018-11-08 | of: overlay: make all pr_debug() and pr_err() messages unique | Frank Rowand |
2018-11-08 | of: overlay: validate overlay properties #address-cells and #size-cells | Frank Rowand |
2018-11-08 | of: overlay: reorder fields in struct fragment | Frank Rowand |
2018-11-08 | of: overlay: do not duplicate properties from overlay for new nodes | Frank Rowand |
2018-11-08 | of: overlay: use prop add changeset entry for property in new nodes | Frank Rowand |
2018-11-08 | of: overlay: add missing of_node_get() in __of_attach_node_sysfs | Frank Rowand |
2018-11-08 | of: overlay: add missing of_node_put() after add new node to changeset | Frank Rowand |
2018-11-08 | of: overlay: add tests to validate kfrees from overlay removal | Frank Rowand |
2018-11-08 | of, numa: Validate some distance map rules | John Garry |
2018-11-08 | of/device: Really only set bus DMA mask when appropriate | Robin Murphy |
2018-11-01 | Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2018-11-01 | of: Fix cpu node iterator to not ignore disabled cpu nodes | Rob Herring |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport |
2018-10-29 | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2018-10-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-10-26 | of: ignore sub-page memory regions | Mike Rapoport |
2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-10-26 | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-10-22 | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-10-22 | of: Add missing exports of node name compare functions | Rob Herring |
2018-10-15 | of: base: Change logic in of_alias_get_alias_list() | Michal Simek |
2018-10-15 | of: base: Fix english spelling in of_alias_get_alias_list() | Michal Simek |
2018-10-10 | Merge tag 'devicetree-fixes-for-4.19-3' of git://git.kernel.org/pub/scm/linux... | Greg Kroah-Hartman |
2018-10-10 | of: unittest: Disable interrupt node tests for old world MAC systems | Guenter Roeck |
2018-09-28 | Merge branch 'dt/cpu-type-rework' into dt/next | Rob Herring |
2018-09-28 | of: use for_each_of_cpu_node iterator | Rob Herring |
2018-09-28 | of: Support matching cpu nodes with no 'reg' property | Rob Herring |
2018-09-28 | of: Add cpu node iterator for_each_of_cpu_node() | Rob Herring |
2018-09-27 | of: unittest: Disable interrupt node tests for old world MAC systems | Guenter Roeck |
2018-09-25 | iommu/of: make of_pci_map_rid() available for other devices too | Nipun Gupta |
2018-09-20 | of: base: Introduce of_alias_get_alias_list() to check alias IDs | Michal Simek |
2018-09-19 | of/unittest: Fix I2C bus unit-address error | Rob Herring |
2018-09-19 | Merge branch 'dt/linus' into HEAD | Rob Herring |
2018-09-14 | Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2018-09-11 | of: fix phandle cache creation for DTs with no phandles | Rob Herring |
2018-09-08 | dma-mapping: remove dma_deconfigure | Christoph Hellwig |
2018-09-07 | of: make PowerMac cache node search conditional on CONFIG_PPC_PMAC | Rob Herring |
2018-09-07 | of: make default address and size cells sizes private | Rob Herring |
2018-09-07 | of: Convert to using %pOFn instead of device_node.name | Rob Herring |
2018-09-04 | of/unittest: add printf tests for node name | Rob Herring |
2018-09-04 | of/unittest: remove use of node name pointer in overlay high level test | Rob Herring |
2018-09-02 | Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-09-02 | of/platform: initialise AMBA default DMA masks | Linus Walleij |
2018-08-30 | of: add node name compare helper functions | Rob Herring |