summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-10-19KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2-0/+4
2018-10-18arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng1-1/+1
2018-10-03KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier2-2/+2
2018-10-03kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose1-20/+0
2018-10-03kvm: arm64: Limit the minimum number of page table levelsSuzuki K Poulose1-1/+6
2018-10-03kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose1-9/+3
2018-10-01kvm: arm64: Add 52bit support for PAR to HPFAR conversoinSuzuki K Poulose1-0/+7
2018-10-01kvm: arm64: Switch to per VM IPA limitSuzuki K Poulose3-2/+4
2018-10-01kvm: arm64: Configure VTCR_EL2.SL0 per VMSuzuki K Poulose1-19/+48
2018-10-01kvm: arm64: Dynamic configuration of VTTBR maskSuzuki K Poulose2-10/+88
2018-10-01kvm: arm64: Make stage2 page table layout dynamicSuzuki K Poulose1-32/+52
2018-10-01kvm: arm64: Prepare for dynamic stage2 page table layoutSuzuki K Poulose4-124/+136
2018-10-01kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose4-45/+54
2018-10-01kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose4-8/+10
2018-10-01kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose1-0/+2
2018-10-01kvm: arm64: Clean up VTCR_EL2 initialisationSuzuki K Poulose1-0/+3
2018-10-01arm64: Add a helper for PARange to physical shift conversionSuzuki K Poulose1-0/+20
2018-10-01kvm: arm64: Add helper for loading the stage2 setting for a VMSuzuki K Poulose1-0/+9
2018-09-11arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"Miguel Ojeda1-2/+2
2018-09-07arm64: KVM: Remove pgd_lockSteven Price1-2/+1
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier1-1/+0
2018-08-24arm64: 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 Bonzini8-24/+94
2018-08-15Merge 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-27mm: 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
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner1-0/+3
2018-07-21KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse1-4/+4
2018-07-21arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng2-0/+12
2018-07-21arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier1-13/+8
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar5-18/+26
2018-07-12arm64: implement syscall wrappersMark Rutland2-3/+81
2018-07-12arm64: convert compat wrappers to CMark Rutland1-11/+11
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland1-0/+4
2018-07-12arm64: introduce syscall_fn_tMark Rutland1-1/+5
2018-07-12arm64: remove sigreturn wrappersMark Rutland1-2/+2
2018-07-12arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland1-1/+16