index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
Age
Commit message (
Expand
)
Author
Lines
2026-01-26
mm, arch: consolidate hugetlb CMA reservation
Mike Rapoport (Microsoft)
-2
/
+0
2026-01-25
KVM: arm64: Simplify PAGE_S2_MEMATTR
Marc Zyngier
-2
/
+2
2026-01-25
KVM: arm64: Kill KVM_PGTABLE_S2_NOFWB
Marc Zyngier
-5
/
+2
2026-01-25
KVM: arm64: Add KVM_PGTABLE_S2_AS_S1 flag
Marc Zyngier
-0
/
+2
2026-01-25
arm64: Add MT_S2{,_FWB}_AS_S1 encodings
Marc Zyngier
-3
/
+8
2026-01-24
Merge tag 'kvmarm-fixes-6.19-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
-21
/
+16
2026-01-23
arm64: errata: Workaround for SI L1 downstream coherency issue
Lucas Wei
-0
/
+10
2026-01-23
KVM: arm64: Trap MTE access and discovery when MTE is disabled
Fuad Tabba
-1
/
+1
2026-01-23
Merge branch kvm-arm64/pkvm-features-6.20 into kvmarm-master/next
Marc Zyngier
-4
/
+32
2026-01-23
Merge branch kvm-arm64/feat_idst into kvmarm-master/next
Marc Zyngier
-0
/
+1
2026-01-23
Merge branch kvm-arm64/vtcr into kvmarm-master/next
Marc Zyngier
-61
/
+20
2026-01-23
Merge branch arm64/for-next/cpufeature into kvmarm-master/next
Marc Zyngier
-39
/
+30
2026-01-22
arm64: Add support for FEAT_{LS64, LS64_V}
Yicong Yang
-0
/
+2
2026-01-22
KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guest
Yicong Yang
-0
/
+6
2026-01-22
arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1
Yicong Yang
-1
/
+11
2026-01-22
KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory
Yicong Yang
-0
/
+9
2026-01-22
arm64: Unconditionally enable PAN support
Marc Zyngier
-6
/
+2
2026-01-22
arm64: Unconditionally enable LSE support
Marc Zyngier
-32
/
+0
2026-01-20
treewide: provide a generic clear_user_page() variant
David Hildenbrand
-1
/
+0
2026-01-20
arm64: mm: replace TIF_LAZY_MMU with is_lazy_mmu_mode_active()
Kevin Brodsky
-18
/
+4
2026-01-20
mm: enable lazy_mmu sections to nest
Kevin Brodsky
-12
/
+0
2026-01-20
mm: bail out of lazy_mmu_mode_* in interrupt context
Kevin Brodsky
-9
/
+0
2026-01-20
mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
Kevin Brodsky
-1
/
+0
2026-01-15
KVM: arm64: Check whether a VM IOCTL is allowed in pKVM
Fuad Tabba
-0
/
+20
2026-01-15
KVM: arm64: Track KVM IOCTLs and their associated KVM caps
Fuad Tabba
-0
/
+2
2026-01-15
KVM: arm64: Do not allow KVM_CAP_ARM_MTE for any guest in pKVM
Fuad Tabba
-0
/
+2
2026-01-15
KVM: arm64: Include VM type when checking VM capabilities in pKVM
Fuad Tabba
-4
/
+6
2026-01-15
KVM: arm64: Introduce helper to calculate fault IPA offset
Fuad Tabba
-0
/
+2
2026-01-15
KVM: arm64: Add a generic synchronous exception injection primitive
Marc Zyngier
-0
/
+1
2026-01-15
KVM: arm64: Honor UX/PX attributes for EL2 S1 mappings
Marc Zyngier
-9
/
+3
2026-01-15
KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
Marc Zyngier
-0
/
+1
2026-01-15
arm64: Convert VTCR_EL2 to sysreg infratructure
Marc Zyngier
-41
/
+12
2026-01-14
KVM: arm64: Calculate hyp VA size only once
Petteri Kangaslampi
-1
/
+2
2026-01-12
arm64/paravirt: Use common code for paravirt_steal_clock()
Juergen Gross
-10
/
+0
2026-01-12
sched: Move clock related paravirt code to kernel/sched
Juergen Gross
-4
/
+0
2026-01-12
paravirt: Remove asm/paravirt_api_clock.h
Juergen Gross
-1
/
+0
2026-01-10
KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers
Will Deacon
-3
/
+3
2026-01-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-2
/
+2
2026-01-09
KVM: arm64: Don't blindly set set PSTATE.PAN on guest exit
Marc Zyngier
-1
/
+4
2026-01-09
KVM: arm64: Remove unused vcpu_{clear,set}_wfx_traps()
Dongxu Sun
-16
/
+0
2026-01-09
arm64: Fix cleared E0POE bit after cpu_suspend()/resume()
Yeoreum Yun
-1
/
+1
2026-01-08
KVM: arm64: Fix EL2 S1 XN handling for hVHE setups
Marc Zyngier
-1
/
+9
2026-01-07
KVM: arm64: Shuffle KVM_HOST_DATA_FLAG_* indices
Mark Rutland
-5
/
+5
2026-01-06
arm64/efi: Don't fail check current_in_efi() if preemptible
Ben Horgan
-1
/
+1
2026-01-05
arm64: Avoid memcpy() for syscall_get_arguments()
Jinjie Ruan
-4
/
+12
2026-01-05
syscall.h: Remove unused SYSCALL_MAX_ARGS
Jinjie Ruan
-2
/
+0
2025-12-14
arm64/simd: Avoid pointless clearing of FP/SIMD buffer
Ard Biesheuvel
-1
/
+8
2025-12-05
Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-0
/
+3
2025-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-16
/
+99
2025-12-02
Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-18
/
+41
[prev]
[next]