summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2025-01-12KVM: arm64: coresight: Give TRBE enabled state to KVMJames Clark
2025-01-12arm64/sysreg/tools: Move TRFCR definitions to sysregJames Clark
2025-01-12Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/nextMarc Zyngier
2025-01-12Merge branch kvm-arm64/pkvm-np-guest into kvmarm-master/nextMarc Zyngier
2025-01-11Merge remote-tracking branch 'arm64/for-next/cpufeature' into kvm-arm64/pkvm-...Marc Zyngier
2025-01-10arm64: Remove duplicate included headerThorsten Blum
2025-01-10hyperv: Remove the now unused hyperv-tlfs.h filesNuno Das Neves
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves
2025-01-08sched,arm64: Handle CPU isolation on last resort fallback rq selectionFrederic Weisbecker
2025-01-08arm64: rsi: Add automatic arm-cca-guest module loadingJeremy Linton
2025-01-08arm64/hwcap: Describe 2024 dpISA extensions to userspaceMark Brown
2025-01-08arm64: kvm: Introduce nvhe stack size constantsKalesh Singh
2025-01-08KVM: arm64: Fix nVHE stacktrace VA bits maskVincent Donnefort
2025-01-07arm64/mm: Replace open encodings with PXD_TABLE_BITAnshuman Khandual
2025-01-07arm64/mm: Rename pte_mkpresent() as pte_mkvalid()Anshuman Khandual
2025-01-02KVM: arm64: Work around x1e's CNTVOFF_EL2 bogosityMarc Zyngier
2025-01-02KVM: arm64: nv: Sanitise CNTHCTL_EL2Marc Zyngier
2025-01-02KVM: arm64: nv: Add handling of EL2-specific timer registersMarc Zyngier
2024-12-26ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddrMasami Hiramatsu (Google)
2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google)
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)
2024-12-26tracing: Add ftrace_fill_perf_regs() for perf eventMasami Hiramatsu (Google)
2024-12-26tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regsMasami Hiramatsu (Google)
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)
2024-12-20KVM: arm64: Convert the SVE guest vcpu flag to a vm flagFuad Tabba
2024-12-20KVM: arm64: Remove PtrAuth guest vcpu flagFuad Tabba
2024-12-20KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHEFuad Tabba
2024-12-20KVM: arm64: Refactor kvm_reset_cptr_el2()Fuad Tabba
2024-12-20KVM: arm64: Calculate cptr_el2 traps on activating trapsFuad Tabba
2024-12-20KVM: arm64: Rework specifying restricted features for protected VMsFuad Tabba
2024-12-20KVM: arm64: Use KVM extension checks for allowed protected VM capabilitiesFuad Tabba
2024-12-20KVM: arm64: Plumb the pKVM MMU in KVMQuentin Perret
2024-12-20KVM: arm64: Introduce the EL1 pKVM MMUQuentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_tlb_flush_vmid()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_mkyoung_guest()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_wrprotect_guest()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_relax_guest_perms()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_unshare_guest()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_share_guest()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_vcpu_{load,put}()Marc Zyngier
2024-12-20KVM: arm64: Make kvm_pgtable_stage2_init() a static inline functionQuentin Perret
2024-12-20KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_permsQuentin Perret
2024-12-20KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoungQuentin Perret
2024-12-20KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restoreOliver Upton
2024-12-20KVM: arm64: nv: Honor MDCR_EL2.TDE routing for debug exceptionsOliver Upton
2024-12-20KVM: arm64: Manage software step state at load/putMarc Zyngier
2024-12-20KVM: arm64: Don't hijack guest context MDSCR_EL1Oliver Upton
2024-12-20KVM: arm64: Compute MDCR_EL2 at vcpu_load()Oliver Upton
2024-12-20KVM: arm64: Reload vCPU for accesses to OSLAR_EL1Oliver Upton