index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
of
/
fdt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-01
Revert "mm: kmemleak: alloc gray object for reserved region with direct map"
Isaac J. Manjarres
1
-5
/
+1
2023-01-05
of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2
Rob Herring
1
-13
/
+15
2023-01-05
Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"
Rob Herring
1
-20
/
+20
2023-01-04
of/fdt: run soc memory setup when early_init_dt_scan_memory fails
Andreas Rammhold
1
-2
/
+4
2022-12-16
of: fdt: Honor CONFIG_CMDLINE* even without /chosen node
Alexander Sverdlin
1
-20
/
+20
2022-10-10
Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+5
2022-09-30
of: fdt: Remove unused struct fdt_scan_status
Yuan Can
1
-9
/
+0
2022-09-09
of/fdt: Don't calculate initrd size from DT if start > end
Marek Bykowski
1
-0
/
+2
2022-08-22
of: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-08-16
of: fdt: fix off-by-one error in unflatten_dt_nodes()
Sergey Shtylyov
1
-1
/
+1
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+3
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-08-01
of/fdt: declared return type does not match actual return type
Xu Qiang
1
-1
/
+1
2022-07-25
of/fdt: Clean up early_init_dt_reserve_memory_arch()
Peter Collingbourne
1
-7
/
+6
2022-06-30
earlycon: prevent multiple register_console()
Michael Walle
1
-1
/
+3
2022-06-28
of: reserved-memory: Print allocation/reservation failures as error
Vincent Whitchurch
1
-2
/
+2
2022-06-17
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...
Patrick Wang
1
-1
/
+1
2022-05-26
Merge tag 'devicetree-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2022-05-17
of/fdt: Ignore disabled memory nodes
Andre Przywara
1
-0
/
+3
2022-05-07
of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
Chen Zhou
1
-10
/
+23
2022-02-18
of/fdt: move elfcorehdr reservation early for crash dump kernel
Nikhil Gupta
1
-1
/
+1
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+5
2022-01-15
mm: kmemleak: alloc gray object for reserved region with direct map
Calvin Zhang
1
-1
/
+5
2022-01-12
Merge branch 'dt/linus' into dt/next
Rob Herring
1
-6
/
+13
2022-01-08
of/fdt: Don't worry about non-memory region overlap for no-map
Stephen Boyd
1
-2
/
+4
2021-12-22
efi: apply memblock cap after memblock_add()
Pingfan Liu
1
-1
/
+1
2021-12-22
of: fdt: Aggregate the processing of "linux,usable-memory-range"
Zhen Lei
1
-6
/
+13
2021-12-17
of/fdt: Rework early_init_dt_scan_memory() to call directly
Rob Herring
1
-32
/
+36
2021-12-17
of/fdt: Rework early_init_dt_scan_root() to call directly
Rob Herring
1
-7
/
+7
2021-12-17
of/fdt: Rework early_init_dt_scan_chosen() to call directly
Rob Herring
1
-20
/
+19
2021-11-02
of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem()
Rob Herring
1
-28
/
+24
2021-08-25
of: fdt: Rename reserve_elfcorehdr() to fdt_reserve_elfcorehdr()
Geert Uytterhoeven
1
-3
/
+3
2021-08-25
of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdef
Geert Uytterhoeven
1
-6
/
+3
2021-08-25
of: fdt: Add generic support for handling usable memory range property
Geert Uytterhoeven
1
-0
/
+30
2021-08-25
of: fdt: Add generic support for handling elf core headers property
Geert Uytterhoeven
1
-3
/
+56
2021-08-15
of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()
Geert Uytterhoeven
1
-6
/
+1
2021-08-15
of: fdt: Remove early_init_dt_reserve_memory_arch() override capability
Geert Uytterhoeven
1
-16
/
+16
2021-08-03
of: fdt: do not update local variable after use
Ohhoon Kwon
1
-1
/
+0
2021-07-15
of: fdt: remove unnecessary codes
권오훈
1
-3
/
+0
2021-06-16
of: Remove superfluous casts when printing u64 values
Geert Uytterhoeven
1
-4
/
+2
2021-06-16
of: Fix truncation of memory sizes on 32-bit platforms
Geert Uytterhoeven
1
-4
/
+4
2021-04-29
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-20
/
+20
2021-04-07
of: properly check for error returned by fdt_get_name()
Frank Rowand
1
-13
/
+23
2021-03-27
of: Add missing 'Return' section in kerneldoc comments
Rob Herring
1
-4
/
+4
2021-03-27
of: Fix kerneldoc output formatting
Rob Herring
1
-5
/
+4
2021-03-24
of: fdt: Demote kernel-doc abuses and fix function naming
Lee Jones
1
-11
/
+12
2021-01-15
of/fdt: Make sure no-map does not remove already reserved regions
Nicolas Boichat
1
-1
/
+9
2021-01-15
fdt: Properly handle "no-map" field in the memory region
KarimAllah Ahmed
1
-1
/
+1
2020-12-04
earlycon: simplify earlycon-table implementation
Johan Hovold
1
-5
/
+2
2020-05-29
of/fdt: Remove redundant kbasename function call
Qi Zheng
1
-4
/
+0
[next]