summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-25Merge branch 'for-next/perf' into for-next/coreWill Deacon
2023-08-25Merge branch 'for-next/mm' into for-next/coreWill Deacon
2023-08-25Merge branch 'for-next/misc' into for-next/coreWill Deacon
2023-08-24arm64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)
2023-08-21arm64: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins
2023-08-21arm64: convert various functions to use ptdescsVishal Moola (Oracle)
2023-08-21arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGEKefeng Wang
2023-08-21arm64: tlbflush: add some comments for TLB batched flushingYicong Yang
2023-08-21efi/arm64: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel
2023-08-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple
2023-08-18arm64: support batched/deferred tlb shootdown during page reclamation/migrationBarry Song
2023-08-18arm64 : mm: add wrapper function ioremap_prot()Baoquan He
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi
2023-08-18arm64: mte: simplify swap tag restoration logicPeter Collingbourne
2023-08-18arm_pmu: acpi: Add a representative platform device for TRBEAnshuman Khandual
2023-08-18Merge tag 'asm-generic-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-18arm64: insn: Add encoders for LDRSB/LDRSH/LDRSWXu Kuohai
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown
2023-08-17asm-generic: partially revert "Unify uapi bitsperlong.h for arm64, riscv and ...Arnd Bergmann
2023-08-16arm64: sysreg: Generate C compiler warnings on {read,write}_sysreg_s argumentsJames Clark
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-08-04Merge tag 'kvmarm-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-08-04arm64: sdei: abort running SDEI handlers during crashD Scott Phillips
2023-08-04arm64: add HWCAP for FEAT_HBC (hinted conditional branches)Joey Gouly
2023-08-04arm64: fix build warning for ARM64_MEMSTART_SHIFTZhang Jianhua
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt
2023-07-27arm64: Remove unsued extern declaration init_mem_pgprot()YueHaibing
2023-07-27arm64/mm: Set only the PTE_DIRTY bit while preserving the HW dirty stateAnshuman Khandual
2023-07-27arm64/mm: Add pte_rdonly() helperAnshuman Khandual
2023-07-26KVM: arm64: fix __kvm_host_psci_cpu_entry() prototypeArnd Bergmann
2023-07-26KVM: arm64: Fix resetting SME trap values on reset for (h)VHEFuad Tabba
2023-07-26KVM: arm64: Fix resetting SVE trap values on reset for hVHEFuad Tabba
2023-07-26KVM: arm64: Helper to write to appropriate feature trap register based on modeFuad Tabba
2023-07-26KVM: arm64: Disable SME traps for (h)VHE at setupFuad Tabba
2023-07-26KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setupFuad Tabba
2023-07-26KVM: arm64: Factor out code for checking (h)VHE mode into a macroFuad Tabba
2023-07-23Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini