summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelistSai Prakash Ranjan2020-06-241-0/+2
* arm64: Don't insert a BTI instruction at inner labelsJean-Philippe Brucker2020-06-241-6/+0
* arm64: vdso: Don't use gcc plugins for building vgettimeofday.cAlexander Popov2020-06-241-1/+1
* arm64: vdso: Only pass --no-eh-frame-hdr when linker supports itWill Deacon2020-06-241-2/+3
* arm64: Depend on newer binutils when building PACMark Brown2020-06-231-2/+2
* arm64: compat: Remove 32-bit sigreturn code from the vDSOWill Deacon2020-06-233-71/+0
* arm64: compat: Always use sigpage for sigreturn trampolineWill Deacon2020-06-231-25/+0
* arm64: compat: Allow 32-bit vdso and sigpage to co-existWill Deacon2020-06-234-36/+32
* arm64: vdso: Disable dwarf unwinding through the sigreturn trampolineWill Deacon2020-06-232-21/+35
* arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon2020-06-181-18/+26
* arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva2020-06-181-2/+1
* arm64: mm: reserve hugetlb CMA after numa_initBarry Song2020-06-181-5/+10
* arm64: bti: Require clang >= 10.0.1 for in-kernel BTI supportWill Deacon2020-06-171-0/+2
* arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=nWill Deacon2020-06-161-3/+3
* arm64: pgtable: Clear the GP bit for non-executable kernel pagesWill Deacon2020-06-161-1/+1
* arm64: mm: reset address tag set by kasan sw taggingShyam Thombre2020-06-151-0/+1
* arm64: traps: Dump registers prior to panic() in bad_mode()Will Deacon2020-06-151-0/+1
* arm64/sve: Eliminate data races on sve_default_vlDave Martin2020-06-151-7/+18
* arm64: remove TEXT_OFFSET randomizationArd Biesheuvel2020-06-152-21/+0
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-132-5/+5
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-132-5/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-1213-102/+171
|\ \
| * \ Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-06-1113-97/+171
| |\ \
| | * \ Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier2020-06-1011-85/+111
| | |\ \
| | | * | KVM: arm64: Move hyp_symbol_addr() to kvm_asm.hMarc Zyngier2020-06-102-20/+20
| | | * | KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier2020-06-096-19/+11
| | | * | KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptrMarc Zyngier2020-06-091-3/+10
| | | * | KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier2020-06-094-38/+70
| | | * | KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier2020-06-093-24/+19
| | * | | KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier2020-06-101-0/+28
| | * | | KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier2020-06-101-2/+4
| | * | | KVM: arm64: Stop save/restoring ACTLR_EL1James Morse2020-06-092-4/+0
| | * | | KVM: arm64: Add emulation for 32bit guests accessing ACTLR2James Morse2020-06-091-0/+10
| | * | | KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse2020-06-091-2/+8
| | |/ /
| | * | KVM: arm64: Flush the instruction cache if not unmapping the VM on rebootMarc Zyngier2020-05-311-4/+10
| * | | KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini2020-06-041-5/+0
* | | | Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-121-3/+3
|\ \ \ \
| * | | | locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra2020-06-111-3/+3
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-116-5/+28
|\ \ \ \ | |/ / / |/| | |
| * | | arm64: warn on incorrect placement of the kernel by the bootloaderArd Biesheuvel2020-06-112-1/+6
| * | | arm64: acpi: fix UBSAN warningNick Desaulniers2020-06-101-2/+3
| * | | arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers2020-06-102-0/+16
| * | | arm64: ftrace: Change CONFIG_FTRACE_WITH_REGS to CONFIG_DYNAMIC_FTRACE_WITH_REGSJoe Perches2020-06-081-1/+2
| * | | arm64: debug: mark a function as __init to save some memoryChristophe JAILLET2020-06-041-1/+1
* | | | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-102-16/+20
|\ \ \ \
| * | | | arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macrosWill Deacon2020-04-161-8/+8
| * | | | arm64: csum: Disable KASAN for do_csum()Will Deacon2020-04-151-8/+12
* | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-101-1/+0
|\ \ \ \ \
| * | | | | arm64: tegra: Remove redundant CLKDEV_LOOKUP selectsStephen Boyd2020-05-051-1/+0
| |/ / / /
* | | | | mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-7/+7