index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
of
/
fdt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
1
-1
/
+5
|
\
|
*
mm: kmemleak: alloc gray object for reserved region with direct map
Calvin Zhang
2022-01-15
1
-1
/
+5
*
|
Merge branch 'dt/linus' into dt/next
Rob Herring
2022-01-12
1
-6
/
+13
|
\
\
|
*
|
efi: apply memblock cap after memblock_add()
Pingfan Liu
2021-12-22
1
-1
/
+1
|
*
|
of: fdt: Aggregate the processing of "linux,usable-memory-range"
Zhen Lei
2021-12-22
1
-6
/
+13
|
|
/
*
|
of/fdt: Don't worry about non-memory region overlap for no-map
Stephen Boyd
2022-01-08
1
-2
/
+4
*
|
of/fdt: Rework early_init_dt_scan_memory() to call directly
Rob Herring
2021-12-16
1
-32
/
+36
*
|
of/fdt: Rework early_init_dt_scan_root() to call directly
Rob Herring
2021-12-16
1
-7
/
+7
*
|
of/fdt: Rework early_init_dt_scan_chosen() to call directly
Rob Herring
2021-12-16
1
-20
/
+19
|
/
*
of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem()
Rob Herring
2021-11-01
1
-28
/
+24
*
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: 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: fdt: do not update local variable after use
Ohhoon Kwon
2021-08-03
1
-1
/
+0
*
of: fdt: remove unnecessary codes
권오훈
2021-07-15
1
-3
/
+0
*
of: Remove superfluous casts when printing u64 values
Geert Uytterhoeven
2021-06-16
1
-4
/
+2
*
of: Fix truncation of memory sizes on 32-bit platforms
Geert Uytterhoeven
2021-06-16
1
-4
/
+4
*
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-28
1
-20
/
+20
|
\
|
*
of: Add missing 'Return' section in kerneldoc comments
Rob Herring
2021-03-27
1
-4
/
+4
|
*
of: Fix kerneldoc output formatting
Rob Herring
2021-03-27
1
-5
/
+4
|
*
of: fdt: Demote kernel-doc abuses and fix function naming
Lee Jones
2021-03-23
1
-11
/
+12
*
|
of: properly check for error returned by fdt_get_name()
Frank Rowand
2021-04-07
1
-13
/
+23
|
/
*
of/fdt: Make sure no-map does not remove already reserved regions
Nicolas Boichat
2021-01-15
1
-1
/
+9
*
fdt: Properly handle "no-map" field in the memory region
KarimAllah Ahmed
2021-01-15
1
-1
/
+1
*
earlycon: simplify earlycon-table implementation
Johan Hovold
2020-12-04
1
-5
/
+2
*
of/fdt: Remove redundant kbasename function call
Qi Zheng
2020-05-28
1
-4
/
+0
*
drivers/of: keep description of function consistent with function name
chenqiwu
2020-05-19
1
-1
/
+1
*
of: fix the warnings from command line.
tangjianqiang
2020-04-20
1
-1
/
+1
*
Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-12-02
1
-2
/
+2
|
\
|
*
of/fdt: don't ignore errors from of_setup_earlycon
Christoph Hellwig
2019-10-01
1
-2
/
+2
*
|
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-11-25
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
of: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
1
-10
/
+10
*
|
fdt: Update CRC check for rng-seed
Hsin-Yi Wang
2019-08-27
1
-2
/
+6
*
|
fdt: add support for rng-seed
Hsin-Yi Wang
2019-08-23
1
-2
/
+12
*
|
of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomap
Masahiro Yamada
2019-07-08
1
-3
/
+4
*
|
of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warning
Kefeng Wang
2019-06-18
1
-54
/
+45
*
|
of/fdt: Mark initial_boot_params as __ro_after_init
Stephen Boyd
2019-05-24
1
-1
/
+1
*
|
of/fdt: Remove dead code and mark functions with __init
Stephen Boyd
2019-05-24
1
-32
/
+5
|
/
*
of: del redundant type conversion
xiaojiangfeng
2019-04-29
1
-1
/
+1
*
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
1
-1
/
+7
*
of: Remove struct device_node.type pointer
Rob Herring
2019-01-10
1
-4
/
+0
*
OF: Add a warning in case chosen node is not present
Nick Kossifidis
2018-12-03
1
-1
/
+5
*
of/fdt: Remove custom __early_init_dt_declare_initrd() implementation
Florian Fainelli
2018-11-26
1
-5
/
+10
*
of/fdt: Populate phys_initrd_start/phys_initrd_size from FDT
Florian Fainelli
2018-11-26
1
-0
/
+2
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+0
*
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-10-31
1
-1
/
+1
*
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
2018-10-31
1
-21
/
+0
[next]