summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+0
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-22/+64
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+132
2024-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-74/+169
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+8
2024-05-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds9-85/+158
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-05-13bpf, arm64: inline bpf_get_smp_processor_id() helperPuranjay Mohan1-0/+1
2024-05-13arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan1-0/+7
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini9-74/+169
2024-05-09Merge branch kvm-arm64/mpidr-reset into kvmarm-master/nextMarc Zyngier1-0/+2
2024-05-09KVM: arm64: Only reset vCPU-scoped feature ID regs onceOliver Upton1-0/+2
2024-05-09Merge branch 'for-next/tlbi' into for-next/coreWill Deacon1-22/+31
2024-05-09Merge branch 'for-next/perf' into for-next/coreWill Deacon2-7/+9
2024-05-09Merge branch 'for-next/mm' into for-next/coreWill Deacon2-34/+99
2024-05-09arm64/mm: Fix pud_user_accessible_page() for PGTABLE_LEVELS <= 2Ryan Roberts1-0/+1
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier1-13/+3
2024-05-06mm/arm64: override clear_young_dirty_ptes() batch helperLance Yang1-0/+55
2024-05-03arm64/mm: Add uffd write-protect supportRyan Roberts2-0/+52
2024-05-03arm64/mm: Move PTE_PRESENT_INVALID to overlay PTE_NGRyan Roberts2-7/+7
2024-05-03arm64/mm: Remove PTE_PROT_NONE bitRyan Roberts2-16/+18
2024-05-03arm64/mm: generalize PMD_PRESENT_INVALID for all levelsRyan Roberts2-13/+16
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-10/+0
2024-05-03arm64: simplify arch_static_branch/_jump functionGeorge Guo1-13/+15
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier5-23/+30
2024-05-03Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/nextMarc Zyngier6-13/+70
2024-05-03KVM: arm64: Convert kvm_mpidr_index() to bitmap_gather()Marc Zyngier1-13/+3
2024-05-01KVM: arm64: Introduce and use predicates that check for protected VMsFuad Tabba1-4/+4
2024-05-01KVM: arm64: Add is_pkvm_initialized() helperQuentin Perret1-4/+8
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier2-8/+4
2024-05-01KVM: arm64: Do not map the host fpsimd state to hyp in pKVMFuad Tabba1-3/+0
2024-05-01KVM: arm64: Refactor checks for FP state ownershipFuad Tabba2-4/+8
2024-05-01KVM: arm64: Move guest_owns_fp_regs() to increase its scopeFuad Tabba1-0/+6
2024-04-28arm64: defer clearing DAIF.DMark Rutland1-4/+0
2024-04-28arm64: assembler: update stale comment for disable_step_tskMark Rutland1-1/+1
2024-04-28arm64/sysreg: Update PIE permission encodingsShiqi Liu1-12/+12
2024-04-26mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)1-3/+3
2024-04-26arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song1-17/+2
2024-04-26mm/arm: remove pmd_thp_or_huge()Peter Xu1-2/+0
2024-04-26mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-1/+1
2024-04-26mm/arm64: merge pXd_huge() and pXd_leaf() definitionsPeter Xu1-0/+4
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot1-3/+3
2024-04-22arm64/io: Provide a WC friendly __iowriteXX_copy()Jason Gunthorpe1-0/+132
2024-04-20KVM: arm64: Drop trapping of PAuth instructions/keysMarc Zyngier2-5/+21
2024-04-20KVM: arm64: nv: Add emulation for ERETAx instructionsMarc Zyngier2-0/+13
2024-04-20KVM: arm64: nv: Add kvm_has_pauth() helperMarc Zyngier1-0/+15
2024-04-20KVM: arm64: nv: Handle HCR_EL2.{API,APK} independentlyMarc Zyngier1-5/+0
2024-04-20KVM: arm64: nv: Add trap forwarding for ERET and SMCMarc Zyngier1-0/+1
2024-04-20KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flagMarc Zyngier1-2/+0
2024-04-20KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*Marc Zyngier1-0/+12