| Commit message (Expand) | Author | Age | Files | Lines |
* | memblock: exclude MEMBLOCK_NOMAP regions from kmemleak | Mike Rapoport | 2021-10-21 | 1 | -0/+2 |
* | fbdev: simplefb: fix Kconfig dependencies | Arnd Bergmann | 2021-10-06 | 1 | -0/+1 |
* | of: restricted dma: Fix condition for rmem init | David Brazdil | 2021-09-17 | 1 | -1/+5 |
* | Revert "of: property: fw_devlink: Add support for "phy-handle" property" | Saravana Kannan | 2021-09-15 | 1 | -2/+0 |
* | of: property: Disable fw_devlink DT support for X86 | Saravana Kannan | 2021-09-10 | 1 | -0/+3 |
* | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-09-03 | 1 | -0/+40 |
|\ |
|
| * | of: restricted dma: Don't fail device probe on rmem init failure | Will Deacon | 2021-08-23 | 1 | -5/+8 |
| * | of: Move of_dma_set_restricted_buffer() into device.c | Will Deacon | 2021-08-23 | 3 | -40/+34 |
| * | of: Return success from of_dma_set_restricted_buffer() when !OF_ADDRESS | Will Deacon | 2021-07-23 | 1 | -1/+2 |
| * | of: Add plumbing for restricted DMA pool | Claire Chang | 2021-07-13 | 3 | -0/+42 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -4/+8 |
|\ \ |
|
| * | | memblock: make memblock_find_in_range method private | Mike Rapoport | 2021-09-03 | 1 | -4/+8 |
| |/ |
|
* | | Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-09-01 | 5 | -62/+131 |
|\ \ |
|
| * | | of: fdt: Rename reserve_elfcorehdr() to fdt_reserve_elfcorehdr() | Geert Uytterhoeven | 2021-08-25 | 1 | -3/+3 |
| * | | of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdef | Geert Uytterhoeven | 2021-08-24 | 1 | -6/+3 |
| * | | of: fdt: Add generic support for handling usable memory range property | Geert Uytterhoeven | 2021-08-24 | 1 | -0/+30 |
| * | | of: fdt: Add generic support for handling elf core headers property | Geert Uytterhoeven | 2021-08-24 | 1 | -3/+56 |
| * | | of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFS | Marc Zyngier | 2021-08-23 | 1 | -1/+1 |
| * | | of: property: fw_devlink: Add support for "phy-handle" property | Saravana Kannan | 2021-08-18 | 1 | -0/+2 |
| * | | of: property: fw_devlink: Add support for "leds" and "backlight" | Saravana Kannan | 2021-08-17 | 1 | -0/+4 |
| * | | of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch() | Geert Uytterhoeven | 2021-08-15 | 1 | -6/+1 |
| * | | of: fdt: Remove early_init_dt_reserve_memory_arch() override capability | Geert Uytterhoeven | 2021-08-15 | 1 | -16/+16 |
| * | | of: property: fw_devlink: Add support for "resets" and "pwms" | Saravana Kannan | 2021-08-14 | 1 | -0/+4 |
| * | | of: fdt: do not update local variable after use | Ohhoon Kwon | 2021-08-03 | 1 | -1/+0 |
| * | | of: kexec: Remove FDT_PROP_* definitions | Geert Uytterhoeven | 2021-07-16 | 1 | -25/+15 |
| * | | of: fdt: remove unnecessary codes | 권오훈 | 2021-07-15 | 1 | -3/+0 |
| * | | of: base: remove unnecessary for loop | 권오훈 | 2021-07-15 | 1 | -3/+1 |
| |/ |
|
* / | of: Add stub for of_add_property() | Wesley Cheng | 2021-07-12 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'devicetree-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-07-03 | 6 | -109/+64 |
|\ |
|
| * | of: of_reserved_mem: mark nomap memory instead of removing | Dong Aisheng | 2021-06-24 | 1 | -2/+2 |
| * | of: of_reserved_mem: only call memblock_free for normal reserved memory | Dong Aisheng | 2021-06-24 | 1 | -1/+2 |
| * | of: Remove superfluous casts when printing u64 values | Geert Uytterhoeven | 2021-06-16 | 2 | -14/+6 |
| * | of: Fix truncation of memory sizes on 32-bit platforms | Geert Uytterhoeven | 2021-06-16 | 2 | -8/+8 |
| * | of: unittest: Use DEFINE_RES_MEM() to simplify code | Zhen Lei | 2021-06-04 | 1 | -5/+1 |
| * | of: Merge of_address_to_resource() and of_pci_address_to_resource() implement... | Rob Herring | 2021-06-02 | 1 | -26/+18 |
| * | of: address: Use IS_ENABLED() for !CONFIG_PCI | Rob Herring | 2021-06-02 | 1 | -1/+7 |
| * | of: Merge of_get_address() and of_get_pci_address() implementations | Rob Herring | 2021-06-02 | 1 | -49/+13 |
| * | of: Move reserved memory private function declarations | Rob Herring | 2021-06-02 | 2 | -0/+6 |
| * | of: Drop reserved mem dependency on DMA_DECLARE_COHERENT and DMA_CMA | Rob Herring | 2021-06-02 | 1 | -3/+1 |
* | | iommu: Drop unnecessary of_iommu.h includes | Rob Herring | 2021-06-08 | 1 | -1/+0 |
|/ |
|
* | of: overlay: Remove redundant assignment to ret | Jiapeng Chong | 2021-05-03 | 1 | -3/+0 |
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-04-29 | 1 | -32/+53 |
|\ |
|
| * | of: net: fix of_get_mac_addr_nvmem() for non-platform devices | Michael Walle | 2021-04-13 | 1 | -5/+30 |
| * | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle | 2021-04-13 | 1 | -32/+28 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-09 | 5 | -29/+66 |
| |\ |
|
| * | | of: of_net: Provide function name and param description | Lee Jones | 2021-03-18 | 1 | -0/+3 |
* | | | Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-04-28 | 21 | -349/+937 |
|\ \ \ |
|
| * | | | of: overlay: Fix kerneldoc warning in of_overlay_remove() | Rob Herring | 2021-04-21 | 1 | -1/+1 |
| * | | | of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses | Leonardo Bras | 2021-04-21 | 1 | -1/+4 |
| * | | | of: base: Fix spelling issue with function param 'prop' | Lee Jones | 2021-03-29 | 1 | -3/+3 |