summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-23arm64/mm: implement pte_batch_hint()Ryan Roberts1-0/+9
2024-02-23arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts1-0/+67
2024-02-23arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts1-10/+51
2024-02-23arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts1-0/+167
2024-02-23arm64/mm: dplit __flush_tlb_range() to elide trailing DSBRyan Roberts1-2/+11
2024-02-23arm64/mm: new ptep layer to manage contig bitRyan Roberts1-38/+45
2024-02-23arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts1-1/+1
2024-02-23arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts1-3/+9
2024-02-23arm64/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-22arm64/mm: make set_ptes() robust when OAs cross 48-bit boundaryRyan Roberts1-11/+17
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-7/+0
2024-02-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-11/+19
2024-02-15arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown1-6/+6
2024-02-15arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errataEaswar Hariharan1-0/+4
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds2-4/+4
2024-02-09arm64: jump_label: use constraints "Si" instead of "i"Fangrui Song1-4/+8
2024-02-09arm64: fix typo in commentsSeongsu Park1-1/+1
2024-01-30arm64: vdso32: Remove unused vdso32-offsets.hKevin Brodsky1-3/+0
2024-01-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-16/+11
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-124/+372
2024-01-12arm64: fpsimd: Bring cond_yield asm macro in line with new rulesArd Biesheuvel1-16/+9
2024-01-12arm64: irq: include <linux/cpumask.h>Tudor Ambarus1-0/+2
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-2/+2
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+7
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-28/+34
2024-01-09Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2024-01-09arm64: Update __NR_compat_syscalls for statmount/listmountFlorian Fainelli1-1/+1
2024-01-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds17-119/+124
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+4
2024-01-08Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini13-163/+478
2024-01-08Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Ingo Molnar1-4/+0
2024-01-04Merge branch 'for-next/fixes' into for-next/coreWill Deacon1-0/+6
2024-01-04Merge branch 'for-next/sysregs' into for-next/coreWill Deacon1-0/+20
2024-01-04Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon2-19/+2
2024-01-04Merge branch 'for-next/rip-vpipt' into for-next/coreWill Deacon2-13/+0
2024-01-04Merge branch 'for-next/misc' into for-next/coreWill Deacon2-9/+0
2024-01-04Merge branch 'for-next/lpa2-prep' into for-next/coreWill Deacon8-67/+95
2024-01-04Merge branch 'for-next/kbuild' into for-next/coreWill Deacon1-1/+1
2024-01-04Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon3-10/+5
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-4/+0
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2-2/+21
2023-12-29kasan/arm64: improve comments for KASAN_SHADOW_START/ENDAndrey Konovalov2-27/+33
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot1-0/+1
2023-12-21posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds1-4/+0
2023-12-21arm64: Fix circular header dependencyKent Overstreet1-2/+2
2023-12-19Merge branch kvm-arm64/nv-6.8-prefix into kvmarm-master/nextMarc Zyngier4-59/+247
2023-12-19KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()Marc Zyngier1-0/+2