summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon2-0/+19
2024-05-21arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRYJiangfeng Xiao1-0/+1
2024-05-17Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon2-19/+0
2024-05-10Merge branch 'for-next/errata' into for-next/coreWill Deacon8-0/+92
2024-05-10arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland6-0/+84
2024-05-10arm64: cputype: Add Neoverse-V3 definitionsMark Rutland1-0/+2
2024-05-10arm64: cputype: Add Cortex-X4 definitionsMark Rutland1-0/+2
2024-05-10arm64: barrier: Restore spec_bar() macroMark Rutland1-0/+4
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 Deacon5-121/+134
2024-05-09Merge branch 'for-next/mm' into for-next/coreWill Deacon4-78/+157
2024-05-09Merge branch 'for-next/misc' into for-next/coreWill Deacon9-43/+48
2024-05-09Merge branch 'for-next/kbuild' into for-next/coreWill Deacon3-3/+15
2024-05-09arm64/mm: Fix pud_user_accessible_page() for PGTABLE_LEVELS <= 2Ryan Roberts1-0/+1
2024-05-03arm64/mm: Add uffd write-protect supportRyan Roberts3-0/+53
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-03arm64: simplify arch_static_branch/_jump functionGeorge Guo1-13/+15
2024-05-03arm64: Add USER_STACKTRACE supportchenqiwu3-114/+125
2024-05-03arm64: Add the arm64.no32bit_el0 command line optionAndrea della Porta1-0/+2
2024-04-28arm64: defer clearing DAIF.DMark Rutland4-16/+16
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-19arm64: Add Neoverse-V2 partBesar Wicaksono1-0/+2
2024-04-18arm64: acpi: Honour firmware_signature field of FACS, if it existsDavid Woodhouse1-0/+10
2024-04-12arm64: mm: Don't remap pgtables for allocate vs populateRyan Roberts2-32/+37
2024-04-12arm64: mm: Batch dsb and isb when populating pgtablesRyan Roberts2-2/+16
2024-04-12arm64: mm: Don't remap pgtables per-cont(pte|pmd) blockRyan Roberts1-13/+14
2024-04-12arm64: boot: Support Flat Image TreeSimon Glass3-3/+11
2024-04-12arm64: Add BOOT_TARGETS variableSimon Glass1-1/+5
2024-04-12arm64: arm_pmuv3: Correctly extract and check the PMUVerYicong Yang2-7/+9
2024-04-11arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGESGavin Shan1-2/+2
2024-04-11arm64: tlb: Improve __TLBI_VADDR_RANGE()Gavin Shan1-11/+18
2024-04-10arm64: tlb: Fix TLBI RANGE operandGavin Shan1-9/+11
2024-04-10arm64: Remove unnecessary irqflags alternative.h includeJinjie Ruan1-1/+0
2024-04-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+1
2024-04-05Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+2
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-32/+41
2024-04-03arm64/ptrace: Use saved floating point state type to determine SVE layoutMark Brown1-4/+1
2024-04-01KVM: arm64: Rationalise KVM banner outputMarc Zyngier1-8/+5
2024-04-01arm64: Fix early handling of FEAT_E2H0 not being implementedMarc Zyngier1-13/+16
2024-04-01KVM: arm64: Ensure target address is granule-aligned for range TLBIWill Deacon1-4/+7
2024-04-01KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()Will Deacon2-2/+4
2024-04-01KVM: arm64: Don't pass a TLBI level hint when zapping table entriesWill Deacon1-5/+7
2024-04-01KVM: arm64: Don't defer TLB invalidation when zapping table entriesWill Deacon1-1/+3
2024-03-29arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as brokenJohan Hovold1-0/+2
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-2/+2
2024-03-26KVM: arm64: Fix out-of-IPA space translation fault handlingWujie Duan1-1/+1