index
:
Linux Stable
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.13.y
linux-6.14.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
arm64: apply __ro_after_init to some objects
Jisheng Zhang
2016-08-22
1
-2
/
+3
*
arm64:acpi: fix the acpi alignment exception when 'mem=' specified
Dennis Chen
2016-07-28
1
-1
/
+1
*
arm64: mm: fix location of _etext
Ard Biesheuvel
2016-06-27
1
-2
/
+2
*
arm64: mm: simplify memblock numa node extraction
Mark Rutland
2016-06-27
1
-4
/
+2
*
arm64: mm: only initialize swiotlb when necessary
Jisheng Zhang
2016-06-21
1
-1
/
+2
*
arm64: mm: Show bss segment in kernel memory layout
Kefeng Wang
2016-04-19
1
-0
/
+2
*
arm64: mm: make pr_cont() per line in Virtual kernel memory layout
Kefeng Wang
2016-04-19
1
-11
/
+10
*
arm64, numa: Add NUMA support for arm64 platforms.
Ganapatrao Kulkarni
2016-04-15
1
-5
/
+30
*
arm64: mm: move vmemmap region right below the linear region
Ard Biesheuvel
2016-04-14
1
-4
/
+10
*
arm64: mm: free __init memory via the linear mapping
Ard Biesheuvel
2016-04-14
1
-1
/
+2
*
arm64: add the initrd region to the linear mapping explicitly
Ard Biesheuvel
2016-04-14
1
-0
/
+29
*
arm64/mm: ensure memstart_addr remains sufficiently aligned
Ard Biesheuvel
2016-04-14
1
-2
/
+6
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-03-24
1
-32
/
+28
|
\
|
*
arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_co...
Catalin Marinas
2016-03-21
1
-32
/
+28
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-03-17
1
-20
/
+110
|
\
|
|
*
arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenly
Ard Biesheuvel
2016-03-02
1
-0
/
+7
|
*
arm64: mm: treat memstart_addr as a signed quantity
Ard Biesheuvel
2016-02-29
1
-2
/
+2
|
*
arm64: mm: list kernel sections in order
Ard Biesheuvel
2016-02-29
1
-2
/
+2
|
*
arm64: mm: Mark .rodata as RO
Jeremy Linton
2016-02-26
1
-1
/
+3
|
*
arm64/mm: remove unnecessary boundary check
Miles Chen
2016-02-26
1
-2
/
+0
|
*
arm64: kaslr: randomize the linear region
Ard Biesheuvel
2016-02-24
1
-2
/
+20
|
*
arm64: allow kernel Image to be loaded anywhere in physical memory
Ard Biesheuvel
2016-02-18
1
-2
/
+61
|
*
arm64: defer __va translation of initrd_start and initrd_end
Ard Biesheuvel
2016-02-18
1
-4
/
+9
|
*
arm64: move kernel image to base of vmalloc area
Ard Biesheuvel
2016-02-18
1
-11
/
+12
*
|
arm64: vmemmap: use virtual projection of linear region
Ard Biesheuvel
2016-02-26
1
-2
/
+2
|
/
*
Merge branch 'aarch64/efi' into aarch64/for-next/core
Will Deacon
2015-12-15
1
-1
/
+1
|
\
|
*
arm64: only consider memblocks with NOMAP cleared for linear mapping
Ard Biesheuvel
2015-12-09
1
-1
/
+1
*
|
arm64: mm: fold alternatives into .init
Mark Rutland
2015-12-10
1
-1
/
+0
*
|
arm64: add __init/__initdata section marker to some functions/variables
Jisheng Zhang
2015-12-02
1
-3
/
+3
|
/
*
arm64: Fix build with CONFIG_ZONE_DMA=n
Robin Murphy
2015-10-29
1
-6
/
+7
*
ARM64: kasan: print memory assignment
Linus Walleij
2015-10-12
1
-0
/
+6
*
arm64: mm: add __init section marker to free_initrd_mem
Wang Long
2015-07-27
1
-2
/
+2
*
arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAP
Dave P Martin
2015-06-17
1
-1
/
+1
*
arm64: use fixmap region for permanent FDT mapping
Ard Biesheuvel
2015-06-02
1
-1
/
+0
*
of/fdt: split off FDT self reservation from memreserve processing
Ard Biesheuvel
2015-06-02
1
-0
/
+1
*
arm64: add support for memtest
Vladimir Murzin
2015-04-14
1
-0
/
+2
*
arm64: Increase the swiotlb buffer size 64MB
Catalin Marinas
2015-02-27
1
-5
/
+9
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-02-11
1
-2
/
+23
|
\
|
*
arm64: Fix overlapping VA allocations
Mark Rutland
2015-01-23
1
-2
/
+3
|
*
arm64: add better page protections to arm64
Laura Abbott
2015-01-22
1
-0
/
+1
|
*
arm64: respect mem= for EFI
Mark Rutland
2015-01-16
1
-0
/
+19
*
|
arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd t...
Catalin Marinas
2015-01-16
1
-7
/
+1
|
/
*
arm64: add alternative runtime patching
Andre Przywara
2014-11-25
1
-0
/
+2
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-10-08
1
-1
/
+1
|
\
|
*
arm64:mm: initialize max_mapnr using function set_max_mapnr
Ganapatrao Kulkarni
2014-09-17
1
-1
/
+1
|
|
|
\
*
-
.
\
Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...
Russell King
2014-10-02
1
-3
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
ARM: 8167/1: extend the reserved memory for initrd to be page aligned
Yalin Wang
2014-10-02
1
-1
/
+7
|
|
/
|
/
|
|
*
efi/arm64: Fix fdt-related memory reservation
Mark Salter
2014-09-09
1
-2
/
+1
|
/
*
arm64: ignore DT memreserve entries when booting in UEFI mode
Leif Lindholm
2014-08-19
1
-1
/
+3
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-08-04
1
-15
/
+19
|
\
[prev]
[next]