summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorLines
2025-09-17Merge tag 'kvmarm-fixes-6.17-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-33/+2
2025-09-17Merge branch kvm-arm64/dump-instr into kvmarm-master/nextMarc Zyngier-0/+1
2025-09-17KVM: arm64: Fix kvm_vcpu_{set,is}_be() to deal with EL2 stateMarc Zyngier-6/+14
2025-09-16arm64: uaccess: Add additional userspace GCS accessorsJeremy Linton-0/+54
2025-09-16arm64: mm: Rework the 'rodata=' optionsHuang Shijie-2/+2
2025-09-16arm64: uaccess: Move existing GCS accessors definitions to gcs.hJeremy Linton-41/+36
2025-09-16arm64/hwcap: Add hwcap for FEAT_LSFEMark Brown-0/+2
2025-09-15KVM: arm64: Dump instruction on hyp panicMostafa Saleh-0/+1
2025-09-15Merge branch kvm-arm64/pkvm_vm_handle into kvmarm-master/nextMarc Zyngier-2/+6
2025-09-15KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initial...Fuad Tabba-0/+2
2025-09-15KVM: arm64: Decouple hyp VM creation state from its handleFuad Tabba-0/+2
2025-09-15KVM: arm64: Rename pkvm.enabled to pkvm.is_protectedFuad Tabba-2/+2
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-11/+11
2025-09-11arm64: entry: Switch to generic IRQ entryJinjie Ruan-9/+57
2025-09-11arm64: entry: Refactor preempt_schedule_irq() check codeJinjie Ruan-0/+6
2025-09-11arm64: entry: Refactor the entry and exit for exceptions from EL1Jinjie Ruan-4/+0
2025-09-11arm64: ptrace: Replace interrupts_enabled() with regs_irqs_disabled()Jinjie Ruan-6/+7
2025-09-10Revert "KVM: arm64: Split kvm_pgtable_stage2_destroy()"Oliver Upton-33/+1
2025-09-10KVM: arm64: Initialize PMSCR_EL1 when in VHEAlexandru Elisei-0/+1
2025-09-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+7
2025-09-05arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONF...panfan-0/+2
2025-09-04vdso: Move ENABLE_COMPAT_VDSO from core to arm64Thomas Weißschuh-7/+14
2025-09-03arm64: uapi: Provide correct __BITS_PER_LONG for the compat vDSOThomas Weißschuh-0/+5
2025-08-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+7
2025-08-30arm64: mm: Fix CFI failure due to kpti_ng_pgd_alloc function signatureKees Cook-0/+7
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-138/+36
2025-08-28KVM: arm64: Remove __vcpu_{read,write}_sys_reg_{from,to}_cpu()Marc Zyngier-107/+0
2025-08-28KVM: arm64: Fix vcpu_{read,write}_sys_reg() accessorsMarc Zyngier-2/+2
2025-08-21KVM: arm64: Get rid of ARM64_FEATURE_MASK()Marc Zyngier-3/+0
2025-08-21KVM: arm64: Split kvm_pgtable_stage2_destroy()Raghavendra Rao Ananta-1/+33
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar-213/+537
2025-08-04KVM: arm64: nv: Handle SEAs due to VNCR redirectionOliver Upton-25/+1
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-4/+29
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-0/+7
2025-07-31arm64/cfi,bpf: Support kCFI + BPF on arm64Puranjay Mohan-0/+7
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-41/+23
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-10/+242
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-68/+173
2025-07-29Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+3
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+17
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-10/+242
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2025-07-26Merge tag 'irqchip-gic-v5-host' into kvmarm/nextOliver Upton-4/+139
2025-07-26Merge branch 'kvm-arm64/doublefault2' into kvmarm/nextOliver Upton-6/+85
2025-07-24arm64: add batched versions of ptep_modify_prot_start/commitDev Jain-0/+10
2025-07-24mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts-11/+0
2025-07-24arm64: Handle KCOV __init vs inline mismatchesKees Cook-1/+1
2025-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+5
2025-07-24Merge branch 'for-next/feat_mte_store_only' into for-next/coreCatalin Marinas-0/+4
2025-07-24Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/...Catalin Marinas-55/+93