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
/
arch
/
arc
/
mm
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
1
-2
/
+2
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
1
-1
/
+1
2021-08-26
ARC: mm: support 4 levels of page tables
Vineet Gupta
1
-0
/
+1
2021-08-26
ARC: mm: support 3 levels of page tables
Vineet Gupta
1
-0
/
+1
2021-08-26
ARC: mm: switch pgtable_t back to struct page *
Vineet Gupta
1
-0
/
+3
2021-07-08
arc: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-06-29
arc: remove support for DISCONTIGMEM
Mike Rapoport
1
-8
/
+0
2021-06-29
arc: update comment about HIGHMEM implementation
Mike Rapoport
1
-8
/
+5
2021-05-10
ARC: mm: Use max_high_pfn as a HIGHMEM zone border
Vladimir Isaev
1
-1
/
+10
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
1
-1
/
+0
2020-12-15
arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
Mike Rapoport
1
-7
/
+22
2020-09-01
arc: fix memory initialization for systems with two memory banks
Mike Rapoport
1
-11
/
+16
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-06-04
mm: free_area_init: allow defining max_zone_pfn in descending order
Mike Rapoport
1
-29
/
+12
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-14
init: provide a generic free_initmem implementation
Mike Rapoport
1
-8
/
+0
2019-05-14
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
1
-7
/
+0
2019-01-18
ARC: adjust memblock_reserve of kernel memory
Eugeniy Paltsev
1
-1
/
+2
2018-11-27
arch: Move initrd= parsing into do_mounts_initrd.c
Florian Fainelli
1
-20
/
+5
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2017-09-01
ARC: mm: Decouple RAM base address from kernel link address
Eugeniy Paltsev
1
-3
/
+3
2017-01-19
ARCv2: IOC: Use actual memory size to setup aperture size
Vineet Gupta
1
-0
/
+5
2016-08-03
treewide: replace obsolete _refok by __ref
Fabian Frederick
1
-1
/
+1
2016-05-05
ARC: support HIGHMEM even without PAE40
Vineet Gupta
1
-15
/
+39
2016-04-27
ARC: add support for reserved memory defined by device tree
Alexey Brodkin
1
-0
/
+4
2015-12-17
ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASE
Vineet Gupta
1
-1
/
+3
2015-10-28
ARC: mm: HIGHMEM: populate high memory from DT
Vineet Gupta
1
-6
/
+64
2015-10-28
ARC: mm: preps ahead of HIGHMEM support #2
Vineet Gupta
1
-26
/
+14
2015-10-28
ARC: Ensure DT mem base is same as what kernel is built with
Vineet Gupta
1
-0
/
+2
2015-04-13
ARC: mem init spring cleaning - No functional changes
Vineet Gupta
1
-4
/
+5
2014-03-26
ARC: support external initrd
Noam Camus
1
-0
/
+27
2013-10-09
of: remove early_init_dt_setup_initrd_arch
Rob Herring
1
-7
/
+0
2013-07-24
of: Specify initrd location using 64-bit
Santosh Shilimkar
1
-3
/
+2
2013-07-04
mm/ARC: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-33
/
+3
2013-07-04
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-1
/
+1
2013-07-04
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
1
-2
/
+2
2013-07-04
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
1
-1
/
+1
2013-05-10
Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+0
2013-04-30
mm/arc: use common help functions to free reserved pages
Jiang Liu
1
-21
/
+2
2013-04-09
ARC: remove #ifdef-ed out include of dead header
Paul Bolle
1
-3
/
+0
2013-02-15
ARC: [DeviceTree] Convert some Kconfig items to runtime values
Vineet Gupta
1
-3
/
+6
2013-02-15
ARC: [DeviceTree] Basic support
Vineet Gupta
1
-0
/
+13
2013-02-15
ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
Vineet Gupta
1
-0
/
+171