index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
mmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: kdump: protect crash dump kernel memory
Takahiro Akashi
2017-04-05
1
-49
/
+54
*
arm64: mm: set the contiguous bit for kernel mappings where appropriate
Ard Biesheuvel
2017-03-23
1
-43
/
+97
*
arm64/mm: remove pointless map/unmap sequences when creating page tables
Ard Biesheuvel
2017-03-23
1
-4
/
+0
*
arm64/mmu: replace 'page_mappings_only' parameter with flags argument
Ard Biesheuvel
2017-03-23
1
-18
/
+27
*
arm64/mmu: add contiguous bit to sanity bug check
Ard Biesheuvel
2017-03-23
1
-1
/
+9
*
arm64/mmu: ignore debug_pagealloc for kernel segments
Ard Biesheuvel
2017-03-23
1
-4
/
+3
*
arm64/mmu: align alloc_init_pte prototype with pmd/pud versions
Ard Biesheuvel
2017-03-23
1
-4
/
+4
*
arm64: mmu: apply strict permissions to .init.text and .init.data
Ard Biesheuvel
2017-03-23
1
-4
/
+8
*
arm64: mmu: map .text as read-only from the outset
Ard Biesheuvel
2017-03-23
1
-4
/
+14
*
arm64: alternatives: apply boot time fixups via the linear mapping
Ard Biesheuvel
2017-03-23
1
-5
/
+17
*
arm64: mmu: move TLB maintenance from callers to create_mapping_late()
Ard Biesheuvel
2017-03-23
1
-8
/
+8
*
Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"
Mark Rutland
2017-02-24
1
-30
/
+4
*
arm64: fix warning about swapper_pg_dir overflow
Arnd Bergmann
2017-02-15
1
-1
/
+1
*
arm64: mm: use phys_addr_t instead of unsigned long in __map_memblock
Miles Chen
2017-01-13
1
-2
/
+2
*
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
2017-01-12
1
-12
/
+21
*
arm64: dump: Add checking for writable and exectuable pages
Laura Abbott
2016-11-07
1
-0
/
+3
*
arm64: mm: set the contiguous bit for kernel mappings where appropriate
Ard Biesheuvel
2016-11-07
1
-4
/
+30
*
arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'
Ard Biesheuvel
2016-11-07
1
-16
/
+16
*
arm64: mm: BUG on unsupported manipulations of live kernel mappings
Ard Biesheuvel
2016-11-07
1
-27
/
+43
*
arm64: mm: drop fixup_init() and mm.h
Kefeng Wang
2016-09-06
1
-12
/
+0
*
arm64: apply __ro_after_init to some objects
Jisheng Zhang
2016-08-22
1
-1
/
+2
*
arm64: mm: avoid fdt_check_header() before the FDT is fully mapped
Ard Biesheuvel
2016-08-01
1
-4
/
+4
*
arm64: mm: run pgtable_page_ctor() on non-swapper translation table pages
Ard Biesheuvel
2016-07-25
1
-3
/
+6
*
arm64: mm: make create_mapping_late() non-allocating
Ard Biesheuvel
2016-07-25
1
-1
/
+1
*
arm64: mm: fold init_pgd() into __create_pgd_mapping()
Ard Biesheuvel
2016-07-01
1
-18
/
+6
*
arm64: mm: Remove split_p*d() functions
Catalin Marinas
2016-07-01
1
-43
/
+4
*
arm64: mm: add param to force create_pgd_mapping() to use page mappings
Ard Biesheuvel
2016-07-01
1
-40
/
+27
*
arm64: mm: remove unnecessary BUG_ON
Kefeng Wang
2016-06-30
1
-1
/
+0
*
arm64: mm: fix location of _etext
Ard Biesheuvel
2016-06-27
1
-10
/
+10
*
arm64: Move unflatten_device_tree() call earlier.
David Daney
2016-04-15
1
-2
/
+0
*
arm64: cover the .head.text section in the .text segment mapping
Ard Biesheuvel
2016-04-14
1
-5
/
+5
*
arm64: use 'segment' rather than 'chunk' to describe mapped kernel regions
Ard Biesheuvel
2016-04-14
1
-7
/
+7
*
arm64: consistently use p?d_set_huge
Mark Rutland
2016-03-24
1
-4
/
+2
*
arm64: mm: Mark .rodata as RO
Jeremy Linton
2016-02-26
1
-6
/
+13
*
arm64: add support for kernel ASLR
Ard Biesheuvel
2016-02-24
1
-9
/
+20
*
arm64: allow kernel Image to be loaded anywhere in physical memory
Ard Biesheuvel
2016-02-18
1
-0
/
+3
*
arm64: move kernel image to base of vmalloc area
Ard Biesheuvel
2016-02-18
1
-33
/
+77
*
arm64: decouple early fixmap init from linear mapping
Ard Biesheuvel
2016-02-18
1
-10
/
+6
*
arm64: add support for ioremap() block mappings
Ard Biesheuvel
2016-02-18
1
-0
/
+41
*
arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC
Laura Abbott
2016-02-16
1
-2
/
+24
*
arm64: Drop alloc function from create_mapping
Laura Abbott
2016-02-16
1
-9
/
+20
*
arm64: mm: create new fine-grained mappings at boot
Mark Rutland
2016-02-16
1
-62
/
+91
*
arm64: mm: allow passing a pgdir to alloc_init_*
Mark Rutland
2016-02-16
1
-14
/
+19
*
arm64: mm: allocate pagetables anywhere
Mark Rutland
2016-02-16
1
-35
/
+0
*
arm64: mm: use fixmap when creating page tables
Mark Rutland
2016-02-16
1
-20
/
+41
*
arm64: mm: avoid redundant __pa(__va(x))
Mark Rutland
2016-02-16
1
-2
/
+2
*
arm64: unmap idmap earlier
Mark Rutland
2016-02-16
1
-6
/
+0
*
arm64: unify idmap removal
Mark Rutland
2016-02-16
1
-3
/
+1
*
arm64: mm: place empty_zero_page in bss
Mark Rutland
2016-02-16
1
-8
/
+1
*
arm64: mm: specialise pagetable allocators
Mark Rutland
2016-02-16
1
-25
/
+27
[next]