summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
4 daysarm64: Reserve an extra page for early kernel mappingZhaoyang Huang1-1/+6
4 daysarm64/xor: fix conflicting attributes for xor_block_templateChristoph Hellwig1-1/+1
4 daysarm64: entry: Don't preempt with SError or Debug maskedMark Rutland1-8/+13
13 daysKVM: arm64: Fix kvm_vcpu_initialized() macro parameterFuad Tabba1-1/+1
2026-05-07arm64: mm: Fix rodata=full block mapping support for realm guestsRyan Roberts1-0/+2
2026-04-27arm64: errata: Work around early CME DVMSync acknowledgementCatalin Marinas4-4/+101
2026-04-27arm64: cputype: Add C1-Pro definitionsCatalin Marinas1-0/+2
2026-04-27arm64: tlb: Pass the corresponding mm to __tlbi_sync_s1ish()Catalin Marinas1-4/+4
2026-04-27arm64: tlb: Introduce __tlbi_sync_s1ish_{kernel,batch}() for TLB maintenanceCatalin Marinas1-4/+16
2026-04-27arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBIMark Rutland1-24/+35
2026-04-27arm64: tlb: Allow XZR argument to TLBI opsMark Rutland1-3/+3
2026-04-22x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds1-1/+1
2026-04-22arm64: mm: Handle invalid large leaf mappings correctlyRyan Roberts2-2/+9
2026-03-19arm64: mm: Add PTE_DIRTY back to PAGE_KERNEL* to fix kexec/hibernationCatalin Marinas1-5/+5
2026-03-12arm64: gcs: Do not set PTE_SHARED on GCS mappings if FEAT_LPA2 is enabledCatalin Marinas1-3/+0
2026-03-12arm64: io: Extract user memory type in ioremap_prot()Will Deacon1-2/+15
2026-03-12arm64: io: Rename ioremap_prot() to __ioremap_prot()Will Deacon1-5/+6
2026-03-04arm64: Fix non-atomic __READ_ONCE() with CONFIG_LTO=yMarco Elver1-1/+1
2026-03-04arm64: hugetlbpage: avoid unused-but-set-parameter warning (gcc-16)Arnd Bergmann1-2/+7
2026-01-17arm64: Fix cleared E0POE bit after cpu_suspend()/resume()Yeoreum Yun1-1/+1
2025-11-18mm/huge_memory: Fix initialization of huge zero folioLinus Torvalds1-2/+2
2025-11-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-9/+19
2025-11-07arm64: Reject modules with internal alternative callbacksAdrian Barnaś1-2/+5
2025-11-07arm64: Fail module loading if dynamic SCS patching failsAdrian Barnaś1-1/+1
2025-11-07arm64: proton-pack: Fix hard lockup due to print in scheduler contextshechenglong1-0/+1
2025-11-07arm64: mm: Don't sleep in split_kernel_leaf_mapping() when in atomic contextRyan Roberts1-2/+1
2025-11-07arm64: Use load LSE atomics for the non-return per-CPU atomic operationsCatalin Marinas1-4/+11
2025-10-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+2
2025-10-21arm64, mm: avoid always making PTE dirty in pte_mkwrite()Huang Ying1-1/+2
2025-10-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-6/+82
2025-10-17arm64/sysreg: Fix GIC CDEOI instruction encodingLorenzo Pieralisi1-1/+10
2025-10-14arm64: Revamp HCR_EL2.E2H RES1 detectionMarc Zyngier1-6/+32
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton1-0/+50
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-1/+7
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-10/+62
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-11/+18
2025-10-01Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-7/+14
2025-09-30Merge tag 'kvm-riscv-6.18-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-0/+7
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini7-10/+62
2025-09-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds21-84/+206
2025-09-25arm64: mm: Move KPTI helpers to mmu.cKevin Brodsky1-1/+6
2025-09-25tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64Feng Yang1-0/+1
2025-09-24Merge branch 'for-next/uprobes' into for-next/coreWill Deacon2-41/+90
2025-09-24Merge branch 'for-next/sysregs' into for-next/coreWill Deacon1-2/+0
2025-09-24Merge branch 'for-next/perf' into for-next/coreWill Deacon2-15/+22
2025-09-24Merge branch 'for-next/mm' into for-next/coreWill Deacon6-9/+16
2025-09-24Merge branch 'for-next/entry' into for-next/coreWill Deacon6-13/+64
2025-09-24Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon3-2/+8
2025-09-24Merge branch 'for-next/cca' into for-next/coreWill Deacon2-2/+6
2025-09-22arm64/sysreg: Update TCR_EL1 registerAnshuman Khandual1-2/+0