summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2025-10-29arm64, mm: avoid always making PTE dirty in pte_mkwrite()Huang Ying1-1/+2
2025-10-23arm64: cputype: Add Neoverse-V3AE definitionsMark Rutland1-0/+2
2025-09-09arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONF...panfan2-0/+2
2025-08-20arm64: Handle KCOV __init vs inline mismatchesKees Cook1-1/+1
2025-08-01arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack()Ada Couprie Diaz1-0/+5
2025-06-27arm64/mm: Close theoretical race where stale TLB entry remains validRyan Roberts1-4/+5
2025-06-19arm64/fpsimd: Do not discard modified SVE stateMark Rutland1-0/+3
2025-06-19arm64/fpsimd: Avoid RES0 bits in the SME trap handlerMark Rutland1-6/+8
2025-05-29arm64/mm: Check PUD_TYPE_TABLE in pud_bad()Ryan Roberts1-1/+2
2025-05-29arm64/mm: Check pmd_table() in pmd_trans_huge()Ryan Roberts1-12/+12
2025-05-29arm64: Add support for HIP09 Spectre-BHB mitigationJinqian Yang1-0/+2
2025-05-18arm64: proton-pack: Add new CPUs 'k' values for branch mitigationJames Morse1-0/+2
2025-05-18arm64: bpf: Add BHB mitigation to the epilogue for cBPF programsJames Morse1-0/+1
2025-05-18arm64: proton-pack: Expose whether the branchy loop k valueJames Morse1-0/+1
2025-05-18arm64: proton-pack: Expose whether the platform is mitigated by firmwareJames Morse1-0/+1
2025-05-18arm64: insn: Add support for encoding DSBJames Morse1-0/+1
2025-04-25arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9Anshuman Khandual1-0/+25
2025-04-20arm64: mops: Do not dereference src reg for a set operationKeir Fraser1-2/+2
2025-04-20arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHBDouglas Anderson1-1/+0
2025-04-20arm64: cputype: Add MIDR_CORTEX_A76AEDouglas Anderson1-0/+2
2025-04-20arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLDDouglas Anderson1-0/+2
2025-03-29KVM: arm64: Remove VHE host restore of CPACR_EL1.SMENMark Rutland1-2/+0
2025-03-29KVM: arm64: Remove VHE host restore of CPACR_EL1.ZENMark Rutland1-2/+0
2025-03-29KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland1-15/+5
2025-03-29KVM: arm64: Calculate cptr_el2 traps on activating trapsFuad Tabba1-1/+0
2025-03-22Fix mmu notifiers for range-based invalidatesPiotr Jaroszynski1-10/+12
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-2/+2
2025-03-07KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2Oliver Upton1-1/+1
2025-02-27arm64: mte: Do not allow PROT_MTE on MAP_HUGETLB user mappingsCatalin Marinas1-3/+6
2025-02-17arm64/mm: Reduce PA space to 48 bits when LPA2 is not enabledArd Biesheuvel3-7/+11
2025-02-17arm64/mm: Override PARange for !LPA2 and use it consistentlyArd Biesheuvel1-0/+5
2024-12-05KVM: arm64: Get rid of userspace_irqchip_in_useRaghavendra Rao Ananta1-2/+0
2024-12-05arm64: probes: Disable kprobes/uprobes on MOPS instructionsKristina Martsenko1-0/+1
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+7
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello1-4/+0
2024-11-06mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes1-3/+7
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-2/+13
2024-10-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-5/+3
2024-10-17KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier1-0/+1
2024-10-09arm64: probes: Fix uprobes for big-endian kernelsMark Rutland1-5/+3
2024-10-08KVM: arm64: nv: Punt stage-2 recycling to a vCPU requestOliver Upton2-0/+9
2024-10-08KVM: arm64: nv: Do not block when unmapping stage-2 if disallowedOliver Upton2-2/+3
2024-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+13
2024-10-03KVM: arm64: Fix kvm_has_feat*() handling of negative featuresMarc Zyngier1-12/+13
2024-10-01arm64: cputype: Add Neoverse-N3 definitionsMark Rutland1-0/+2
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-13/+32
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-1/+74
2024-09-17mm/arm64: support large pfn mappingsPeter Xu1-0/+29
2024-09-17mm: always define pxx_pgprot()Peter Xu1-0/+1
2024-09-16Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-7/+186