index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
mmu.c
Age
Commit message (
Expand
)
Author
2018-03-22
mm/vmalloc: add interfaces to free unmapped page table
Toshi Kani
2018-02-26
arm64: mm: fix thinko in non-global page table attribute check
Ard Biesheuvel
2018-02-22
arm64: Enforce BBM for huge IO/VMAP mappings
Will Deacon
2018-02-16
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
2018-02-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-02-06
arm64: mm: Permit transitioning from Global to Non-Global without BBM
Will Deacon
2018-02-06
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-01-14
arm64: Extend early page table code to allow for larger kernels
Steve Capper
2018-01-14
arm64: mmu: add the entry trampolines start/end section markers into sections.h
James Morse
2018-01-08
mm: pass the vmem_altmap to vmemmap_free
Christoph Hellwig
2018-01-08
mm: pass the vmem_altmap to vmemmap_populate
Christoph Hellwig
2017-12-22
Merge branch 'for-next/52-bit-pa' into for-next/core
Catalin Marinas
2017-12-22
arm64: allow ID map to be extended to 52 bits
Kristina Martsenko
2017-12-22
arm64: don't open code page table entry creation
Kristina Martsenko
2017-12-11
arm64: kaslr: Put kernel vectors address in separate data page
Will Deacon
2017-12-11
arm64: mm: Map entry trampoline into trampoline and kernel page tables
Will Deacon
2017-11-07
arm64: mm: Remove arch_apei_flush_tlb_one()
James Morse
2017-07-28
arm64: mmu: Place guard page after mapping of kernel image
Will Deacon
2017-05-30
arm64: mm: explicity include linux/vmalloc.h
Tobias Klauser
2017-04-05
arm64: kdump: protect crash dump kernel memory
Takahiro Akashi
2017-03-23
arm64: mm: set the contiguous bit for kernel mappings where appropriate
Ard Biesheuvel
2017-03-23
arm64/mm: remove pointless map/unmap sequences when creating page tables
Ard Biesheuvel
2017-03-23
arm64/mmu: replace 'page_mappings_only' parameter with flags argument
Ard Biesheuvel
2017-03-23
arm64/mmu: add contiguous bit to sanity bug check
Ard Biesheuvel
2017-03-23
arm64/mmu: ignore debug_pagealloc for kernel segments
Ard Biesheuvel
2017-03-23
arm64/mmu: align alloc_init_pte prototype with pmd/pud versions
Ard Biesheuvel
2017-03-23
arm64: mmu: apply strict permissions to .init.text and .init.data
Ard Biesheuvel
2017-03-23
arm64: mmu: map .text as read-only from the outset
Ard Biesheuvel
2017-03-23
arm64: alternatives: apply boot time fixups via the linear mapping
Ard Biesheuvel
2017-03-23
arm64: mmu: move TLB maintenance from callers to create_mapping_late()
Ard Biesheuvel
2017-02-24
Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"
Mark Rutland
2017-02-15
arm64: fix warning about swapper_pg_dir overflow
Arnd Bergmann
2017-01-13
arm64: mm: use phys_addr_t instead of unsigned long in __map_memblock
Miles Chen
2017-01-12
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
2016-11-07
arm64: dump: Add checking for writable and exectuable pages
Laura Abbott
2016-11-07
arm64: mm: set the contiguous bit for kernel mappings where appropriate
Ard Biesheuvel
2016-11-07
arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'
Ard Biesheuvel
2016-11-07
arm64: mm: BUG on unsupported manipulations of live kernel mappings
Ard Biesheuvel
2016-09-06
arm64: mm: drop fixup_init() and mm.h
Kefeng Wang
2016-08-22
arm64: apply __ro_after_init to some objects
Jisheng Zhang
2016-08-01
arm64: mm: avoid fdt_check_header() before the FDT is fully mapped
Ard Biesheuvel
2016-07-25
arm64: mm: run pgtable_page_ctor() on non-swapper translation table pages
Ard Biesheuvel
2016-07-25
arm64: mm: make create_mapping_late() non-allocating
Ard Biesheuvel
2016-07-01
arm64: mm: fold init_pgd() into __create_pgd_mapping()
Ard Biesheuvel
2016-07-01
arm64: mm: Remove split_p*d() functions
Catalin Marinas
2016-07-01
arm64: mm: add param to force create_pgd_mapping() to use page mappings
Ard Biesheuvel
2016-06-30
arm64: mm: remove unnecessary BUG_ON
Kefeng Wang
2016-06-27
arm64: mm: fix location of _etext
Ard Biesheuvel
2016-04-15
arm64: Move unflatten_device_tree() call earlier.
David Daney
2016-04-14
arm64: cover the .head.text section in the .text segment mapping
Ard Biesheuvel
[next]