platform/kernel/linux-rpi.git
2021-01-14 Alexandru EliseiKVM: arm64: Use the reg_to_encoding() macro instead...
2021-01-14 David BrazdilKVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
2021-01-14 Marc ZyngierKVM: arm64: Simplify handling of absent PMU system...
2021-01-14 Marc ZyngierKVM: arm64: Hide PMU registers from userspace when...
2021-01-05 Shannon Zhaoarm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST
2021-01-04 Marc ZyngierKVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
2020-12-31 Marc ZyngierKVM: arm64: Remove spurious semicolon in reg_to_encoding()
2020-12-30 Marc ZyngierKVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation
2020-12-27 Marc ZyngierKVM: arm64: Consolidate dist->ready setting into kvm_vg...
2020-12-27 Alexandru EliseiKVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()
2020-12-27 Alexandru EliseiKVM: arm64: Update comment in kvm_vgic_map_resources()
2020-12-23 Alexandru EliseiKVM: arm64: Move double-checked lock to kvm_vgic_map_re...
2020-12-23 Alexandru EliseiKVM: arm64: arch_timer: Remove VGIC initialization...
2020-12-23 Alexandru EliseiKVM: Documentation: Add arm64 KVM_RUN error codes
2020-12-22 Marc ZyngierKVM: arm64: Declutter host PSCI 0.1 handling
2020-12-22 David BrazdilKVM: arm64: Move skip_host_instruction to adjust_pc.h
2020-12-22 David BrazdilKVM: arm64: Remove unused includes in psci-relay.c
2020-12-22 David BrazdilKVM: arm64: Minor cleanup of hyp variables used in...
2020-12-22 David BrazdilKVM: arm64: Skip computing hyp VA layout for VHE
2020-12-22 David BrazdilKVM: arm64: Use lm_alias in nVHE-only VA conversion
2020-12-22 David BrazdilKVM: arm64: Prevent use of invalid PSCI v0.1 function IDs
2020-12-22 Marc ZyngierKVM: arm64: Don't access PMCR_EL0 when no PMU is available
2020-12-09 Marc ZyngierMerge remote-tracking branch 'origin/kvm-arm64/psci...
2020-12-08 Marc ZyngierKVM: arm64: Fix nVHE boot on VHE systems
2020-12-04 Marc ZyngierMerge remote-tracking branch 'origin/kvm-arm64/misc...
2020-12-04 David BrazdilKVM: arm64: Fix EL2 mode availability checks
2020-12-04 David BrazdilKVM: arm64: Trap host SMCs in protected mode
2020-12-04 David BrazdilKVM: arm64: Keep nVHE EL2 vector installed
2020-12-04 David BrazdilKVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCs
2020-12-04 David BrazdilKVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
2020-12-04 David BrazdilKVM: arm64: Intercept host's CPU_ON SMCs
2020-12-04 David BrazdilKVM: arm64: Add function to enter host from KVM nVHE...
2020-12-04 David BrazdilKVM: arm64: Extract __do_hyp_init into a helper function
2020-12-04 David BrazdilKVM: arm64: Forward safe PSCI SMCs coming from host
2020-12-04 David BrazdilKVM: arm64: Add offset for hyp VA <-> PA conversion
2020-12-04 David BrazdilKVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2
2020-12-04 David BrazdilKVM: arm64: Add SMC handler in nVHE EL2
2020-12-04 David BrazdilKVM: arm64: Create nVHE copy of cpu_logical_map
2020-12-04 David BrazdilKVM: arm64: Support per_cpu_ptr in nVHE hyp code
2020-12-04 David BrazdilKVM: arm64: Add .hyp.data..ro_after_init ELF section
2020-12-04 David BrazdilKVM: arm64: Init MAIR/TCR_EL2 from params struct
2020-12-04 David BrazdilKVM: arm64: Move hyp-init params to a per-CPU struct
2020-12-04 David BrazdilKVM: arm64: Remove vector_ptr param of hyp-init
2020-12-04 David Brazdilarm64: Extract parts of el2_setup into a macro
2020-12-04 David Brazdilarm64: Make cpu_logical_map() take unsigned int
2020-12-04 David Brazdilpsci: Add accessor for psci_0_1_function_ids
2020-12-04 David Brazdilpsci: Replace psci_function_id array with a struct
2020-12-04 David Brazdilpsci: Split functions to v0.1 and v0.2+ variants
2020-12-04 David Brazdilpsci: Support psci_ops.get_version for v0.1
2020-12-04 David BrazdilKVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capability
2020-12-04 David BrazdilKVM: arm64: Add kvm-arm.mode early kernel parameter
2020-12-04 Marc ZyngierMerge remote-tracking branch 'arm64/for-next/uaccess...
2020-12-03 Marc ZyngierMerge remote-tracking branch 'origin/kvm-arm64/csv3...
2020-12-03 Keqian ZhuKVM: arm64: Use kvm_write_guest_lock when init stolen...
2020-12-03 Keqian ZhuKVM: arm64: Some fixes of PV-time interface document
2020-12-03 Mark Rutlandarm64: mark __system_matches_cap as __maybe_unused
2020-12-02 Mark Rutlandarm64: uaccess: remove vestigal UAO support
2020-12-02 Mark Rutlandarm64: uaccess: remove redundant PAN toggling
2020-12-02 Mark Rutlandarm64: uaccess: remove addr_limit_user_check()
2020-12-02 Mark Rutlandarm64: uaccess: remove set_fs()
2020-12-02 Mark Rutlandarm64: uaccess cleanup macro naming
2020-12-02 Mark Rutlandarm64: uaccess: split user/kernel routines
2020-12-02 Mark Rutlandarm64: uaccess: refactor __{get,put}_user
2020-12-02 Mark Rutlandarm64: uaccess: simplify __copy_user_flushcache()
2020-12-02 Mark Rutlandarm64: uaccess: rename privileged uaccess routines
2020-12-02 Mark Rutlandarm64: sdei: explicitly simulate PAN/UAO entry
2020-12-02 Mark Rutlandarm64: sdei: move uaccess logic to arch/arm64/
2020-12-02 Mark Rutlandarm64: head.S: always initialize PSTATE
2020-12-02 Mark Rutlandarm64: head.S: cleanup SCTLR_ELx initialization
2020-12-02 Mark Rutlandarm64: head.S: rename el2_setup -> init_kernel_el
2020-12-02 Mark Rutlandarm64: add C wrappers for SET_PSTATE_*()
2020-12-02 Mark Rutlandarm64: ensure ERET from kthread is illegal
2020-11-30 Marc ZyngierKVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the...
2020-11-30 Shenming LuKVM: arm64: Delay the polling of the GICR_VPENDBASER...
2020-11-28 Marc Zyngierarm64: Make the Meltdown mitigation state available
2020-11-27 Marc ZyngierMerge branch 'kvm-arm64/misc-5.11' into kvmarm-master...
2020-11-27 Marc ZyngierMerge branch 'kvm-arm64/cache-demux' into kvmarm-master...
2020-11-27 Andrew JonesKVM: arm64: selftests: Filter out DEMUX registers
2020-11-27 Andrew JonesKVM: arm64: CSSELR_EL1 max is 13
2020-11-27 Will DeaconKVM: arm64: Remove unused __extended_idmap_trampoline...
2020-11-27 Will DeaconKVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()
2020-11-27 Will DeaconKVM: arm64: Move 'struct kvm_arch_memory_slot' out...
2020-11-27 Marc ZyngierMerge branch 'kvm-arm64/vector-rework' into kvmarm...
2020-11-27 Marc ZyngierMerge branch 'kvm-arm64/pmu-undef' into kvmarm-master...
2020-11-27 Marc ZyngierKVM: arm64: Get rid of the PMU ready state
2020-11-27 Marc ZyngierKVM: arm64: Gate kvm_pmu_update_state() on the PMU...
2020-11-27 Marc ZyngierKVM: arm64: Remove dead PMU sysreg decoding code
2020-11-27 Marc ZyngierKVM: arm64: Remove PMU RAZ/WI handling
2020-11-27 Marc ZyngierKVM: arm64: Inject UNDEF on PMU access when no PMU...
2020-11-27 Marc ZyngierKVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset...
2020-11-27 Marc ZyngierKVM: arm64: Set ID_AA64DFR0_EL1.PMUVer to 0 when no...
2020-11-27 Alexandru EliseiKVM: arm64: Refuse to run VCPU if PMU is not initialized
2020-11-27 Marc ZyngierKVM: arm64: Add kvm_vcpu_has_pmu() helper
2020-11-27 Marc ZyngierMerge branch 'kvm-arm64/host-hvc-table' into kvmarm...
2020-11-27 Marc ZyngierMerge branch 'kvm-arm64/copro-no-more' into kvmarm...
2020-11-27 Marc ZyngierMerge branch 'kvm-arm64/el2-pc' into kvmarm-master...
2020-11-27 Marc ZyngierKVM: arm64: Avoid repetitive stack access on host EL1...
2020-11-27 Marc ZyngierKVM: arm64: Simplify __kvm_enable_ssbs()
2020-11-27 Marc ZyngierKVM: arm64: Patch kimage_voffset instead of loading...
2020-11-16 Will DeaconKVM: arm64: Remove redundant hyp vectors entry
next