summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi2023-08-181-1/+1
* mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi2023-08-181-2/+2
* mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi2023-08-181-1/+1
* mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi2023-08-181-1/+1
* mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi2023-08-181-1/+1
* arm64: mte: simplify swap tag restoration logicPeter Collingbourne2023-08-183-44/+11
* arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-291-1/+1
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-07-281-3/+2
|\
| * arm64/sme: Set new vector length before reallocatingMark Brown2023-07-261-2/+2
| * arm64/fpsimd: Don't flush SME register hardware state along with threadMark Brown2023-07-261-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-2314-69/+132
|\ \
| * \ Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-07-2314-69/+132
| |\ \
| | * | KVM: arm64: Fix the name of sys_reg_desc related to PMUXiang Chen2023-07-151-20/+21
| | * | KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCountOliver Upton2023-07-151-1/+0
| | * | KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier2023-07-144-5/+12
| | * | KVM: arm64: Add missing BTI instructionsMostafa Saleh2023-07-133-1/+19
| | * | KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton2023-07-123-36/+55
| | * | KVM: arm64: Disable preemption in kvm_arch_hardware_enable()Marc Zyngier2023-07-111-1/+12
| | * | KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvmSudeep Holla2023-07-113-2/+10
| | * | KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bitsMarc Zyngier2023-07-111-3/+3
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-07-214-15/+38
|\ \ \ \ | | |_|/ | |/| |
| * | | arm64/fpsimd: Ensure SME storage is allocated after SVE VL changesMark Brown2023-07-211-8/+25
| * | | arm64: vdso: Clear common make C=2 warningsZhen Lei2023-07-201-0/+4
| * | | arm64: mm: Make hibernation aware of KFENCENikhil V2023-07-201-1/+3
| * | | arm64: Fix HFGxTR_EL2 field namingMarc Zyngier2023-07-131-6/+6
| | |/ | |/|
* | | bpf, arm64: Fix BTI type used for freplace attached functionsAlexander Duyck2023-07-191-1/+7
| |/ |/|
* | tracing: arm64: Avoid missing-prototype warningsArnd Bergmann2023-07-123-3/+7
* | arm64: ftrace: Add direct call trampoline samples supportFlorent Revest2023-07-101-0/+2
|/
* Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2023-07-071-1/+1
|\
| * arm64: ftrace: fix build error with CONFIG_FUNCTION_GRAPH_TRACER=nArnd Bergmann2023-07-051-1/+1
* | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-062-25/+8
|\ \
| * | asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2023-06-221-24/+0
| * | Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-05-311-1/+8
| |\ \
| | * | arm64: memory: Make virt_to_pfn() a static inlineLinus Walleij2023-05-291-1/+8
* | | | Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-041-2/+0
|\ \ \ \
| * | | | kbuild: Drop -Wdeclaration-after-statementPeter Zijlstra2023-06-261-2/+0
* | | | | arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()SeongJae Park2023-07-041-2/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-0445-442/+2423
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-07-0153-612/+2577
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | KVM: arm64: Fix misuse of KVM_ARM_VCPU_POWER_OFF bit indexOliver Upton2023-06-221-2/+2
| | * | | | Merge branch kvm-arm64/ampere1-hafdbs-mitigation into kvmarm/nextOliver Upton2023-06-165-21/+119
| | |\ \ \ \
| | | * | | | KVM: arm64: Prevent guests from enabling HA/HD on Ampere1Oliver Upton2023-06-161-0/+39
| | | * | | | KVM: arm64: Refactor HFGxTR configuration into separate helpersOliver Upton2023-06-161-18/+42
| | | * | | | arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2Oliver Upton2023-06-164-3/+38
| | | | |/ / | | | |/| |
| | * | | | Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2023-06-1510-8/+109
| | |\ \ \ \
| | | * | | | KVM: arm64: Use different pointer authentication keys for pKVMMostafa Saleh2023-06-142-1/+61
| | | * | | | KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init()Dan Carpenter2023-06-131-5/+9
| | | * | | | KVM: arm64: Use BTI for nvheMostafa Saleh2023-05-303-1/+19
| | | * | | | KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is availableMarc Zyngier2023-05-214-1/+20
| | * | | | | Merge branch kvm-arm64/configurable-id-regs into kvmarm/nextOliver Upton2023-06-158-290/+482
| | |\ \ \ \ \