summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-09-12Merge branch 'for-next/timers' into for-next/coreWill Deacon
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon
2024-09-12Merge branch 'for-next/pkvm-guest' into for-next/coreWill Deacon
2024-09-12Merge branch 'for-next/perf' into for-next/coreWill Deacon
2024-09-12Merge branch 'for-next/mm' into for-next/coreWill Deacon
2024-09-12Merge branch 'for-next/misc' into for-next/coreWill Deacon
2024-09-12arm64: hibernate: Fix warning for cast from restricted gfp_tMin-Hua Chen
2024-09-10arm64: esr: Define ESR_ELx_EC_* constants as ULAnastasia Belova
2024-09-10arm64: pkeys: remove redundant WARNJoey Gouly
2024-09-06arm64/mm: use lm_alias() with addresses passed to memblock_free()Joey Gouly
2024-09-06mm: arm64: document why pte is not advanced in contpte_ptep_set_access_flags()Barry Song
2024-09-04arm64: Expose the end of the linear map in PHYSMEM_ENDD Scott Phillips
2024-09-04arm64: trans_pgd: mark PTEs entries as valid to avoid dead kexec()Fares Mehanna
2024-09-04arm64/mm: Delete __init region from memblock.reservedRong Qianfeng
2024-09-04arm64: add Permission Overlay Extension KconfigJoey Gouly
2024-09-04arm64: enable PKEY support for CPUs with S1POEJoey Gouly
2024-09-04arm64: enable POE and PIE to coexistJoey Gouly
2024-09-04arm64/ptrace: add support for FEAT_POEJoey Gouly
2024-09-04arm64: add POE signal supportJoey Gouly
2024-09-04arm64: implement PKEYS supportJoey Gouly
2024-09-04arm64: add pte_access_permitted_no_overlay()Joey Gouly
2024-09-04arm64: handle PKEY/POE faultsJoey Gouly
2024-09-04arm64: mask out POIndex when modifying a PTEJoey Gouly
2024-09-04arm64: convert protection key into vm_flags and pgprot valuesJoey Gouly
2024-09-04arm64: add POIndex definesJoey Gouly
2024-09-04arm64: enable the Permission Overlay Extension for EL0Joey Gouly
2024-09-04x86/mm: add ARCH_PKEY_BITS to KconfigJoey Gouly
2024-09-04powerpc/mm: add ARCH_PKEY_BITS to KconfigJoey Gouly
2024-09-04KVM: arm64: Sanitise ID_AA64MMFR3_EL1Joey Gouly
2024-09-04KVM: arm64: use `at s1e1a` for POEJoey Gouly
2024-09-04KVM: arm64: Save/restore POE registersJoey Gouly
2024-09-04arm64: context switch POR_EL0 registerJoey Gouly
2024-09-04arm64: cpufeature: add Permission Overlay Extension cpucapJoey Gouly
2024-09-04arm64: disable trapping of POR_EL0 to EL2Joey Gouly
2024-09-04Merge remote-tracking branch 'kvmarm/arm64-shared-6.12' into for-next/poeWill Deacon
2024-08-30arm64: mm: Add confidential computing hook to ioremap_prot()Will Deacon
2024-08-30arm64: mm: Add top-level dispatcher for internal mem_encrypt APIWill Deacon
2024-08-30drivers/virt: pkvm: Add initial support for running as a protected guestWill Deacon
2024-08-30firmware/smccc: Call arch-specific hook on discovering KVM servicesMarc Zyngier
2024-08-30arm64: errata: Enable the AC03_CPU_38 workaround for ampere1aD Scott Phillips
2024-08-30KVM: arm64: Make kvm_at() take an OP_AT_*Joey Gouly
2024-08-27arm64: Constify struct kobj_typeHuang Xiaojia
2024-08-27arm64: Implement prctl(PR_{G,S}ET_TSC)Peter Collingbourne
2024-08-23arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI firstDouglas Anderson
2024-08-16perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counterRob Herring (Arm)
2024-08-16KVM: arm64: Refine PMU defines for number of countersRob Herring (Arm)
2024-08-16arm64: perf/kvm: Use a common PMU cycle counter defineRob Herring (Arm)
2024-08-16KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL accessRob Herring (Arm)
2024-08-16KVM: arm64: pmu: Use arm_pmuv3.h register accessorsRob Herring (Arm)
2024-08-16perf: arm_pmuv3: Prepare for more than 32 countersRob Herring (Arm)