summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+2
2022-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-118/+438
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+3
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+2
2022-08-03Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-65/+47
2022-08-03Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-2/+16
2022-07-27Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/nextMarc Zyngier5-60/+280
2022-07-27arm64: Update 'unwinder howto'Marc Zyngier1-10/+4
2022-07-27KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.cMarc Zyngier1-41/+0
2022-07-27KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier3-197/+16
2022-07-27KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unitMarc Zyngier1-0/+2
2022-07-26KVM: arm64: Implement protected nVHE hyp stack unwinderKalesh Singh1-3/+12
2022-07-26KVM: arm64: Stub implementation of pKVM HYP stack unwinderKalesh Singh1-2/+33
2022-07-26KVM: arm64: Allocate shared pKVM hyp stacktrace buffersKalesh Singh1-0/+8
2022-07-26KVM: arm64: Introduce hyp_dump_backtrace()Kalesh Singh1-0/+17
2022-07-26KVM: arm64: Implement non-protected nVHE hyp stack unwinderKalesh Singh2-2/+76
2022-07-26KVM: arm64: Prepare non-protected nVHE hypervisor stacktraceKalesh Singh1-0/+16
2022-07-26KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinderKalesh Singh1-0/+47
2022-07-26arm64: stacktrace: Add description of stacktrace/common.hKalesh Singh1-0/+15
2022-07-26arm64: stacktrace: Factor out common unwind()Kalesh Singh2-0/+70
2022-07-26arm64: stacktrace: Handle frame pointer from different address spacesKalesh Singh1-4/+25
2022-07-26arm64: stacktrace: Factor out unwind_next_common()Kalesh Singh1-0/+50
2022-07-26arm64: stacktrace: Factor out on_accessible_stack_common()Kalesh Singh2-4/+20
2022-07-26arm64: stacktrace: Add shared header for common stack unwinding codeKalesh Singh2-34/+106
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld1-55/+47
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon7-77/+66
2022-07-25Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon3-2/+7
2022-07-25Merge branch 'for-next/sysregs' into for-next/coreWill Deacon5-151/+22
2022-07-25Merge branch 'for-next/sme' into for-next/coreWill Deacon1-0/+1
2022-07-25Merge branch 'for-next/mm' into for-next/coreWill Deacon1-0/+6
2022-07-25Merge branch 'for-next/misc' into for-next/coreWill Deacon4-10/+8
2022-07-25Merge branch 'for-next/kpti' into for-next/coreWill Deacon1-1/+3
2022-07-25Merge branch 'for-next/kcsan' into for-next/coreWill Deacon1-6/+6
2022-07-25Merge branch 'for-next/ioremap' into for-next/coreWill Deacon2-6/+28
2022-07-25Merge branch 'for-next/extable' into for-next/coreWill Deacon4-79/+110
2022-07-23asm-generic: Add new pci.h and use itStafford Horne1-8/+2
2022-07-23PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-2/+0
2022-07-23PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-6/+0
2022-07-20arm64: fix KASAN_INLINEMark Rutland1-0/+3
2022-07-20arm64/hwcap: Support FEAT_EBF16Mark Brown1-0/+1
2022-07-20arm64/cpufeature: Store elf_hwcaps as a bitmap rather than unsigned longMark Brown2-2/+2
2022-07-20arm64: enable THP_SWAP for arm64Barry Song1-0/+6
2022-07-19arm64/mm: use GENMASK_ULL for TTBR_BADDR_MASK_52Joey Gouly1-2/+1
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-10/+0
2022-07-17Merge branch kvm-arm64/sysreg-cleanup-5.20 into kvmarm-master/nextMarc Zyngier1-2/+0
2022-07-17KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg()Marc Zyngier1-2/+0
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao1-2/+14
2022-07-15kexec_file: drop weak attribute from functionsNaveen N. Rao1-1/+3
2022-07-11arm64: Add LDR (literal) instructionXu Kuohai1-0/+3
2022-07-05arm64: mm: Remove assembly DMA cache maintenance wrappersWill Deacon1-7/+0