Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode() | Peter Gonda | 2022-04-02 | 2 | -1/+2 | |
| * | | | | | | | KVM: x86/pmu: Use different raw event masks for AMD and Intel | Jim Mattson | 2022-04-02 | 4 | -1/+5 | |
| * | | | | | | | KVM: Don't actually set a request when evicting vCPUs for GFN cache invd | Sean Christopherson | 2022-04-02 | 1 | -1/+1 | |
| * | | | | | | | KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmap | Sean Christopherson | 2022-04-02 | 3 | -48/+19 | |
| * | | | | | | | KVM: SVM: fix panic on out-of-bounds guest IRQ | Yi Wang | 2022-04-02 | 1 | -2/+8 | |
| * | | | | | | | KVM: MMU: propagate alloc_workqueue failure | Paolo Bonzini | 2022-04-02 | 5 | -17/+32 | |
| * | | | | | | | KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated | Vitaly Kuznetsov | 2022-03-29 | 1 | -3/+6 | |
| * | | | | | | | KVM: x86: Avoid theoretical NULL pointer dereference in kvm_irq_delivery_to_a... | Vitaly Kuznetsov | 2022-03-29 | 1 | -0/+4 | |
| * | | | | | | | KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq | Vitaly Kuznetsov | 2022-03-29 | 1 | -0/+3 | |
| * | | | | | | | KVM: x86: Fix clang -Wimplicit-fallthrough in do_host_cpuid() | Nathan Chancellor | 2022-03-29 | 1 | -0/+1 | |
* | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2022-04-02 | 13 | -74/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | uml/x86: use x86 load_unaligned_zeropad() | Al Viro | 2022-01-31 | 3 | -27/+1 | |
| * | | | | | | | | asm/user.h: killed unused macros | Al Viro | 2022-01-31 | 10 | -47/+0 | |
* | | | | | | | | | Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-04-01 | 28 | -47/+355 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n | Palmer Dabbelt | 2022-04-01 | 3 | -3/+0 | |
| * | | | | | | | | | RISC-V: defconfig: Drop redundant SBI HVC and earlycon | Palmer Dabbelt | 2022-04-01 | 2 | -4/+0 | |
| * | | | | | | | | | riscv: cpu.c: don't use kernel-doc markers for comments | Randy Dunlap | 2022-04-01 | 1 | -2/+2 | |
| * | | | | | | | | | RISC-V: Enable profiling by default | Anup Patel | 2022-03-31 | 2 | -0/+2 | |
| * | | | | | | | | | RISC-V: module: fix apply_r_riscv_rcv_branch_rela typo | Wu Caize | 2022-03-31 | 1 | -2/+2 | |
| * | | | | | | | | | RISC-V: Declare per cpu boot data as static | Atish Patra | 2022-03-31 | 1 | -1/+1 | |
| * | | | | | | | | | RISC-V: Fix a comment typo in riscv_of_parent_hartid() | Atish Patra | 2022-03-31 | 1 | -1/+1 | |
| * | | | | | | | | | riscv: Increase stack size under KASAN | Dmitry Vyukov | 2022-03-31 | 1 | -2/+8 | |
| * | | | | | | | | | riscv: Fix fill_callchain return value | Nikita Shubin | 2022-03-31 | 1 | -1/+1 | |
| * | | | | | | | | | riscv: dts: canaan: Fix SPI3 bus width | Niklas Cassel | 2022-03-31 | 4 | -0/+8 | |
| * | | | | | | | | | RISC-V CPU Idle Support | Palmer Dabbelt | 2022-03-31 | 13 | -24/+322 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine | Anup Patel | 2022-03-10 | 3 | -0/+5 | |
| | * | | | | | | | | | RISC-V: Add SBI HSM suspend related defines | Anup Patel | 2022-03-10 | 3 | -8/+25 | |
| | * | | | | | | | | | RISC-V: Add arch functions for non-retentive suspend entry/exit | Anup Patel | 2022-03-10 | 7 | -21/+279 | |
| | * | | | | | | | | | RISC-V: Rename relocate() and make it global | Anup Patel | 2022-03-10 | 1 | -3/+4 | |
| | * | | | | | | | | | RISC-V: Enable CPU_IDLE drivers | Anup Patel | 2022-03-10 | 5 | -1/+35 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | riscv: Rename "sp_in_global" to "current_stack_pointer" | Kees Cook | 2022-03-31 | 3 | -4/+5 | |
| * | | | | | | | | | riscv module: remove (NOLOAD) | Fangrui Song | 2022-03-29 | 1 | -3/+3 | |
* | | | | | | | | | | Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2022-04-01 | 24 | -140/+208 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | s390/alternatives: avoid using jgnop mnemonic | Vasily Gorbik | 2022-03-28 | 2 | -2/+2 | |
| * | | | | | | | | | | s390/pci: rename get_zdev_by_bus() to zdev_from_bus() | Niklas Schnelle | 2022-03-27 | 2 | -4/+4 | |
| * | | | | | | | | | | s390/pci: improve zpci_dev reference counting | Niklas Schnelle | 2022-03-27 | 4 | -4/+16 | |
| * | | | | | | | | | | s390/smp: use physical address for SIGP_SET_PREFIX command | Alexander Gordeev | 2022-03-27 | 1 | -1/+1 | |
| * | | | | | | | | | | s390/maccess: rework absolute lowcore accessors | Alexander Gordeev | 2022-03-27 | 6 | -24/+32 | |
| * | | | | | | | | | | s390/smp: cleanup control register update routines | Alexander Gordeev | 2022-03-27 | 2 | -29/+23 | |
| * | | | | | | | | | | s390/smp: cleanup target CPU callback starting | Alexander Gordeev | 2022-03-27 | 1 | -4/+11 | |
| * | | | | | | | | | | s390/test_unwind: verify __kretprobe_trampoline is replaced | Vasily Gorbik | 2022-03-27 | 1 | -1/+8 | |
| * | | | | | | | | | | s390/unwind: avoid duplicated unwinding entries for kretprobes | Vasily Gorbik | 2022-03-27 | 2 | -2/+3 | |
| * | | | | | | | | | | s390/unwind: recover kretprobe modified return address in stacktrace | Vasily Gorbik | 2022-03-27 | 2 | -6/+15 | |
| * | | | | | | | | | | s390/kprobes: enable kretprobes framepointer verification | Vasily Gorbik | 2022-03-27 | 1 | -4/+4 | |
| * | | | | | | | | | | s390/test_unwind: extend kretprobe test | Vasily Gorbik | 2022-03-27 | 1 | -16/+33 | |
| * | | | | | | | | | | s390/ap: adjust whitespace | Heiko Carstens | 2022-03-27 | 1 | -23/+23 | |
| * | | | | | | | | | | s390/ap: use insn format for new instructions | Heiko Carstens | 2022-03-27 | 1 | -7/+7 | |
| * | | | | | | | | | | s390/alternatives: use insn format for new instructions | Heiko Carstens | 2022-03-27 | 3 | -8/+8 | |
| * | | | | | | | | | | s390/alternatives: use instructions instead of byte patterns | Heiko Carstens | 2022-03-27 | 2 | -7/+20 | |
| * | | | | | | | | | | s390/traps: improve panic message for translation-specification exception | Heiko Carstens | 2022-03-27 | 1 | -3/+3 |