summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arm64: use swiotlb_alloc and swiotlb_freeChristoph Hellwig2018-01-151-43/+3
| * | | | arm64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2018-01-152-11/+11
| * | | | arm64: rename swiotlb_dma_opsChristoph Hellwig2018-01-151-2/+2
| * | | | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-1/+1
| |/ / /
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-57/+57
|\ \ \ \
| * | | | signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman2018-01-121-57/+57
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-307-113/+142
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mmSteve Capper2018-01-261-3/+3
| * | arm64: Move BP hardening to check_and_switch_contextMarc Zyngier2018-01-231-2/+3
| * | arm64: mm: ignore memory above supported physical address sizeKristina Martsenko2018-01-191-0/+3
| * | arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-01-162-1/+4
| * | arm64: kernel: Prepare for a DISR userJames Morse2018-01-161-0/+5
| * | arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse2018-01-161-23/+1
| * | arm64: Stop printing the virtual memory layoutLaura Abbott2018-01-151-43/+0
| * | arm64: Extend early page table code to allow for larger kernelsSteve Capper2018-01-141-1/+2
| * | arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse2018-01-141-2/+0
| * | arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse2018-01-131-0/+8
| * | arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-01-082-0/+19
| * | arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2018-01-082-2/+10
| * | arm64: asid: Do not replace active_asids if already 0Catalin Marinas2018-01-051-8/+11
| * | Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas2017-12-223-12/+26
| |\ \
| | * | arm64: allow ID map to be extended to 52 bitsKristina Martsenko2017-12-221-0/+1
| | * | arm64: don't open code page table entry creationKristina Martsenko2017-12-221-5/+9
| | * | arm64: handle 52-bit addresses in TTBRKristina Martsenko2017-12-222-5/+16
| | * | arm64: limit PA size to supported rangeKristina Martsenko2017-12-221-4/+2
| | |/
| * | arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2017-12-111-1/+9
| * | arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2017-12-111-0/+23
| * | arm64: mm: Allocate ASIDs in pairsWill Deacon2017-12-111-8/+17
| * | arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2017-12-111-1/+1
| * | arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon2017-12-111-1/+1
| * | arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon2017-12-112-12/+0
| * | arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon2017-12-111-3/+6
| |/
* | arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland2017-12-141-1/+1
* | arm64: fault: avoid send SIGBUS two timesDongjiu Geng2017-12-131-3/+2
* | arm64: Initialise high_memory global variable earlierSteve Capper2017-12-111-1/+2
|/
* arm64: context: Fix comments and remove pointless smp_wmb()Will Deacon2017-12-011-11/+12
* arm64: pgd: Mark pgd_cache as __ro_after_initJinbum Park2017-12-011-1/+1
* arm64: mm: cleanup stale AIVIVT referencesMark Rutland2017-11-281-1/+4
* arm64/mm/kasan: don't use vmemmap_populate() to initialize shadowWill Deacon2017-11-151-50/+80
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-153-67/+19
|\
| * arm64: explicitly mask all exceptionsJames Morse2017-11-021-5/+4
| * arm64: Don't walk page table for user faults in do_mem_abortWill Deacon2017-11-021-1/+2
| * arm64: consistently log ESR and page tableMark Rutland2017-10-271-2/+5
| * arm64: Update fault_info table with new exception typesJulien Thierry2017-10-191-6/+6
| * dma mapping : export caller to vmallocinfoMatthieu CASTET2017-10-041-1/+1
| * arm64: dma-mapping: Cocci spatch "vma_pages"Thomas Meyer2017-10-021-2/+1
| * arm64: mm: Remove useless and wrong comments from fault.cWill Deacon2017-10-021-51/+1
| |
| \
| \
| \
*---. \ Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki2017-11-131-0/+4
|\ \ \ \ | | |_|/ | |/| |
| | * | arm64: mm: Remove arch_apei_flush_tlb_one()James Morse2017-11-071-0/+4
| | |/
* | / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
| |/ |/|