summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse2018-01-164-1/+25
* KVM: arm64: Save ESR_EL2 on guest SErrorJames Morse2018-01-161-3/+6
* KVM: arm64: Save/Restore guest DISR_EL1James Morse2018-01-164-0/+9
* KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.James Morse2018-01-165-1/+24
* KVM: arm/arm64: mask/unmask daif around VHE guestsJames Morse2018-01-163-0/+16
* arm64: kernel: Prepare for a DISR userJames Morse2018-01-167-0/+44
* arm64: Unconditionally enable IESB on exception entry/return for firmware-firstJames Morse2018-01-161-8/+9
* arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse2018-01-163-5/+113
* arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi2018-01-164-1/+33
* arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse2018-01-163-35/+67
* arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyJames Morse2018-01-161-2/+1
* arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin2018-01-164-8/+10
* arm64: Correct type for PUD macrosPunit Agrawal2018-01-161-3/+3
* arm64: Inform user if software PAN is in useStephen Boyd2018-01-161-0/+3
* arm64: fix comment above tcr_compute_pa_sizeKristina Martsenko2018-01-151-1/+1
* KVM: arm/arm64: fix HYP ID map extension to 52 bitsKristina Martsenko2018-01-151-12/+6
* arm64: fix ID map extension to 52 bitsKristina Martsenko2018-01-151-3/+2
* arm64: Stop printing the virtual memory layoutLaura Abbott2018-01-151-43/+0
* firmware: arm_sdei: Fix return value check in sdei_present_dt()Wei Yongjun2018-01-151-1/+1
* perf: dsu: Use signed field for dsu_pmu->num_countersSuzuki K Poulose2018-01-151-1/+1
* arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose2018-01-151-21/+23
* arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd2018-01-143-1/+24
* arm64: Extend early page table code to allow for larger kernelsSteve Capper2018-01-145-40/+156
* arm64: entry: Move the trampoline to be before PANSteve Capper2018-01-142-7/+8
* arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper2018-01-143-9/+8
* arm64: sdei: Add trampoline code for remapping the kernelJames Morse2018-01-144-14/+113
* arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse2018-01-142-2/+1
* firmware: arm_sdei: Discover SDEI support via ACPIJames Morse2018-01-141-1/+40
* arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEIJames Morse2018-01-142-2/+3
* firmware: arm_sdei: add support for CPU private eventsJames Morse2018-01-141-13/+193
* firmware: arm_sdei: Add support for CPU and system power statesJames Morse2018-01-132-1/+256
* arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse2018-01-137-3/+384
* arm64: uaccess: Add PAN helperJames Morse2018-01-132-2/+14
* arm64: Add vmap_stack header fileJames Morse2018-01-132-11/+30
* firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse2018-01-137-0/+797
* Docs: dt: add devicetree binding for describing arm64 SDEI firmwareJames Morse2018-01-131-0/+42
* KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse2018-01-133-11/+12
* arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse2018-01-136-6/+49
* KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse2018-01-134-12/+30
* KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocationJames Morse2018-01-131-15/+3
* KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2018-01-132-6/+10
* Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas2018-01-1213-61/+1085
|\
| * perf: ARM DynamIQ Shared Unit PMU supportSuzuki K Poulose2018-01-025-0/+1010
| * dt-bindings: Document devicetree binding for ARM DSU PMUSuzuki K Poulose2018-01-021-0/+27
| * arm_pmu: Use of_cpu_node_to_id helperSuzuki K Poulose2018-01-021-12/+3
| * arm64: Use of_cpu_node_to_id helper for CPU topology parsingSuzuki K Poulose2018-01-021-10/+6
| * irqchip: gic-v3: Use of_cpu_node_to_id helperSuzuki K Poulose2018-01-021-27/+2
| * coresight: of: Use of_cpu_node_to_id helperSuzuki K Poulose2018-01-021-12/+3
| * of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose2018-01-022-0/+33
| * perf: Export perf_event_update_userpageSuzuki K Poulose2018-01-021-0/+1