summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-211-1/+1
|\
| * kconfig: unify cc-option and as-optionMasahiro Yamada2020-06-171-1/+1
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-1910-57/+63
|\ \
| * | 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
| |/
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+2
|/
* 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-142-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-111-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
* | | | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-10/+10
* | | | | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-094-29/+21
* | | | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0910-10/+9
* | | | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0913-15/+13