summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)Author
2024-10-31KVM: arm64: Add kvm_has_s1poe() helperMarc 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: Add PIR{,E0}_EL2 to the sysreg arraysMarc Zyngier
2024-10-31KVM: arm64: Extend masking facility to arbitrary registersMarc Zyngier
2024-10-31KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with VHEMarc Zyngier
2024-10-31KVM: arm64: Add TCR2_EL2 to the sysreg arraysMarc Zyngier
2024-10-31arm64: Remove VNCR definition for PIRE0_EL2Marc Zyngier
2024-10-30KVM: Protect vCPU's "last run PID" with rwlock, not RCUSean Christopherson
2024-10-28arm64: Use new fallback IO memcpy/memsetJulian Vetter
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig
2024-10-28perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)
2024-10-25KVM: arm64: Don't mark "struct page" accessed when making SPTE youngSean Christopherson
2024-10-23arm64/mm: Drop _PROT_SECT_DEFAULTAnshuman Khandual
2024-10-23arm64: Enable memory encrypt for RealmsSuzuki K Poulose
2024-10-23arm64: rsi: Add support for checking whether an MMIO is protectedSuzuki K Poulose
2024-10-23arm64: realm: Query IPA size from the RMMSteven Price
2024-10-23arm64: Detect if in a realm and set RIPAS RAMSuzuki K Poulose
2024-10-23arm64: rsi: Add RSI definitionsSuzuki K Poulose
2024-10-22arm64: preserve pt_regs::stackframe during exec*()Mark Rutland
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-10-17arm64: Support AT_HWCAP3Mark Brown
2024-10-17arm64: stacktrace: unwind exception boundariesMark Rutland
2024-10-17arm64: stacktrace: split unwind_consume_stack()Mark Rutland
2024-10-17arm64: use a common struct frame_recordMark Rutland
2024-10-17arm64: pt_regs: swap 'unused' and 'pmr' fieldsMark Rutland
2024-10-17arm64: pt_regs: rename "pmr_save" -> "pmr"Mark Rutland
2024-10-17arm64: pt_regs: remove stale big-endian layoutMark Rutland
2024-10-17arm64: pt_regs: assert pt_regs is a multiple of 16 bytesMark Rutland
2024-10-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-10-17arm64: mops: Handle MOPS exceptions from EL1Kristina Martsenko
2024-10-17arm64: probes: Disable kprobes/uprobes on MOPS instructionsKristina Martsenko
2024-10-17KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier
2024-10-16arm64: head: Drop SWAPPER_TABLE_SHIFTGavin Shan
2024-10-16arm64: cpufeature: add POE to cpucap_is_possible()Joey Gouly
2024-10-16hugetlb: arm64: add mte supportYang Shi
2024-10-16arm64/mm: Change pgattr_change_is_safe() arguments as pteval_tAnshuman Khandual
2024-10-16arm64: optimize flush tlb kernel rangeKefeng Wang
2024-10-16arm64: tlbflush: add __flush_tlb_range_limit_excess()Kefeng Wang
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino
2024-10-15arm64: insn: Simulate nop instruction for better uprobe performanceLiao Chang
2024-10-15arm64: asm-offsets: remove VMA_VM_*Mark Rutland
2024-10-15arm64: probes: Remove probe_opcode_tMark Rutland
2024-10-15arm64: probes: Cleanup kprobes endianness conversionsMark Rutland
2024-10-15arm64: probes: Move kprobes-specific fieldsMark Rutland
2024-10-15vdso: Remove timekeeper argument of __arch_update_vsyscall()Thomas Weißschuh
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-10-09arm64: probes: Fix uprobes for big-endian kernelsMark Rutland
2024-10-08KVM: arm64: nv: Punt stage-2 recycling to a vCPU requestOliver Upton