summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2022-08-043-35/+32
|\
| * xtensa: enable ARCH_HAS_GCOV_PROFILE_ALLMax Filippov2022-07-142-0/+2
| * xtensa: enable KCOV supportMax Filippov2022-07-142-0/+2
| * xtensa: iss: fix handling error cases in iss_net_configure()Yang Yingliang2022-07-141-17/+15
| * xtensa: iss/network: provide release() callbackMax Filippov2022-07-141-0/+10
| * xtensa: iss/network: drop 'devices' listMax Filippov2022-07-141-18/+3
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-08-045-2/+11
|\ \
| * | ARM: 9219/1: fix undeclared soft_restartBen Dooks2022-07-281-0/+1
| * | ARM: 9218/1: dma-mapping: fix pointer/integer warningBen Dooks2022-07-281-1/+1
| * | ARM: 9217/1: add definition of arch_irq_work_raise()Ben Dooks2022-07-281-0/+2
| * | ARM: 9203/1: kconfig: fix MODULE_PLTS for KASAN with KASAN_VMALLOCLecopzer Chen2022-07-281-0/+1
| * | ARM: 9202/1: kasan: support CONFIG_KASAN_VMALLOCLecopzer Chen2022-07-282-1/+6
* | | Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2022-08-0414-20/+211
|\ \ \
| * | | csky: abiv1: Fixup compile errorGuo Ren2022-07-311-0/+6
| * | | csky: cmpxchg: Coding convention for BUILD_BUG()Guo Ren2022-07-311-6/+5
| * | | csky: Enable ARCH_INLINE_READ*/WRITE*/SPIN*Guo Ren2022-07-311-0/+26
| * | | csky: Add qspinlock supportGuo Ren2022-07-315-2/+44
| * | | csky: Add jump-label implementationGuo Ren2022-07-304-0/+104
| * | | csky: Move HEAD_TEXT_SECTION out of __init_begin-endGuo Ren2022-07-221-6/+6
| * | | csky: Correct position of _stextGuo Ren2022-07-223-3/+14
| * | | csky: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-221-3/+2
| * | | csky/kprobe: reclaim insn_slot on kprobe unregistrationLiao Chang2022-07-221-0/+4
| |/ /
* | | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-045-7/+14
|\ \ \
| * | | xen: don't require virtio with grants for non-PV guestsJuergen Gross2022-08-013-3/+10
| * | | virtio: replace restricted mem access flag with callbackJuergen Gross2022-08-012-4/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-04153-3221/+8151
|\ \ \ \
| * | | | KVM: x86/mmu: remove unused variablePaolo Bonzini2022-08-011-2/+0
| * | | | Merge tag 'kvmarm-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-08-0139-944/+1579
| |\ \ \ \
| | * \ \ \ Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/nextMarc Zyngier2022-07-2716-170/+775
| | |\ \ \ \
| | | * | | | arm64: Update 'unwinder howto'Marc Zyngier2022-07-271-10/+4
| | | * | | | KVM: arm64: Don't open code ARRAY_SIZE()Oliver Upton2022-07-272-4/+5
| | | * | | | KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.cMarc Zyngier2022-07-272-41/+41
| | | * | | | KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier2022-07-276-197/+213
| | | * | | | KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unitMarc Zyngier2022-07-274-99/+123
| | | * | | | KVM: arm64: Move PROTECTED_NVHE_STACKTRACE aroundMarc Zyngier2022-07-271-13/+11
| | | * | | | KVM: arm64: Introduce pkvm_dump_backtrace()Kalesh Singh2022-07-261-1/+34
| | | * | | | KVM: arm64: Implement protected nVHE hyp stack unwinderKalesh Singh2022-07-261-3/+12
| | | * | | | KVM: arm64: Save protected-nVHE (pKVM) hyp stacktraceKalesh Singh2022-07-261-1/+54
| | | * | | | KVM: arm64: Stub implementation of pKVM HYP stack unwinderKalesh Singh2022-07-261-2/+33
| | | * | | | KVM: arm64: Allocate shared pKVM hyp stacktrace buffersKalesh Singh2022-07-262-0/+12
| | | * | | | KVM: arm64: Add PROTECTED_NVHE_STACKTRACE KconfigKalesh Singh2022-07-261-0/+15
| | | * | | | KVM: arm64: Introduce hyp_dump_backtrace()Kalesh Singh2022-07-262-0/+86
| | | * | | | KVM: arm64: Implement non-protected nVHE hyp stack unwinderKalesh Singh2022-07-263-3/+77
| | | * | | | KVM: arm64: Prepare non-protected nVHE hypervisor stacktraceKalesh Singh2022-07-263-0/+63
| | | * | | | KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinderKalesh Singh2022-07-261-0/+47
| | | * | | | KVM: arm64: On stack overflow switch to hyp overflow_stackKalesh Singh2022-07-263-8/+14
| | | * | | | arm64: stacktrace: Add description of stacktrace/common.hKalesh Singh2022-07-261-0/+15
| | | * | | | arm64: stacktrace: Factor out common unwind()Kalesh Singh2022-07-263-67/+70
| | | * | | | arm64: stacktrace: Handle frame pointer from different address spacesKalesh Singh2022-07-262-5/+26
| | | * | | | arm64: stacktrace: Factor out unwind_next_common()Kalesh Singh2022-07-262-37/+54