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.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
/
include
/
asm
/
memory.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-20
/
+46
2017-01-18
arm64: mm: avoid name clash in __page_to_voff()
Oleksandr Andrushchenko
1
-1
/
+1
2017-01-12
arm64: Add support for CONFIG_DEBUG_VIRTUAL
Laura Abbott
1
-3
/
+28
2017-01-12
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
1
-0
/
+1
2017-01-12
arm64: Add cast for virt_to_pfn
Laura Abbott
1
-1
/
+1
2017-01-12
arm64: Move some macros under #ifndef __ASSEMBLY__
Laura Abbott
1
-19
/
+19
2016-12-20
arm64: setup: introduce kaslr_offset()
Alexander Popov
1
-0
/
+5
2016-10-26
arm64: mm: fix __page_to_voff definition
Neeraj Upadhyay
1
-1
/
+1
2016-09-22
arm64: Correctly bounds check virt_addr_valid
Laura Abbott
1
-2
/
+6
2016-06-03
arm64: update stale PAGE_OFFSET comment
Mark Rutland
1
-1
/
+2
2016-04-28
arm64: Promote KERNEL_START/KERNEL_END definitions to a header file
James Morse
1
-0
/
+3
2016-04-14
arm64: mm: restrict virt_to_page() to the linear mapping
Ard Biesheuvel
1
-1
/
+11
2016-04-14
arm64: mm: move vmemmap region right below the linear region
Ard Biesheuvel
1
-1
/
+17
2016-02-29
arm64: mm: treat memstart_addr as a signed quantity
Ard Biesheuvel
1
-1
/
+1
2016-02-24
arm64: add support for kernel ASLR
Ard Biesheuvel
1
-1
/
+4
2016-02-23
arm64: mm: use bit ops rather than arithmetic in pa/va translations
Ard Biesheuvel
1
-3
/
+4
2016-02-23
arm64: mm: only perform memstart_addr sanity check if DEBUG_VM
Ard Biesheuvel
1
-1
/
+3
2016-02-18
arm64: allow kernel Image to be loaded anywhere in physical memory
Ard Biesheuvel
1
-8
/
+10
2016-02-18
arm64: defer __va translation of initrd_start and initrd_end
Ard Biesheuvel
1
-0
/
+8
2016-02-18
arm64: move kernel image to base of vmalloc area
Ard Biesheuvel
1
-6
/
+15
2016-02-18
arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region
Ard Biesheuvel
1
-2
/
+8
2016-02-18
arm64: add support for ioremap() block mappings
Ard Biesheuvel
1
-0
/
+6
2015-11-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+2
2015-10-28
arm64: remove bogus TASK_SIZE_64 check
Ard Biesheuvel
1
-4
/
+0
2015-10-14
Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix
Ingo Molnar
1
-6
/
+8
2015-10-07
arm64: introduce VA_START macro - the first kernel virtual address.
Andrey Ryabinin
1
-0
/
+2
2015-09-09
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+0
2015-08-28
mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h
Christoph Hellwig
1
-6
/
+0
2015-08-24
arm64: set MAX_MEMBLOCK_ADDR according to linear region size
Ard Biesheuvel
1
-0
/
+8
2015-08-08
arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WT
Jonathan (Zhixiong) Zhang
1
-0
/
+1
2015-01-23
arm64: Fix overlapping VA allocations
Mark Rutland
1
-1
/
+9
2014-12-10
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2014-11-13
arm64: ARCH_PFN_OFFSET should be unsigned long
Neil Zhang
1
-1
/
+1
2014-11-10
arm64: Use include/asm-generic/io.h
Thierry Reding
1
-0
/
+2
2014-08-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+1
2014-07-23
arm64: Introduce VA_BITS and translation level options
Jungseok Lee
1
-5
/
+1
2014-07-08
arm64: implement TASK_SIZE_OF
Colin Cross
1
-0
/
+2
2014-05-13
Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+1
2014-05-12
arm64: introduce virt_to_pfn
Stefano Stabellini
1
-0
/
+1
2014-04-08
arm64: add early_ioremap support
Mark Salter
1
-1
/
+1
2013-12-19
arm64: Correct virt_addr_valid
Laura Abbott
1
-2
/
+1
2013-11-05
arm64: Use 42-bit address space with 64K pages
Catalin Marinas
1
-3
/
+8
2013-06-07
arm64: KVM: define HYP and Stage-2 translation page flags
Marc Zyngier
1
-0
/
+6
2013-01-22
arm64: Add simple earlyprintk support
Catalin Marinas
1
-0
/
+1
2012-09-17
arm64: MMU definitions
Catalin Marinas
1
-0
/
+144