summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-1/+3
10 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-24/+160
11 daysMerge tag 'kvmarm-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini9-24/+160
11 daysarm64: process: Fix context switching MTE store-only tag checkVladimir Murzin1-1/+1
11 daysarm64: ptdump: Make note_page_flush() range awareWei-Lin Chang1-0/+2
2026-08-21Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-34/+28
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+23
2026-08-20Merge branch 'kvm-arm64/misc-7.3' into nextOliver Upton1-1/+0
2026-08-20Merge branch 'kvm-arm64/vtr-patch' into nextOliver Upton1-1/+1
2026-08-19Merge branch 'kvm-arm64/vncr-fixes' into nextOliver Upton2-2/+22
2026-08-19Merge branch 'kvm-arm64/feat-nv3' into nextOliver Upton5-18/+47
2026-08-19Merge branch 'kvm-arm64/pkvm-7.3' into nextOliver Upton5-1/+85
2026-08-19Merge branch 'kvm-arm64/pmu-7.3' into nextOliver Upton2-1/+5
2026-08-19KVM: arm64: Avoid mismatched accesses to 'struct kvm_nvhe_init_params'Will Deacon1-1/+0
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+71
2026-08-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds18-84/+158
2026-08-18Merge tag 'kbuild-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-13/+0
2026-08-14Merge branch 'for-next/uapi' into for-next/coreWill Deacon2-9/+9
2026-08-14Merge branch 'for-next/sdei' into for-next/coreWill Deacon1-0/+48
2026-08-14Merge branch 'for-next/ptrace' into for-next/coreWill Deacon1-4/+9
2026-08-14Merge branch 'for-next/nmi' into for-next/coreWill Deacon4-9/+6
2026-08-14Merge branch 'for-next/mm' into for-next/coreWill Deacon1-4/+8
2026-08-14Merge branch 'for-next/misc' into for-next/coreWill Deacon1-39/+22
2026-08-14Merge branch 'for-next/errata' into for-next/coreWill Deacon3-7/+15
2026-08-14Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon2-3/+7
2026-08-14arm64: insn: Add encoder for ADD/SUB (extended register)Tejun Heo1-0/+23
2026-08-13KVM: arm64: Correctly cap TLBI Range to the architural limitMarc Zyngier1-0/+6
2026-08-11irqchip/gic-v3: make the unmasking of pseudo-NMIs explicit when handling IRQsAda Couprie Diaz2-3/+6
2026-08-08preempt: Introduce __preempt_count_{sub,add}_return()Boqun Feng1-0/+20
2026-08-08KVM: arm64: Add VNCR TLB tracking againMarc Zyngier1-0/+3
2026-08-08KVM: arm64: Sign-extend VA for range-based TLBI invalidationMarc Zyngier1-0/+7
2026-08-08KVM: arm64: Consider SCTLR_EL2.M when mapping the L1 VNCR pageMarc Zyngier1-0/+7
2026-08-08KVM: arm64: Remove VM-wide VNCR mapping counterMarc Zyngier1-3/+0
2026-08-07Merge tag 'mm-hotfixes-stable-2026-08-06-18-44' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+0
2026-08-07arm64: remove early_ioremap_reset() call and __late_* macrosSang-Heon Jeon1-3/+0
2026-08-06arm64: entry: mask DAIF before returning from C EL1 handlersAda Couprie Diaz1-4/+0
2026-08-06arm64: ptrace: Remove INIT_PSTATE_EL2Vladimir Murzin1-2/+0
2026-08-06arm64: cpufeature: Rename BBML2_NOABORT as BBML3Linu Cherian1-3/+3
2026-08-06arm64: cputype: Add C1-Nano definitionsLinu Cherian1-0/+2
2026-08-06arm64: cputype: Add Cortex-A520AE definitionsLinu Cherian1-0/+2
2026-08-06arm64: pgtable: convert pte_present() from macro to static inlineYeoreum Yun1-4/+8
2026-08-05arm64: remove redundant concurrent ptdump UAF mitigationLorenzo Stoakes (ARM)1-2/+0
2026-08-05mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)1-14/+14
2026-08-05mm: rename uffd-wp PTE bit macros to uffdKiryl Shutsemau (Meta)2-10/+10
2026-08-05mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)1-5/+2
2026-08-02arm64: syscall: Pass 'orig_x0' as first argument to native system callWill Deacon1-4/+9
2026-08-02arm64: escalate smp_send_stop() to an SDEI NMI as a last resortKiryl Shutsemau (Meta)1-0/+24
2026-08-02drivers/firmware: add SDEI cross-CPU NMI service for arm64Kiryl Shutsemau (Meta)1-0/+24
2026-07-31arm64: Add override for ID_AA64MMFR4_EL1.NV_fracMarc Zyngier1-0/+1
2026-07-31KVM: arm64: Engage NV3 TLBI trap elisionMarc Zyngier1-0/+13