summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-298-37/+128
|\
| * arm64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-242-8/+22
| * mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-241-1/+1
| * 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-211-6/+8
| * 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
| * 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-182-3/+53
| * arm64 : mm: add wrapper function ioremap_prot()Baoquan He2023-08-181-2/+1
| * 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-182-14/+4
* | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-291-0/+4
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-251-0/+4
| |\ \
| | * | arm64: insn: Add encoders for LDRSB/LDRSH/LDRSWXu Kuohai2023-08-181-0/+4
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-08-288-31/+22
|\ \ \ \
| * \ \ \ Merge branch 'for-next/perf' into for-next/coreWill Deacon2023-08-251-0/+3
| |\ \ \ \
| | * | | | arm_pmu: acpi: Add a representative platform device for TRBEAnshuman Khandual2023-08-181-0/+3
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-next/mm' into for-next/coreWill Deacon2023-08-253-31/+5
| |\ \ \ \
| | * | | | arm64: fix build warning for ARM64_MEMSTART_SHIFTZhang Jianhua2023-08-041-27/+0
| | * | | | arm64: Remove unsued extern declaration init_mem_pgprot()YueHaibing2023-07-271-1/+0
| | * | | | arm64/mm: Set only the PTE_DIRTY bit while preserving the HW dirty stateAnshuman Khandual2023-07-271-2/+3
| | * | | | arm64/mm: Add pte_rdonly() helperAnshuman Khandual2023-07-271-1/+2
| | |/ / /
| * | | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2023-08-252-0/+12
| |\ \ \ \
| | * | | | arm64: sysreg: Generate C compiler warnings on {read,write}_sysreg_s argumentsJames Clark2023-08-161-0/+6
| | * | | | arm64: sdei: abort running SDEI handlers during crashD Scott Phillips2023-08-041-0/+6
| | |/ / /
| * / / / arm64: add HWCAP for FEAT_HBC (hinted conditional branches)Joey Gouly2023-08-042-0/+2
| |/ / /
* | | | Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-281-15/+3
|\ \ \ \
| * | | | efi/arm64: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel2023-08-211-15/+3
* | | | | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-282-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-272-1/+3
| |/ / /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-08-181-2/+2
|\ \ \ \
| * | | | arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown2023-08-171-2/+2
| |/ / /
* | | | Merge tag 'asm-generic-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-181-0/+24
|\ \ \ \
| * | | | asm-generic: partially revert "Unify uapi bitsperlong.h for arm64, riscv and ...Arnd Bergmann2023-08-171-0/+24
* | | | | locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-8/+0
| |_|_|/ |/| | |
* | | | Merge tag 'kvmarm-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-08-043-20/+47
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: arm64: fix __kvm_host_psci_cpu_entry() prototypeArnd Bergmann2023-07-261-1/+1
| * | | KVM: arm64: Fix resetting SME trap values on reset for (h)VHEFuad Tabba2023-07-261-0/+4
| * | | KVM: arm64: Fix resetting SVE trap values on reset for hVHEFuad Tabba2023-07-261-0/+4
| * | | KVM: arm64: Helper to write to appropriate feature trap register based on modeFuad Tabba2023-07-261-4/+9
| * | | KVM: arm64: Disable SME traps for (h)VHE at setupFuad Tabba2023-07-261-0/+10
| * | | KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setupFuad Tabba2023-07-261-6/+9
| * | | KVM: arm64: Factor out code for checking (h)VHE mode into a macroFuad Tabba2023-07-261-9/+10
* | | | Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-07-233-17/+12
|\| | |