Age | Commit message (Expand) | Author | Files | Lines |
2019-08-05 | KVM: remove kvm_arch_has_vcpu_debugfs() | Paolo Bonzini | 8 | -44/+6 |
2019-08-05 | KVM: Fix leak vCPU's VMCS value into other pCPU | Wanpeng Li | 7 | -1/+59 |
2019-08-05 | KVM: Check preempted_in_kernel for involuntary preemption | Wanpeng Li | 1 | -3/+4 |
2019-08-05 | KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire | Wanpeng Li | 1 | -8/+0 |
2019-07-24 | KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption | Wanpeng Li | 1 | -1/+2 |
2019-07-24 | Documentation: move Documentation/virtual to Documentation/virt | Christoph Hellwig | 40 | -19/+19 |
2019-07-22 | KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after free | Jan Kiszka | 1 | -0/+2 |
2019-07-22 | KVM: X86: Dynamically allocate user_fpu | Wanpeng Li | 4 | -5/+27 |
2019-07-22 | KVM: X86: Fix fpu state crash in kvm guest | Wanpeng Li | 1 | -3/+6 |
2019-07-22 | Revert "kvm: x86: Use task structs fpu field for user" | Paolo Bonzini | 2 | -5/+6 |
2019-07-22 | KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested | Jan Kiszka | 1 | -0/+2 |
2019-07-20 | KVM: x86: Add fixed counters to PMU filter | Eric Hankland | 3 | -12/+35 |
2019-07-20 | KVM: nVMX: do not use dangling shadow VMCS after guest reset | Paolo Bonzini | 1 | -1/+7 |
2019-07-20 | KVM: VMX: dump VMCS on failed entry | Paolo Bonzini | 1 | -0/+1 |
2019-07-20 | KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed | Like Xu | 1 | -2/+2 |
2019-07-20 | KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeup | Wanpeng Li | 1 | -20/+3 |
2019-07-20 | KVM: Boost vCPUs that are delivering interrupts | Wanpeng Li | 3 | -5/+10 |
2019-07-20 | KVM: selftests: Remove superfluous define from vmx.c | Thomas Huth | 1 | -2/+0 |
2019-07-20 | KVM: SVM: Fix detection of AMD Errata 1096 | Liran Alon | 1 | -7/+35 |
2019-07-20 | KVM: LAPIC: Inject timer interrupt via posted interrupt | Wanpeng Li | 7 | -36/+87 |
2019-07-17 | KVM: LAPIC: Make lapic timer unpinned | Wanpeng Li | 2 | -9/+5 |
2019-07-17 | KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters | Like Xu | 1 | -3/+8 |
2019-07-15 | KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS | Liran Alon | 1 | -1/+4 |
2019-07-15 | kvm: x86: ioapic and apic debug macros cleanup | Yi Wang | 2 | -101/+9 |
2019-07-15 | kvm: x86: some tsc debug cleanup | Yi Wang | 1 | -8/+0 |
2019-07-15 | kvm: vmx: fix coccinelle warnings | Yi Wang | 1 | -1/+1 |
2019-07-15 | Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 10 | -10/+494 |
2019-07-15 | x86: kvm: avoid constant-conversion warning | Arnd Bergmann | 1 | -3/+3 |
2019-07-15 | x86: kvm: avoid -Wsometimes-uninitized warning | Arnd Bergmann | 1 | -11/+9 |
2019-07-15 | KVM: x86: expose AVX512_BF16 feature to guest | Jing Liu | 1 | -1/+11 |
2019-07-13 | Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 4 | -33/+19 |
2019-07-13 | Merge tag '9p-for-5.3' of git://github.com/martinetd/linux | Linus Torvalds | 2 | -2/+14 |
2019-07-13 | Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 21 | -773/+1405 |
2019-07-13 | Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 162 | -4707/+4407 |
2019-07-13 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds | 15 | -242/+300 |
2019-07-13 | Merge tag 'linux-kselftest-5.3-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -37/+35 |
2019-07-13 | Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 18 | -60/+28 |
2019-07-13 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 53 | -458/+1805 |
2019-07-13 | Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -107/+91 |
2019-07-13 | Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 22 | -256/+1547 |
2019-07-13 | Merge tag 'nios2-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 3 | -5/+0 |
2019-07-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 92 | -1432/+2693 |
2019-07-13 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -143/+187 |
2019-07-13 | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 41 | -654/+515 |
2019-07-13 | coresight: Make the coresight_device_fwnode_match declaration's fwnode parame... | Nathan Chancellor | 1 | -1/+1 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 201 | -2114/+1939 |
2019-07-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 173 | -3381/+3586 |
2019-07-12 | mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process() | Tetsuo Handa | 1 | -2/+0 |
2019-07-12 | oom: decouple mems_allowed from oom_unkillable_task | Shakeel Butt | 3 | -28/+33 |
2019-07-12 | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt | 5 | -47/+9 |