summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2024-06-27KVM: arm64: Get rid of HCRX_GUEST_FLAGSMarc Zyngier
2024-06-27KVM: arm64: Correctly honor the presence of FEAT_TCRXMarc Zyngier
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-06-24arm64: Cleanup __cpu_set_tcr_t0sz()Seongsu Park
2024-06-24arm64: irqchip/gic-v3: Select priorities at boot timeMark Rutland
2024-06-24arm64/mm: Stop using ESR_ELx_FSC_TYPE during faultAnshuman Khandual
2024-06-20KVM: arm64: nv: Add TCPAC/TTA to CPTR->CPACR conversion helperMarc Zyngier
2024-06-20KVM: arm64: nv: Load guest hyp's ZCR into EL1 stateOliver Upton
2024-06-20KVM: arm64: nv: Handle ZCR_EL2 trapsOliver Upton
2024-06-20KVM: arm64: nv: Forward SVE traps to guest hypervisorOliver Upton
2024-06-20KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisorJintack Lim
2024-06-20arm64: Introduce esr_brk_comment, esr_is_cfi_brkPierre-Clément Tosi
2024-06-20KVM: arm64: Fix __pkvm_init_switch_pgd call ABIPierre-Clément Tosi
2024-06-20KVM: arm64: Treat CTR_EL0 as a VM feature ID registerSebastian Ott
2024-06-20KVM: arm64: unify code to prepare trapsSebastian Ott
2024-06-20KVM: arm64: nv: Use accessors for modifying ID registersOliver Upton
2024-06-20KVM: arm64: Add helper for writing ID regsOliver Upton
2024-06-20KVM: arm64: Use read-only helper for reading VM ID registersOliver Upton
2024-06-19arm64: word-at-a-time: improve byte count calculations for LELinus Torvalds
2024-06-19arm64: start using 'asm goto' for put_user()Linus Torvalds
2024-06-19arm64: start using 'asm goto' for get_user() when availableLinus Torvalds
2024-06-19arm64: mm: Permit PTE SW bits to change in live mappingsRyan Roberts
2024-06-19KVM: arm64: nv: Tag shadow S2 entries with guest's leaf S2 levelMarc Zyngier
2024-06-19KVM: arm64: nv: Handle FEAT_TTL hinted TLB operationsMarc Zyngier
2024-06-19KVM: arm64: nv: Handle TLB invalidation targeting L2 stage-1Marc Zyngier
2024-06-19KVM: arm64: nv: Handle EL2 Stage-1 TLB invalidationMarc Zyngier
2024-06-19KVM: arm64: nv: Add Stage-1 EL2 invalidation primitivesMarc Zyngier
2024-06-19KVM: arm64: nv: Unmap/flush shadow stage 2 page tablesChristoffer Dall
2024-06-19KVM: arm64: nv: Handle shadow stage 2 page faultsMarc Zyngier
2024-06-19KVM: arm64: nv: Implement nested Stage-2 page table walk logicChristoffer Dall
2024-06-19KVM: arm64: nv: Support multiple nested Stage-2 mmu structuresMarc Zyngier
2024-06-12arm64: errata: Unify speculative SSBS errata logicMark Rutland
2024-06-12arm64: cputype: Add Cortex-X925 definitionsMark Rutland
2024-06-12arm64: cputype: Add Cortex-A720 definitionsMark Rutland
2024-06-12arm64: cputype: Add Cortex-X3 definitionsMark Rutland
2024-06-12arm64: mte: Make mte_check_tfsr_*() conditional on KASAN instead of MTEPeter Collingbourne
2024-06-12arm64: implement raw_smp_processor_id() using thread_infoPuranjay Mohan
2024-06-12arm64/arch_timer: include <linux/percpu.h>Puranjay Mohan
2024-06-11KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)
2024-06-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-06-05arm64/io: add constant-argument checkArnd Bergmann
2024-06-04KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba
2024-06-04KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba
2024-06-04KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba
2024-06-04KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_stateFuad Tabba
2024-06-04KVM: arm64: Reintroduce __sve_save_stateFuad Tabba
2024-05-24Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-23mseal: wire up mseal syscallJeff Xu