aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2018-08-06Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtlinux-linux-linaro-lsk-v4.9-testMark Brown
2018-08-03Merge tag 'v4.9.117' into linux-linaro-lsk-v4.9Mark Brown
2018-08-03arm64: defconfig: Enable Rockchip io-domain driverEnric Balletbo i Serra
2018-08-03arm64: cmpwait: Clear event register before arming exclusive monitorWill Deacon
2018-08-03arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner
2018-07-23Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtMark Brown
2018-07-23Merge tag 'v4.9.114' into linux-linaro-lsk-v4.9Mark Brown
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier
2018-07-22arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier
2018-07-22arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier
2018-07-22arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier
2018-07-22arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier
2018-07-22arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier
2018-07-22arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier
2018-07-22arm64: ssbd: Add global mitigation state accessorMarc Zyngier
2018-07-22arm64: Add 'ssbd' command-line optionMarc Zyngier
2018-07-22arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier
2018-07-22arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier
2018-07-22arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier
2018-07-22KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall
2018-07-22KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier
2018-07-22arm64: alternatives: Add dynamic patching featureMarc Zyngier
2018-07-22KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-07-22KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse
2018-07-22KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse
2018-07-22arm64: assembler: introduce ldr_this_cpuMark Rutland
2018-07-05Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtMark Brown
2018-07-05Merge tag 'v4.9.111' into linux-linaro-lsk-v4.9Mark Brown
2018-07-03arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon
2018-07-03arm64: kpti: Use early_param for kpti= command-line optionWill Deacon
2018-06-11Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtMark Brown
2018-06-11Merge tag 'v4.9.107' into linux-linaro-lsk-v4.9Mark Brown
2018-06-06arm64/cpufeature: don't use mutex in bringup pathMark Rutland
2018-06-06arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose
2018-06-06arm64: lse: Add early clobbers to some input/output asm operandsWill Deacon
2018-06-01Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtlsk-v4.9-18.05-rtMark Brown
2018-05-30Merge tag 'v4.9.104' into linux-linaro-lsk-v4.9Mark Brown
2018-05-30arm64: dts: qcom: Fix SPI5 config on MSM8996Ilia Lin
2018-05-30arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discoveryMarc Zyngier
2018-05-30arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand
2018-05-30arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomicsWill Deacon
2018-05-22KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara
2018-05-22Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtlinux-linaro-lsk-v4.9-rt-testMark Brown
2018-05-21Merge tag 'v4.9.101' into linux-linaro-lsk-v4.9Mark Brown
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose
2018-05-09arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier
2018-04-20arm64: futex: Mask __user pointers prior to dereferenceWill Deacon