summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-13firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse
2018-01-13Docs: dt: add devicetree binding for describing arm64 SDEI firmwareJames Morse
2018-01-13KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-01-13KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse
2018-01-13KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocationJames Morse
2018-01-13KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse
2018-01-12Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas
2018-01-08arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni
2018-01-08arm64: Implement branch predictor hardening for affected Cortex-A CPUsWill Deacon
2018-01-08arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon
2018-01-08arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier
2018-01-08arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-01-08drivers/firmware: Expose psci_get_version through psci_ops structureWill Deacon
2018-01-08arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon
2018-01-08arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon
2018-01-08arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entryWill Deacon
2018-01-08arm64: use RET instruction for exiting the trampolineWill Deacon
2018-01-05arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng
2018-01-05arm64: asid: Do not replace active_asids if already 0Catalin Marinas
2018-01-02perf: ARM DynamIQ Shared Unit PMU supportSuzuki K Poulose
2018-01-02dt-bindings: Document devicetree binding for ARM DSU PMUSuzuki K Poulose
2018-01-02arm_pmu: Use of_cpu_node_to_id helperSuzuki K Poulose
2018-01-02arm64: Use of_cpu_node_to_id helper for CPU topology parsingSuzuki K Poulose
2018-01-02irqchip: gic-v3: Use of_cpu_node_to_id helperSuzuki K Poulose
2018-01-02coresight: of: Use of_cpu_node_to_id helperSuzuki K Poulose
2018-01-02of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose
2018-01-02perf: Export perf_event_update_userpageSuzuki K Poulose
2018-01-02arm64: make label allocation style consistent in tishiftJason A. Donenfeld
2018-01-02ARM64 / cpuidle: Use new cpuidle macro for entering retention statePrashanth Prakash
2018-01-02cpuidle: Add new macro to enter a retention idle statePrashanth Prakash
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas
2017-12-22arm64: enable 52-bit physical address supportKristina Martsenko
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko
2017-12-22arm64: don't open code page table entry creationKristina Martsenko
2017-12-22arm64: head.S: handle 52-bit PAs in PTEs in early page table setupKristina Martsenko
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko
2017-12-22arm64: limit PA size to supported rangeKristina Martsenko
2017-12-22arm64: add kconfig symbol to configure physical address sizeKristina Martsenko
2017-12-11Merge branch 'kpti' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxCatalin Marinas
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2017-12-11arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon
2017-12-11perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()Will Deacon
2017-12-11arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0Will Deacon
2017-12-11arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2017-12-11arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon