summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones2020-09-171-11/+15
* arm64: Allow CPUs unffected by ARM erratum 1418040 to come in lateMarc Zyngier2020-09-131-2/+6
* arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACEJessica Yu2020-09-021-2/+1
* arm64: Remove exporting cpu_logical_map symbolSudeep Holla2020-09-021-1/+0
* Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-301-2/+0
|\
| * cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-2/+0
* | Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-291-1/+0
|\ \
| * | arm64/cpuinfo: Remove unnecessary fallthrough annotationGustavo A. R. Silva2020-08-271-1/+0
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-08-282-0/+12
|\ \ \ | |/ / |/| |
| * | KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-08-282-0/+12
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-236-11/+11
|/
* ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd2020-08-211-1/+1
* arm64: Allow booting of late CPUs affected by erratum 1418040Marc Zyngier2020-08-211-0/+2
* arm64: Move handling of erratum 1418040 into C codeMarc Zyngier2020-08-212-21/+34
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-123-4/+57
|\
| * Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-08-093-4/+57
| |\
| | * Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier2020-07-281-2/+2
| | |\
| | | * KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORSDavid Brazdil2020-07-281-2/+2
| | * | KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier2020-07-071-2/+1
| | * | Merge branch 'kvm-arm64/ttl-for-arm64' into HEADMarc Zyngier2020-07-071-0/+11
| | |\ \
| | * | | KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil2020-07-051-29/+0
| | * | | KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil2020-07-051-5/+0
| | * | | KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil2020-07-051-7/+0
| | * | | KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil2020-07-051-5/+0
| | * | | KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil2020-07-051-3/+34
| | * | | KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil2020-07-051-6/+8
| | * | | KVM: arm64: Move hyp-init.S to nVHEAndrew Scull2020-07-051-3/+6
| | * | | KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil2020-07-051-0/+24
| | * | | KVM: arm64: Handle calls to prefixed hyp functionsAndrew Scull2020-07-051-0/+26
| | * | | KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil2020-07-051-0/+14
* | | | | uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-1/+1
|/ / / /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-08-082-4/+10
|\ \ \ \
| * | | | arm64: Fix __cpu_logical_map undefined issueKefeng Wang2020-08-082-4/+10
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-2/+1
|\ \ \ \ \
| * | | | | kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov2020-08-071-1/+1
| * | | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | | | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-204/+99
|\ \ \ \ \ \
| * | | | | | regset(): kill ->get_size()Al Viro2020-07-271-13/+0
| * | | | | | arm64: switch to ->regset_get()Al Viro2020-07-271-163/+62
| * | | | | | arm64: sanitize compat_ptrace_write_user()Al Viro2020-06-261-9/+20
| * | | | | | arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()Al Viro2020-06-261-3/+1
| * | | | | | arm64: take fetching compat reg out of pt_regs into a new helperAl Viro2020-06-261-17/+17
| | |_|_|_|/ | |/| | | |
* | | | | | arm64: kaslr: Use standard early random functionGuenter Roeck2020-08-071-7/+5
| |/ / / / |/| | | |
* | | | | random: random.h should include archrandom.h, not the other way aroundLinus Torvalds2020-08-051-1/+1
* | | | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-1/+1
|\ \ \ \ \
| * | | | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-0314-141/+500
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2020-07-312-1/+1
| |\ \ \ \ \
| | * | | | | arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon2020-07-212-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas2020-07-311-0/+20
| |\ \ \ \ \