summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-16KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEADongjiu Geng4-0/+29
2018-01-16KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse5-1/+33
2018-01-16KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse4-1/+25
2018-01-16KVM: arm64: Save ESR_EL2 on guest SErrorJames Morse1-3/+6
2018-01-16KVM: arm64: Save/Restore guest DISR_EL1James Morse4-0/+9
2018-01-16KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.James Morse5-1/+24
2018-01-16KVM: arm/arm64: mask/unmask daif around VHE guestsJames Morse3-0/+16
2018-01-16arm64: kernel: Prepare for a DISR userJames Morse7-0/+44
2018-01-16arm64: Unconditionally enable IESB on exception entry/return for firmware-firstJames Morse1-8/+9
2018-01-16arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse3-5/+113
2018-01-16arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi4-1/+33
2018-01-16arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse3-35/+67
2018-01-16arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyJames Morse1-2/+1
2018-01-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin4-8/+10
2018-01-16arm64: Correct type for PUD macrosPunit Agrawal1-3/+3
2018-01-16arm64: Inform user if software PAN is in useStephen Boyd1-0/+3
2018-01-15arm64: fix comment above tcr_compute_pa_sizeKristina Martsenko1-1/+1
2018-01-15KVM: arm/arm64: fix HYP ID map extension to 52 bitsKristina Martsenko1-12/+6
2018-01-15arm64: fix ID map extension to 52 bitsKristina Martsenko1-3/+2
2018-01-15arm64: Stop printing the virtual memory layoutLaura Abbott1-43/+0
2018-01-15firmware: arm_sdei: Fix return value check in sdei_present_dt()Wei Yongjun1-1/+1
2018-01-15perf: dsu: Use signed field for dsu_pmu->num_countersSuzuki K Poulose1-1/+1
2018-01-15arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose1-21/+23
2018-01-14arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd3-1/+24
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper5-40/+156
2018-01-14arm64: entry: Move the trampoline to be before PANSteve Capper2-7/+8
2018-01-14arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper3-9/+8
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse4-14/+113
2018-01-14arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse2-2/+1
2018-01-14firmware: arm_sdei: Discover SDEI support via ACPIJames Morse1-1/+40
2018-01-14arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEIJames Morse2-2/+3
2018-01-14firmware: arm_sdei: add support for CPU private eventsJames Morse1-13/+193
2018-01-13firmware: arm_sdei: Add support for CPU and system power statesJames Morse2-1/+256
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse7-3/+384
2018-01-13arm64: uaccess: Add PAN helperJames Morse2-2/+14
2018-01-13arm64: Add vmap_stack header fileJames Morse2-11/+30
2018-01-13firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse7-0/+797
2018-01-13Docs: dt: add devicetree binding for describing arm64 SDEI firmwareJames Morse1-0/+42
2018-01-13KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse3-11/+12
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse6-6/+49
2018-01-13KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse4-12/+30
2018-01-13KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocationJames Morse1-15/+3
2018-01-13KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2-6/+10
2018-01-12Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas13-61/+1085
2018-01-08arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C1-0/+3
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni6-3/+70
2018-01-08arm64: Implement branch predictor hardening for affected Cortex-A CPUsWill Deacon2-0/+66
2018-01-08arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon1-0/+4
2018-01-08arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier1-0/+13
2018-01-08arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier4-2/+56