aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-64/+61
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+5
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+0
2020-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 12-41/+172
2020-08-28KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionGravatar James Morse 1-1/+2
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsGravatar James Morse 3-8/+42
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeGravatar James Morse 8-26/+108
2020-08-28arm64: vdso32: make vdso32 install conditionalGravatar Frank van der Linden 1-1/+2
2020-08-28arm64: use a common .arch preamble for inline assemblyGravatar Sami Tolvanen 3-5/+18
2020-08-27arm64/cpuinfo: Remove unnecessary fallthrough annotationGravatar Gustavo A. R. Silva 1-1/+0
2020-08-26arm64: Implement arch_irqs_disabled()Gravatar Peter Zijlstra 1-0/+5
2020-08-26cpuidle: Move trace_cpu_idle() into generic codeGravatar Peter Zijlstra 1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 10-51/+51
2020-08-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 6-22/+42
2020-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-6/+15
2020-08-21KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not setGravatar Will Deacon 1-4/+13
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Gravatar Will Deacon 2-2/+2
2020-08-21ARM64: vdso32: Install vdso32 from vdso_installGravatar Stephen Boyd 2-1/+2
2020-08-21KVM: arm64: Print warning when cpu erratum can cause guests to deadlockGravatar Rob Herring 1-0/+4
2020-08-21arm64: Allow booting of late CPUs affected by erratum 1418040Gravatar Marc Zyngier 1-0/+2
2020-08-21arm64: Move handling of erratum 1418040 into C codeGravatar Marc Zyngier 2-21/+34
2020-08-16arm64: dts: k3-am65: Update the RM resource typesGravatar Lokesh Vutla 2-12/+12
2020-08-16arm64: dts: k3-am65: ti-sci-inta/intr: Update to latest bindingsGravatar Lokesh Vutla 4-20/+17
2020-08-16arm64: dts: k3-j721e: ti-sci-inta/intr: Update to latest bindingsGravatar Lokesh Vutla 3-32/+32
2020-08-14all arch: remove system call sys_sysctlGravatar Xiaoming Ni 1-2/+2
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+4
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 59-2367/+2806
2020-08-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-35/+8
2020-08-12mm/arm64: use general page fault accountingGravatar Peter Xu 1-23/+6
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12uaccess: add force_uaccess_{begin,end} helpersGravatar Christoph Hellwig 1-1/+1
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-1/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Gravatar Jia He 1-10/+0
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+0
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 59-2367/+2806
2020-08-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 4-9/+19
2020-08-08arm64: Fix __cpu_logical_map undefined issueGravatar Kefeng Wang 3-5/+16
2020-08-08arm64/fixmap: make notes of fixed_addresses more preciselyGravatar Pingfan Liu 1-4/+3
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 7-65/+44
2020-08-07kasan, arm64: don't instrument functions that enable kasanGravatar Andrey Konovalov 1-1/+1
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Gravatar Mike Rapoport 1-4/+2
2020-08-07arm64/mm: enable vmem_altmap support for vmemmap mappingsGravatar Anshuman Khandual 1-20/+38
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Gravatar Anshuman Khandual 1-1/+1
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Gravatar Anshuman Khandual 1-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Gravatar Mike Rapoport 1-11/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Gravatar Mike Rapoport 1-26/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 4-3/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-204/+99
2020-08-07arm64: kaslr: Use standard early random functionGravatar Guenter Roeck 1-7/+5