aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 11-158/+93
2020-06-26arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageGravatar Christoph Hellwig 1-9/+3
2020-06-25arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelistGravatar Sai Prakash Ranjan 1-0/+2
2020-06-25arm64: perf: Report the PC value in REGS_ABI_32 modeGravatar Jiping Ma 1-3/+22
2020-06-24arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelistGravatar Sai Prakash Ranjan 1-0/+2
2020-06-24arm64: vdso: Don't use gcc plugins for building vgettimeofday.cGravatar Alexander Popov 1-1/+1
2020-06-24arm64: vdso: Only pass --no-eh-frame-hdr when linker supports itGravatar Will Deacon 1-2/+3
2020-06-23arm64: compat: Remove 32-bit sigreturn code from the vDSOGravatar Will Deacon 3-71/+0
2020-06-23arm64: compat: Always use sigpage for sigreturn trampolineGravatar Will Deacon 1-25/+0
2020-06-23arm64: compat: Allow 32-bit vdso and sigpage to co-existGravatar Will Deacon 3-36/+29
2020-06-23arm64: vdso: Disable dwarf unwinding through the sigreturn trampolineGravatar Will Deacon 2-21/+35
2020-06-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 4-30/+49
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultGravatar Christoph Hellwig 1-1/+1
2020-06-18arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsGravatar Will Deacon 1-18/+26
2020-06-18arm64: kexec_file: Use struct_size() in kmalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-2/+2
2020-06-16arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=nGravatar Will Deacon 1-3/+3
2020-06-15arm64: traps: Dump registers prior to panic() in bad_mode()Gravatar Will Deacon 1-0/+1
2020-06-15arm64/sve: Eliminate data races on sve_default_vlGravatar Dave Martin 1-7/+18
2020-06-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-2/+15
2020-06-11arm64: warn on incorrect placement of the kernel by the bootloaderGravatar Ard Biesheuvel 1-0/+4
2020-06-10arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSOGravatar Nick Desaulniers 1-0/+8
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 2-6/+6
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 5-5/+4
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 5-5/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 3-3/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-7/+1
2020-06-09arm64: add show_stack_loglvl()Gravatar Dmitry Safonov 1-2/+8
2020-06-09arm64: add loglvl to dump_backtrace()Gravatar Dmitry Safonov 2-8/+9
2020-06-08arm64: ftrace: Change CONFIG_FTRACE_WITH_REGS to CONFIG_DYNAMIC_FTRACE_WITH_REGSGravatar Joe Perches 1-1/+2
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2020-06-04arm64: add support for folded p4d page tablesGravatar Mike Rapoport 1-7/+37
2020-06-04arm64: debug: mark a function as __init to save some memoryGravatar Christophe JAILLET 1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-3/+2
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-3/+3
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-0/+25
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 43-442/+949
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-18/+4
2020-06-01Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'Gravatar Rafael J. Wysocki 1-0/+25
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-05-28Merge branch 'for-next/scs' into for-next/coreGravatar Will Deacon 8-7/+76
2020-05-28Merge branch 'for-next/kvm/errata' into for-next/coreGravatar Will Deacon 1-14/+11
2020-05-28Merge branch 'for-next/bti' into for-next/coreGravatar Will Deacon 27-172/+371
2020-05-28Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Gravatar Will Deacon 22-251/+493
2020-05-28KVM: arm64: Check advertised Stage-2 page size capabilityGravatar Marc Zyngier 1-0/+18
2020-05-28arm64/kernel: Fix return value when cpu_online() fails in __cpu_up()Gravatar Nobuhiro Iwamatsu 1-1/+1
2020-05-27arm64/cpufeature: Add get_arm64_ftr_reg_nowarn()Gravatar Anshuman Khandual 1-10/+34
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Ingo Molnar 2-2/+2