index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-21
arm64: Remove asm/memblock.h
Will Deacon
1
-1
/
+0
2018-12-28
lib/ioremap: ensure break-before-make is used for huge p4d mappings
Will Deacon
1
-0
/
+5
2018-12-28
arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()
Will Deacon
1
-6
/
+2
2018-12-12
arm64: Add memory hotplug support
Robin Murphy
1
-0
/
+17
2018-12-10
arm64: mm: EXPORT vabits_user to modules
Will Deacon
1
-0
/
+1
2018-12-10
arm64: mm: introduce 52-bit userspace support
Steve Capper
1
-0
/
+1
2018-11-20
arm64: mm: apply r/o permissions of VM areas to its linear alias as well
Ard Biesheuvel
1
-2
/
+14
2018-11-08
arm64: memblock: don't permit memblock resizing until linear mapping is up
Ard Biesheuvel
1
-0
/
+2
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
1
-1
/
+1
2018-10-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-22
/
+24
2018-10-10
arm64: mm: Use __pa_symbol() for set_swapper_pgd()
James Morse
1
-1
/
+1
2018-09-25
arm64/mm: use fixmap to modify swapper_pg_dir
Jun Yao
1
-2
/
+24
2018-09-25
arm64/mm: Separate boot-time page tables from swapper_pg_dir
Jun Yao
1
-25
/
+5
2018-09-06
arm64: fix erroneous warnings in page freeing functions
Mark Rutland
1
-4
/
+6
2018-07-06
arm64: Implement page table free interfaces
Chintan Pandya
1
-4
/
+44
2018-07-04
ioremap: Update pgtable free interfaces with addr
Chintan Pandya
1
-2
/
+2
2018-05-24
arm64: Make sure permission updates happen for pmd/pud
Laura Abbott
1
-6
/
+10
2018-03-22
mm/vmalloc: add interfaces to free unmapped page table
Toshi Kani
1
-0
/
+10
2018-02-26
arm64: mm: fix thinko in non-global page table attribute check
Ard Biesheuvel
1
-4
/
+4
2018-02-22
arm64: Enforce BBM for huge IO/VMAP mappings
Will Deacon
1
-0
/
+10
2018-02-16
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
1
-134
/
+148
2018-02-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+4
2018-02-06
arm64: mm: Permit transitioning from Global to Non-Global without BBM
Will Deacon
1
-0
/
+4
2018-02-06
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+6
2018-01-14
arm64: Extend early page table code to allow for larger kernels
Steve Capper
1
-1
/
+2
2018-01-14
arm64: mmu: add the entry trampolines start/end section markers into sections.h
James Morse
1
-2
/
+0
2018-01-08
mm: pass the vmem_altmap to vmemmap_free
Christoph Hellwig
1
-1
/
+2
2018-01-08
mm: pass the vmem_altmap to vmemmap_populate
Christoph Hellwig
1
-2
/
+4
2017-12-22
Merge branch 'for-next/52-bit-pa' into for-next/core
Catalin Marinas
1
-5
/
+10
2017-12-22
arm64: allow ID map to be extended to 52 bits
Kristina Martsenko
1
-0
/
+1
2017-12-22
arm64: don't open code page table entry creation
Kristina Martsenko
1
-5
/
+9
2017-12-11
arm64: kaslr: Put kernel vectors address in separate data page
Will Deacon
1
-1
/
+9
2017-12-11
arm64: mm: Map entry trampoline into trampoline and kernel page tables
Will Deacon
1
-0
/
+23
2017-11-07
arm64: mm: Remove arch_apei_flush_tlb_one()
James Morse
1
-0
/
+4
2017-07-28
arm64: mmu: Place guard page after mapping of kernel image
Will Deacon
1
-7
/
+11
2017-05-30
arm64: mm: explicity include linux/vmalloc.h
Tobias Klauser
1
-0
/
+1
2017-04-05
arm64: kdump: protect crash dump kernel memory
Takahiro Akashi
1
-49
/
+54
2017-03-23
arm64: mm: set the contiguous bit for kernel mappings where appropriate
Ard Biesheuvel
1
-43
/
+97
2017-03-23
arm64/mm: remove pointless map/unmap sequences when creating page tables
Ard Biesheuvel
1
-4
/
+0
2017-03-23
arm64/mmu: replace 'page_mappings_only' parameter with flags argument
Ard Biesheuvel
1
-18
/
+27
2017-03-23
arm64/mmu: add contiguous bit to sanity bug check
Ard Biesheuvel
1
-1
/
+9
2017-03-23
arm64/mmu: ignore debug_pagealloc for kernel segments
Ard Biesheuvel
1
-4
/
+3
2017-03-23
arm64/mmu: align alloc_init_pte prototype with pmd/pud versions
Ard Biesheuvel
1
-4
/
+4
2017-03-23
arm64: mmu: apply strict permissions to .init.text and .init.data
Ard Biesheuvel
1
-4
/
+8
2017-03-23
arm64: mmu: map .text as read-only from the outset
Ard Biesheuvel
1
-4
/
+14
2017-03-23
arm64: alternatives: apply boot time fixups via the linear mapping
Ard Biesheuvel
1
-5
/
+17
2017-03-23
arm64: mmu: move TLB maintenance from callers to create_mapping_late()
Ard Biesheuvel
1
-8
/
+8
2017-02-24
Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"
Mark Rutland
1
-30
/
+4
2017-02-15
arm64: fix warning about swapper_pg_dir overflow
Arnd Bergmann
1
-1
/
+1
2017-01-13
arm64: mm: use phys_addr_t instead of unsigned long in __map_memblock
Miles Chen
1
-2
/
+2
[next]