summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-10-31KVM: arm64: Handle stage-1 permission overlaysMarc Zyngier
2024-10-31KVM: arm64: Make PAN conditions part of the S1 walk contextMarc Zyngier
2024-10-31KVM: arm64: Disable hierarchical permissions when POE is enabledMarc Zyngier
2024-10-31KVM: arm64: Add POE save/restore for AT emulation fast-pathMarc Zyngier
2024-10-31KVM: arm64: Add save/restore support for POR_EL2Marc Zyngier
2024-10-31KVM: arm64: Add basic support for POR_EL2Marc Zyngier
2024-10-31KVM: arm64: Add kvm_has_s1poe() helperMarc Zyngier
2024-10-31KVM: arm64: Subject S1PIE/S1POE registers to HCR_EL2.{TVM,TRVM}Marc Zyngier
2024-10-31KVM: arm64: Drop bogus CPTR_EL2.E0POE trap routingMarc Zyngier
2024-10-31arm64: Add encoding for POR_EL2Marc Zyngier
2024-10-31KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEFMarc Zyngier
2024-10-31KVM: arm64: Hide S1PIE registers from userspace when disabled for guestsMark Brown
2024-10-31KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guestsMark Brown
2024-10-31KVM: arm64: Define helper for EL2 registers with custom visibilityMark Brown
2024-10-31KVM: arm64: Add a composite EL2 visibility helperMarc Zyngier
2024-10-31KVM: arm64: Implement AT S1PIE supportMarc Zyngier
2024-10-31KVM: arm64: Disable hierarchical permissions when S1PIE is enabledMarc Zyngier
2024-10-31KVM: arm64: Split S1 permission evaluation into direct and hierarchical partsMarc Zyngier
2024-10-31KVM: arm64: Add AT fast-path support for S1PIEMarc Zyngier
2024-10-31KVM: arm64: Handle PIR{,E0}_EL2 trapsMarc Zyngier
2024-10-31KVM: arm64: Add save/restore for PIR{,E0}_EL2Marc Zyngier
2024-10-31KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arraysMarc Zyngier
2024-10-31KVM: arm64: Extend masking facility to arbitrary registersMarc Zyngier
2024-10-31KVM: arm64: Add save/restore for TCR2_EL2Marc Zyngier
2024-10-31KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with VHEMarc Zyngier
2024-10-31KVM: arm64: Sanitise TCR2_EL2Marc Zyngier
2024-10-31KVM: arm64: nv: Save/Restore vEL2 sysregsMarc Zyngier
2024-10-31KVM: arm64: Add TCR2_EL2 to the sysreg arraysMarc Zyngier
2024-10-31arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFTMarc Zyngier
2024-10-31KVM: arm64: nv: Handle CNTHCTL_EL2 speciallyMarc Zyngier
2024-10-31KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping()Marc Zyngier
2024-10-31KVM: arm64: Drop useless struct s2_mmu in __kvm_at_s1e2()Marc Zyngier
2024-10-31arm64: Add encoding for PIRE0_EL2Marc Zyngier
2024-10-31arm64: Remove VNCR definition for PIRE0_EL2Marc Zyngier
2024-10-31arm64: Drop SKL0/SKL1 from TCR2_EL2Marc Zyngier
2024-10-30s390/time: Add PtP driverSven Schnelle
2024-10-30s390/time: Add clocksource id to TOD clockSven Schnelle
2024-10-31powerpc64/bpf: Add support for bpf trampolinesNaveen N Rao
2024-10-31samples/ftrace: Add support for ftrace direct samples on powerpcNaveen N Rao
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLSNaveen N Rao
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPSNaveen N Rao
2024-10-31powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubsNaveen N Rao
2024-10-31powerpc64/ftrace: Move ftrace sequence out of lineNaveen N Rao
2024-10-31kbuild: Add generic hook for architectures to use before the final vmlinux linkNaveen N Rao
2024-10-31powerpc/ftrace: Add a postlink script to validate function tracerNaveen N Rao
2024-10-31powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_...Naveen N Rao
2024-10-31powerpc/ftrace: Move ftrace stub used for init text before _einittextNaveen N Rao
2024-10-31powerpc/ftrace: Skip instruction patching if the instructions are the sameNaveen N Rao
2024-10-31powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftraceNaveen N Rao
2024-10-31powerpc/module_64: Convert #ifdef to IS_ENABLED()Naveen N Rao