summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()Peter Gonda2022-04-022-1/+2
| * | | | | | | KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson2022-04-024-1/+5
| * | | | | | | KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-021-1/+1
| * | | | | | | KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmapSean Christopherson2022-04-023-48/+19
| * | | | | | | KVM: SVM: fix panic on out-of-bounds guest IRQYi Wang2022-04-021-2/+8
| * | | | | | | KVM: MMU: propagate alloc_workqueue failurePaolo Bonzini2022-04-025-17/+32
| * | | | | | | KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activatedVitaly Kuznetsov2022-03-291-3/+6
| * | | | | | | KVM: x86: Avoid theoretical NULL pointer dereference in kvm_irq_delivery_to_a...Vitaly Kuznetsov2022-03-291-0/+4
| * | | | | | | KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irqVitaly Kuznetsov2022-03-291-0/+3
| * | | | | | | KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid()Nathan Chancellor2022-03-291-0/+1
* | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-0113-74/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | uml/x86: use x86 load_unaligned_zeropad()Al Viro2022-01-303-27/+1
| * | | | | | | | asm/user.h: killed unused macrosAl Viro2022-01-3010-47/+0
* | | | | | | | | Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-0128-47/+355
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=nPalmer Dabbelt2022-03-313-3/+0
| * | | | | | | | | RISC-V: defconfig: Drop redundant SBI HVC and earlyconPalmer Dabbelt2022-03-312-4/+0
| * | | | | | | | | riscv: cpu.c: don't use kernel-doc markers for commentsRandy Dunlap2022-03-311-2/+2
| * | | | | | | | | RISC-V: Enable profiling by defaultAnup Patel2022-03-312-0/+2
| * | | | | | | | | RISC-V: module: fix apply_r_riscv_rcv_branch_rela typoWu Caize2022-03-311-2/+2
| * | | | | | | | | RISC-V: Declare per cpu boot data as staticAtish Patra2022-03-311-1/+1
| * | | | | | | | | RISC-V: Fix a comment typo in riscv_of_parent_hartid()Atish Patra2022-03-301-1/+1
| * | | | | | | | | riscv: Increase stack size under KASANDmitry Vyukov2022-03-301-2/+8
| * | | | | | | | | riscv: Fix fill_callchain return valueNikita Shubin2022-03-301-1/+1
| * | | | | | | | | riscv: dts: canaan: Fix SPI3 bus widthNiklas Cassel2022-03-304-0/+8
| * | | | | | | | | RISC-V CPU Idle SupportPalmer Dabbelt2022-03-3013-24/+322
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machineAnup Patel2022-03-103-0/+5
| | * | | | | | | | | RISC-V: Add SBI HSM suspend related definesAnup Patel2022-03-103-8/+25
| | * | | | | | | | | RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel2022-03-107-21/+279
| | * | | | | | | | | RISC-V: Rename relocate() and make it globalAnup Patel2022-03-101-3/+4
| | * | | | | | | | | RISC-V: Enable CPU_IDLE driversAnup Patel2022-03-105-1/+35
| | |/ / / / / / / /
| * | | | | | | | | riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook2022-03-303-4/+5
| * | | | | | | | | riscv module: remove (NOLOAD)Fangrui Song2022-03-291-3/+3
* | | | | | | | | | Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-04-0124-140/+208
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | s390/alternatives: avoid using jgnop mnemonicVasily Gorbik2022-03-282-2/+2
| * | | | | | | | | | s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Niklas Schnelle2022-03-272-4/+4
| * | | | | | | | | | s390/pci: improve zpci_dev reference countingNiklas Schnelle2022-03-274-4/+16
| * | | | | | | | | | s390/smp: use physical address for SIGP_SET_PREFIX commandAlexander Gordeev2022-03-271-1/+1
| * | | | | | | | | | s390/maccess: rework absolute lowcore accessorsAlexander Gordeev2022-03-276-24/+32
| * | | | | | | | | | s390/smp: cleanup control register update routinesAlexander Gordeev2022-03-272-29/+23
| * | | | | | | | | | s390/smp: cleanup target CPU callback startingAlexander Gordeev2022-03-271-4/+11
| * | | | | | | | | | s390/test_unwind: verify __kretprobe_trampoline is replacedVasily Gorbik2022-03-271-1/+8
| * | | | | | | | | | s390/unwind: avoid duplicated unwinding entries for kretprobesVasily Gorbik2022-03-272-2/+3
| * | | | | | | | | | s390/unwind: recover kretprobe modified return address in stacktraceVasily Gorbik2022-03-272-6/+15
| * | | | | | | | | | s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik2022-03-271-4/+4
| * | | | | | | | | | s390/test_unwind: extend kretprobe testVasily Gorbik2022-03-271-16/+33
| * | | | | | | | | | s390/ap: adjust whitespaceHeiko Carstens2022-03-271-23/+23
| * | | | | | | | | | s390/ap: use insn format for new instructionsHeiko Carstens2022-03-271-7/+7
| * | | | | | | | | | s390/alternatives: use insn format for new instructionsHeiko Carstens2022-03-273-8/+8
| * | | | | | | | | | s390/alternatives: use instructions instead of byte patternsHeiko Carstens2022-03-272-7/+20
| * | | | | | | | | | s390/traps: improve panic message for translation-specification exceptionHeiko Carstens2022-03-271-3/+3