summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2-16/+0
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon7-335/+394
2020-09-29arm64: Move SSBD prctl() handler alongside other spectre mitigation codeWill Deacon3-130/+119
2020-09-29arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon1-1/+1
2020-09-29arm64: Treat SSBS as a non-strict system featureWill Deacon1-3/+3
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon2-233/+291
2020-09-29arm64: Introduce separate file for spectre mitigations and reportingWill Deacon3-7/+33
2020-09-29arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon1-1/+1
2020-09-29KVM: arm64: Simplify install_bp_hardening_cb()Will Deacon1-20/+7
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon1-2/+2
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon4-27/+3
2020-09-29arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUsMarc Zyngier1-0/+7
2020-09-21arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUsMarc Zyngier1-0/+8
2020-09-21arm64: Make use of ARCH_WORKAROUND_1 even when KVM is not enabledMarc Zyngier1-2/+5
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2020-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-0/+12
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2-0/+12
2020-08-27arm64/cpuinfo: Remove unnecessary fallthrough annotationGustavo A. R. Silva1-1/+0
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-11/+11
2020-08-21ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd1-1/+1
2020-08-21arm64: Allow booting of late CPUs affected by erratum 1418040Marc Zyngier1-0/+2
2020-08-21arm64: Move handling of erratum 1418040 into C codeMarc Zyngier2-21/+34
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+57
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-1/+1
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini3-4/+57
2020-08-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-4/+10
2020-08-08arm64: Fix __cpu_logical_map undefined issueKefeng Wang2-4/+10
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+1
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-204/+99
2020-08-07arm64: kaslr: Use standard early random functionGuenter Roeck1-7/+5
2020-08-05random: random.h should include archrandom.h, not the other way aroundLinus Torvalds1-1/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds1-1/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds14-141/+500
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2-1/+1
2020-07-31Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas1-0/+20
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas7-63/+371
2020-07-31arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stackManinder Singh1-1/+1
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier1-2/+2
2020-07-28KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORSDavid Brazdil1-2/+2
2020-07-27regset(): kill ->get_size()Al Viro1-13/+0
2020-07-27arm64: switch to ->regset_get()Al Viro1-163/+62
2020-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2020-07-24arm64/vdso: Restrict splitting VVAR VMAAndrei Vagin1-0/+13
2020-07-24arm64/vdso: Handle faults on timens pageAndrei Vagin1-4/+52
2020-07-24arm64/vdso: Add time namespace pageAndrei Vagin3-5/+24
2020-07-24arm64/vdso: Zap vvar pages when switching to a time namespaceAndrei Vagin1-0/+31