summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-30/+36
* mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-241-1/+1
* mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-241-1/+2
* arm64: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins2023-08-211-0/+1
* arm64: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-9/+12
* mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V2023-08-211-3/+1
* arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGEKefeng Wang2023-08-211-0/+15
* arm64: tlbflush: add some comments for TLB batched flushingYicong Yang2023-08-211-0/+15
* mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)2023-08-181-2/+0
* mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-181-3/+3
* mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2023-08-181-0/+5
* arm64: support batched/deferred tlb shootdown during page reclamation/migrationBarry Song2023-08-183-3/+54
* arm64 : mm: add wrapper function ioremap_prot()Baoquan He2023-08-182-6/+7
* 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-141-20/+21
| | * | KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCountOliver Upton2023-07-141-1/+0
| | * | KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier2023-07-134-5/+12
| | * | KVM: arm64: Add missing BTI instructionsMostafa Saleh2023-07-123-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-181-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-061-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-031-2/+0