summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-01arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier2-1/+4
2018-10-01arm64: compat: Add CNTFRQ trap handlerMarc Zyngier1-0/+3
2018-10-01arm64: compat: Add CNTVCT trap handlerMarc Zyngier1-0/+3
2018-10-01arm64: Add decoding macros for CP15_32 and CP15_64 trapsMarc Zyngier1-0/+52
2018-10-01arm64: remove unused asm/compiler.h header fileArd Biesheuvel3-32/+0
2018-10-01arm64: compat: Provide definition for COMPAT_SIGMINSTKSZWill Deacon1-0/+1
2018-09-25arm64/mm: use fixmap to modify swapper_pg_dirJun Yao1-6/+29
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao3-2/+6
2018-09-21arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse1-2/+0
2018-09-21arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISSAnshuman Khandual1-0/+12
2018-09-21arm64/cpufeatures: Factorize emulate_mrs()Anshuman Khandual1-0/+1
2018-09-21arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual2-1/+3
2018-09-19arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZEWill Deacon2-7/+5
2018-09-18arm64: KVM: Enable Common Not Private translationsVladimir Murzin2-0/+6
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin4-3/+25
2018-09-17arm64: sysreg: Clean up instructions for modifying PSTATE fieldsSuzuki K Poulose1-10/+20
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon1-4/+0
2018-09-14KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon1-0/+11
2018-09-14arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon4-0/+12
2018-09-14arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon3-5/+15
2018-09-14arm64: Fix silly typo in commentWill Deacon1-1/+1
2018-09-11arm64: tlb: Rewrite stale comment in asm/tlbflush.hWill Deacon1-25/+55
2018-09-11arm64: tlb: Avoid synchronous TLBIs when freeing page tablesWill Deacon2-14/+0
2018-09-11arm64: tlb: Adjust stride and type of TLBI according to mmu_gatherWill Deacon1-9/+10
2018-09-11arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE codeWill Deacon1-9/+3
2018-09-11arm64: tlbflush: Allow stride to be specified for __flush_tlb_range()Will Deacon2-7/+10
2018-09-11arm64: tlb: Justify non-leaf invalidation in flush_tlb_range()Will Deacon1-0/+4
2018-09-11arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d()Will Deacon1-2/+8
2018-09-11arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable()Will Deacon1-0/+2
2018-09-11arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range()Will Deacon1-1/+1
2018-09-10arm64: uaccess: implement unsafe accessorsJulien Thierry1-15/+46
2018-09-10arm64: cpufeature: add feature for CRC32 instructionsArd Biesheuvel1-1/+2
2018-08-23arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.hWill Deacon1-0/+2
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini9-24/+107
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds24-238/+354
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+5
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-64/+4
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2018-08-12KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier1-0/+2
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner5-18/+26
2018-08-03arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-2/+0
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+3
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-3/+1
2018-07-31arm64: drop unused kernel_neon_begin_partial() macroArd Biesheuvel1-7/+0
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-1/+3
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-0/+15
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott2-15/+67
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-18/+14
2018-07-23arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro1-7/+16