aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-06-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds10-57/+63
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-18arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon1-18/+26
2020-06-18arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2020-06-18arm64: mm: reserve hugetlb CMA after numa_initBarry Song1-5/+10
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+2
2020-06-17arm64: bti: Require clang >= 10.0.1 for in-kernel BTI supportWill Deacon1-0/+2
2020-06-17kconfig: unify cc-option and as-optionMasahiro Yamada1-1/+1
2020-06-16arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=nWill Deacon1-3/+3
2020-06-16arm64: pgtable: Clear the GP bit for non-executable kernel pagesWill Deacon1-1/+1
2020-06-15arm64: mm: reset address tag set by kasan sw taggingShyam Thombre1-0/+1
2020-06-15arm64: traps: Dump registers prior to panic() in bad_mode()Will Deacon1-0/+1
2020-06-15arm64/sve: Eliminate data races on sve_default_vlDave Martin1-7/+18
2020-06-15arm64: remove TEXT_OFFSET randomizationArd Biesheuvel2-21/+0
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-5/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-5/+5
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-102/+171
2020-06-11Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2020-06-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-5/+28
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini13-97/+171
2020-06-11arm64: warn on incorrect placement of the kernel by the bootloaderArd Biesheuvel2-1/+6
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra1-3/+3
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxLinus Torvalds2-16/+20
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+0
2020-06-10Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier11-85/+111
2020-06-10KVM: arm64: Move hyp_symbol_addr() to kvm_asm.hMarc Zyngier2-20/+20
2020-06-10KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier1-0/+28
2020-06-10KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier1-2/+4
2020-06-10arm64: acpi: fix UBSAN warningNick Desaulniers1-2/+3
2020-06-10arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers2-0/+16
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-7/+7
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse3-10/+10
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport4-29/+21
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport10-10/+9
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport13-15/+13
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport7-7/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09arm64: add show_stack_loglvl()Dmitry Safonov1-2/+8
2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov3-9/+11
2020-06-09KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier6-19/+11
2020-06-09KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptrMarc Zyngier1-3/+10
2020-06-09KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier4-38/+70
2020-06-09KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier3-24/+19
2020-06-09KVM: arm64: Stop save/restoring ACTLR_EL1James Morse2-4/+0
2020-06-09KVM: arm64: Add emulation for 32bit guests accessing ACTLR2James Morse1-0/+10
2020-06-09KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse1-2/+8
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+5
2020-06-08arm64: use asm-generic/cacheflush.hChristoph Hellwig1-41/+5
2020-06-08arm64: ftrace: Change CONFIG_FTRACE_WITH_REGS to CONFIG_DYNAMIC_FTRACE_WITH_REGSJoe Perches1-1/+2