summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon11-3/+215
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier4-16/+11
2018-01-08drivers/firmware: Expose psci_get_version through psci_ops structureWill Deacon2-0/+3
2018-01-08arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon1-2/+2
2018-01-08arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon2-1/+8
2018-01-08arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entryWill Deacon1-7/+6
2018-01-08arm64: use RET instruction for exiting the trampolineWill Deacon1-1/+9
2018-01-05arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng6-1/+12
2018-01-05arm64: asid: Do not replace active_asids if already 0Catalin Marinas1-8/+11
2018-01-02perf: ARM DynamIQ Shared Unit PMU supportSuzuki K Poulose5-0/+1010
2018-01-02dt-bindings: Document devicetree binding for ARM DSU PMUSuzuki K Poulose1-0/+27
2018-01-02arm_pmu: Use of_cpu_node_to_id helperSuzuki K Poulose1-12/+3
2018-01-02arm64: Use of_cpu_node_to_id helper for CPU topology parsingSuzuki K Poulose1-10/+6
2018-01-02irqchip: gic-v3: Use of_cpu_node_to_id helperSuzuki K Poulose1-27/+2
2018-01-02coresight: of: Use of_cpu_node_to_id helperSuzuki K Poulose1-12/+3
2018-01-02of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose2-0/+33
2018-01-02perf: Export perf_event_update_userpageSuzuki K Poulose1-0/+1
2018-01-02arm64: make label allocation style consistent in tishiftJason A. Donenfeld1-4/+4
2018-01-02ARM64 / cpuidle: Use new cpuidle macro for entering retention statePrashanth Prakash1-1/+7
2018-01-02cpuidle: Add new macro to enter a retention idle statePrashanth Prakash1-16/+24
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas20-101/+317
2017-12-22arm64: enable 52-bit physical address supportKristina Martsenko1-0/+13
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko8-45/+83
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko5-20/+51
2017-12-22arm64: don't open code page table entry creationKristina Martsenko4-7/+16