Age | Commit message (Expand) | Author |
2022-02-17 | of/fdt: move elfcorehdr reservation early for crash dump kernel | Nikhil Gupta |
2022-02-15 | of: unittest: print pass messages at PR_INFO level | Frank Rowand |
2022-02-04 | misc: open-dice: Add driver to expose DICE data to userspace | David Brazdil |
2022-01-31 | of: unittest: update text of expected warnings | Frank Rowand |
2022-01-22 | Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-01-20 | of: Check 'of_node_reused' flag on of_match_device() | Rob Herring |
2022-01-20 | of: base: make small of_parse_phandle() variants static inline | Michael Walle |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-15 | mm: kmemleak: alloc gray object for reserved region with direct map | Calvin Zhang |
2022-01-12 | Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-12 | Merge branch 'dt/linus' into dt/next | Rob Herring |
2022-01-08 | of/fdt: Don't worry about non-memory region overlap for no-map | Stephen Boyd |
2022-01-08 | of: unittest: remove unneeded semicolon | Yang Li |
2022-01-08 | of: base: Improve argument length mismatch error | Baruch Siach |
2022-01-08 | of: base: Fix phandle argument length mismatch error message | Baruch Siach |
2022-01-04 | of: unittest: re-implement overlay tracking | Frank Rowand |
2022-01-04 | of: unittest: change references to obsolete overlay id | Frank Rowand |
2021-12-22 | efi: apply memblock cap after memblock_add() | Pingfan Liu |
2021-12-22 | of: fdt: Aggregate the processing of "linux,usable-memory-range" | Zhen Lei |
2021-12-16 | of/fdt: Rework early_init_dt_scan_memory() to call directly | Rob Herring |
2021-12-16 | of/fdt: Rework early_init_dt_scan_root() to call directly | Rob Herring |
2021-12-16 | of/fdt: Rework early_init_dt_scan_chosen() to call directly | Rob Herring |
2021-12-16 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann |
2021-12-16 | of: Move simple-framebuffer device handling from simplefb to of | Hector Martin |
2021-12-15 | of: unittest: 64 bit dma address test requires arch support | Frank Rowand |
2021-12-15 | of: unittest: fix warning on PowerPC frame size warning | Jim Quinlan |
2021-12-03 | of/irq: Add a quirk for controllers with their own definition of interrupt-map | Marc Zyngier |
2021-12-01 | of: base: Skip CPU nodes with "fail"/"fail-..." status | Matthias Schiffer |
2021-11-18 | of: property: fw_devlink: Fixup behaviour when 'node_not_dev' is set | Ulf Hansson |
2021-11-14 | Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2021-11-12 | of/irq: Don't ignore interrupt-controller when interrupt-map failed | Marc Zyngier |
2021-11-11 | of: Support using 'mask' in making device bus id | Rob Herring |
2021-11-06 | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport |
2021-11-06 | mm: move kvmalloc-related functions to slab.h | Matthew Wilcox (Oracle) |
2021-11-04 | of/irq: Allow matching of an interrupt-map local to an interrupt controller | Marc Zyngier |
2021-11-03 | Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds |
2021-11-02 | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-11-02 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds |
2021-11-02 | Merge branches 'devel-stable' and 'misc' into for-linus | Russell King (Oracle) |
2021-11-01 | of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem() | Rob Herring |
2021-11-01 | of: unittest: document intentional interrupt-map provider build warning | Frank Rowand |
2021-11-01 | of: unittest: fix EXPECT text for gpio hog errors | Frank Rowand |
2021-11-01 | of/unittest: Disable new dtc node_name_vs_property_name and interrupt_map war... | Rob Herring |
2021-10-26 | Merge tag 'qcom-drivers-for-5.16-2' of git://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann |
2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-10-21 | memblock: exclude MEMBLOCK_NOMAP regions from kmemleak | Mike Rapoport |
2021-10-20 | of/unittest: Add of_node_put() before return | Wan Jiabing |
2021-10-20 | of: kobj: make of_node_is_(initialized|attached) parameters const | Nathan Lynch |