summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2026-06-19arm64: cputype: Add C1-Premium definitionsMark Rutland
2026-06-19arm64: cputype: Add C1-Ultra definitionsMark Rutland
2026-06-09arm64: tlb: Flush walk cache when unsharing PMD tablesZeng Heng
2026-06-01arm64: probes: Handle probes on hinted conditional branch instructionsVladimir Murzin
2026-06-01ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
2026-06-01mm/page_alloc: fix initialization of tags of the huge zero folio with init_on...David Hildenbrand (Arm)
2026-05-23arm64: Reserve an extra page for early kernel mappingZhaoyang Huang
2026-05-23arm64/xor: fix conflicting attributes for xor_block_templateChristoph Hellwig
2026-05-23arm64: entry: Don't preempt with SError or Debug maskedMark Rutland
2026-05-14KVM: arm64: Fix kvm_vcpu_initialized() macro parameterFuad Tabba
2026-05-07arm64: mm: Fix rodata=full block mapping support for realm guestsRyan Roberts
2026-04-27arm64: errata: Work around early CME DVMSync acknowledgementCatalin Marinas
2026-04-27arm64: cputype: Add C1-Pro definitionsCatalin Marinas
2026-04-27arm64: tlb: Pass the corresponding mm to __tlbi_sync_s1ish()Catalin Marinas
2026-04-27arm64: tlb: Introduce __tlbi_sync_s1ish_{kernel,batch}() for TLB maintenanceCatalin Marinas
2026-04-27arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBIMark Rutland
2026-04-27arm64: tlb: Allow XZR argument to TLBI opsMark Rutland
2026-04-22x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds
2026-04-22arm64: mm: Handle invalid large leaf mappings correctlyRyan Roberts
2026-03-19arm64: mm: Add PTE_DIRTY back to PAGE_KERNEL* to fix kexec/hibernationCatalin Marinas
2026-03-12arm64: gcs: Do not set PTE_SHARED on GCS mappings if FEAT_LPA2 is enabledCatalin Marinas
2026-03-12arm64: io: Extract user memory type in ioremap_prot()Will Deacon
2026-03-12arm64: io: Rename ioremap_prot() to __ioremap_prot()Will Deacon
2026-03-04arm64: Fix non-atomic __READ_ONCE() with CONFIG_LTO=yMarco Elver
2026-03-04arm64: hugetlbpage: avoid unused-but-set-parameter warning (gcc-16)Arnd Bergmann
2026-01-17arm64: Fix cleared E0POE bit after cpu_suspend()/resume()Yeoreum Yun
2025-11-18mm/huge_memory: Fix initialization of huge zero folioLinus Torvalds
2025-11-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-11-07arm64: Reject modules with internal alternative callbacksAdrian Barnaś
2025-11-07arm64: Fail module loading if dynamic SCS patching failsAdrian Barnaś
2025-11-07arm64: proton-pack: Fix hard lockup due to print in scheduler contextshechenglong
2025-11-07arm64: mm: Don't sleep in split_kernel_leaf_mapping() when in atomic contextRyan Roberts
2025-11-07arm64: Use load LSE atomics for the non-return per-CPU atomic operationsCatalin Marinas
2025-10-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-10-21arm64, mm: avoid always making PTE dirty in pte_mkwrite()Huang Ying
2025-10-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-10-17arm64/sysreg: Fix GIC CDEOI instruction encodingLorenzo Pieralisi
2025-10-14arm64: Revamp HCR_EL2.E2H RES1 detectionMarc Zyngier
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-30Merge tag 'kvm-riscv-6.18-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2025-09-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-09-25arm64: mm: Move KPTI helpers to mmu.cKevin Brodsky
2025-09-25tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64Feng Yang
2025-09-24Merge branch 'for-next/uprobes' into for-next/coreWill Deacon
2025-09-24Merge branch 'for-next/sysregs' into for-next/coreWill Deacon