aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-11KVM: arm64: Expose page-table helpersQuentin Perret1-0/+40
2021-08-11arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual1-1/+1
2021-08-06arm64: mm: Fix TLBI vs ASID rolloverWill Deacon2-9/+31
2021-08-05arm64: entry: move bulk of ret_to_user to CMark Rutland1-2/+3
2021-08-04arm64: hyperv: Add Hyper-V hypercall and register access utilitiesMichael Kelley2-0/+123
2021-08-04ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann1-1/+1
2021-08-03arm64: fix typo in a commentJason Wang1-1/+1
2021-08-03arm64/cpufeature: Optionally disable MTE via command-lineYee Lee1-2/+1
2021-08-03arm64: stacktrace: fix commentMark Rutland1-1/+1
2021-08-03arm64: fix compat syscall return truncationMark Rutland2-10/+21
2021-08-02arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland2-13/+0
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland4-12/+16
2021-08-02arm64/sve: Make fpsimd_bind_task_to_cpu() staticMark Brown1-1/+0
2021-08-02KVM: arm64: Remove PMSWINC_EL0 shadow registerMarc Zyngier1-1/+0
2021-08-02KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier1-0/+20
2021-07-30arm64/kexec: Test page size support with new TGRAN range valuesAnshuman Khandual2-15/+22
2021-07-28arm64: move preemption disablement to prctl handlersPeter Collingbourne2-7/+7
2021-07-28arm64: mte: change ASYNC and SYNC TCF settings into bitfieldsPeter Collingbourne1-0/+3
2021-07-28arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne1-1/+4
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+2
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann1-11/+3
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+1
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas1-4/+1
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+1
2021-07-12Revert "arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CACHE_BYTES)"Will Deacon1-1/+1
2021-07-12arm64: Add missing header <asm/smp.h> in two filesCarlos Bilbao1-0/+1
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport1-0/+1
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport4-8/+18
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-7/+3
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+2
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual1-1/+0
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport2-2/+3
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-2/+1
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-16/+16
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-40/+150
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds39-257/+527
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini18-106/+246
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-7/+2
2021-06-24Merge branch 'for-next/sve' into for-next/coreWill Deacon2-2/+4
2021-06-24Merge branch 'for-next/ptrauth' into for-next/coreWill Deacon3-46/+64
2021-06-24Merge branch 'for-next/perf' into for-next/coreWill Deacon1-0/+5
2021-06-24Merge branch 'for-next/mte' into for-next/coreWill Deacon3-29/+78
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon9-31/+19