summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorLines
2018-08-23arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.hWill Deacon-0/+2
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini-24/+107
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-238/+354
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+5
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-64/+4
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+0
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2018-08-12KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier-0/+2
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-18/+26
2018-08-03arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt-2/+0
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-1/+3
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds-3/+1
2018-07-31arm64: drop unused kernel_neon_begin_partial() macroArd Biesheuvel-7/+0
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov-1/+3
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott-0/+15
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott-15/+67
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-18/+14
2018-07-23arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro-7/+16
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner-0/+3
2018-07-21KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse-4/+4
2018-07-21arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng-0/+25
2018-07-21arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier-13/+8
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar-18/+26
2018-07-12arm64: implement syscall wrappersMark Rutland-3/+81
2018-07-12arm64: convert compat wrappers to CMark Rutland-11/+11
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland-0/+4
2018-07-12arm64: introduce syscall_fn_tMark Rutland-1/+5
2018-07-12arm64: remove sigreturn wrappersMark Rutland-2/+2
2018-07-12arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland-1/+16
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland-10/+0
2018-07-12arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland-10/+10
2018-07-11arm64: neon: Fix function may_use_simd() return error statusYandong Zhao-12/+7
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon-1/+3
2018-07-09arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi-2/+4
2018-07-09KVM: arm/arm64: Enable adaptative WFE trappingMarc Zyngier-0/+10
2018-07-09KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier-0/+7
2018-07-09KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier-3/+0
2018-07-09arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is setMarc Zyngier-2/+12
2018-07-09arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier-9/+46
2018-07-06arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla-2/+2
2018-07-06arm64: topology: add support to remove cpu topology sibling masksSudeep Holla-0/+2
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla-0/+4
2018-07-06arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya-0/+7
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon-2/+0
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon-1/+26
2018-07-05arm64: remove unused COMPAT_PSR definitionsMark Rutland-28/+0
2018-07-05kvm/arm: use PSR_AA32 definitionsMark Rutland-5/+5
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland-4/+4
2018-07-05arm64: add PSR_AA32_* definitionsMark Rutland-1/+56
2018-07-05arm64: Handle mismatched cache typeSuzuki K Poulose-1/+2