aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-04arm64: mte: Restore the GCR_EL1 register after a suspendCatalin Marinas1-0/+4
2020-09-04arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas2-0/+8
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas2-0/+17
2020-09-04arm64: mte: Validate the PROT_MTE request via arch_validate_flags()Catalin Marinas1-1/+13
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas5-12/+60
2020-09-04arm64: Avoid unnecessary clear_user_page() indirectionCatalin Marinas1-2/+1
2020-09-04arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino2-3/+15
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas2-0/+23
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino2-1/+26
2020-09-03arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino6-4/+12
2020-09-03arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas2-0/+3
2020-09-03arm64: mte: system register definitionsVincenzo Frascino3-0/+55
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2020-08-28KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse1-1/+2
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse1-0/+28
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse1-0/+15
2020-08-28arm64: use a common .arch preamble for inline assemblySami Tolvanen2-2/+10
2020-08-26arm64: Implement arch_irqs_disabled()Peter Zijlstra1-0/+5
2020-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+1
2020-08-21arm64/x86: KVM: Introduce steal-time capAndrew Jones1-0/+1
2020-08-21KVM: arm64: pvtime: Fix stolen time accounting across migrationAndrew Jones1-1/+0
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-2/+2
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+4
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-134/+203
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-3/+0
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next-5.6Paolo Bonzini9-134/+203
2020-08-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-5/+9
2020-08-08arm64: Fix __cpu_logical_map undefined issueKefeng Wang1-1/+6
2020-08-08arm64/fixmap: make notes of fixed_addresses more preciselyPingfan Liu1-4/+3
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport1-11/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-26/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-25/+19
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2-2/+4
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-2/+14
2020-08-05random: random.h should include archrandom.h, not the other way aroundLinus Torvalds1-1/+0
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+12
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds22-55/+348
2020-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+8
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+5
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas5-6/+10
2020-07-31Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas8-17/+223
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature', 'for-next/acpi', 'for-next/perf', 'for-next/timens', 'for-next/msi-iommu' and 'for-next/trivial' into for-next/coreCatalin Marinas9-18/+97
2020-07-31Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-5/+5