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
/
arm64
/
mm
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-15
arm64: add support for memtest
Vladimir Murzin
1
-0
/
+2
2015-02-27
arm64: Increase the swiotlb buffer size 64MB
Catalin Marinas
1
-5
/
+9
2015-02-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+23
2015-01-23
arm64: Fix overlapping VA allocations
Mark Rutland
1
-2
/
+3
2015-01-22
arm64: add better page protections to arm64
Laura Abbott
1
-0
/
+1
2015-01-16
arm64: respect mem= for EFI
Mark Rutland
1
-0
/
+19
2015-01-16
arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd t...
Catalin Marinas
1
-7
/
+1
2014-11-25
arm64: add alternative runtime patching
Andre Przywara
1
-0
/
+2
2014-10-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2014-10-03
Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...
Russell King
1
-3
/
+8
2014-10-03
ARM: 8167/1: extend the reserved memory for initrd to be page aligned
Yalin Wang
1
-1
/
+7
2014-09-17
arm64:mm: initialize max_mapnr using function set_max_mapnr
Ganapatrao Kulkarni
1
-1
/
+1
2014-09-09
efi/arm64: Fix fdt-related memory reservation
Mark Salter
1
-2
/
+1
2014-08-19
arm64: ignore DT memreserve entries when booting in UEFI mode
Leif Lindholm
1
-1
/
+3
2014-08-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-15
/
+19
2014-07-23
arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITS
Catalin Marinas
1
-7
/
+15
2014-07-23
arm64: Create non-empty ZONE_DMA when DRAM starts above 4GB
Catalin Marinas
1
-4
/
+13
2014-07-10
arm64: place initial page tables above the kernel
Mark Rutland
1
-8
/
+4
2014-06-18
arm64: Limit the CMA buffer to 32-bit if ZONE_DMA
Catalin Marinas
1
-2
/
+8
2014-04-30
of/fdt: move memreserve and dtb memory reservations into core
Rob Herring
1
-21
/
+0
2014-04-03
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-0
/
+1
2014-03-13
arm64: add support for reserved memory defined by device tree
Marek Szyprowski
1
-0
/
+1
2014-02-27
arm64: Use swiotlb late initialisation
Catalin Marinas
1
-2
/
+0
2014-02-27
arm64: Replace ZONE_DMA32 with ZONE_DMA
Catalin Marinas
1
-15
/
+16
2013-12-19
arm64: Enable CMA
Laura Abbott
1
-0
/
+3
2013-10-10
arm64: remove unnecessary prom.h include
Rob Herring
1
-1
/
+0
2013-10-09
arm64: set initrd_start/initrd_end for fdt scan
Rob Herring
1
-18
/
+6
2013-07-24
of: Specify initrd location using 64-bit
Santosh Shilimkar
1
-2
/
+1
2013-07-04
mm/microblaze: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-1
/
+1
2013-07-04
mm/ARM64: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-45
/
+3
2013-07-04
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-1
/
+1
2013-07-04
mm/ARM64: kill poison_init_mem()
Jiang Liu
1
-14
/
+3
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-04-30
mm/ARM: use common help functions to free reserved pages
Jiang Liu
1
-24
/
+2
2012-11-14
arm64: mm: update max_dma32 before calculating size of NORMAL zone
Will Deacon
1
-2
/
+2
2012-11-08
arm64: mm: fix booting on systems with no memory below 4GB
Will Deacon
1
-1
/
+1
2012-10-08
arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()
Catalin Marinas
1
-4
/
+1
2012-09-17
arm64: MMU initialisation
Catalin Marinas
1
-0
/
+437