index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-18
kvm: x86: offset is ensure to be in range
Wei Yang
1
-1
/
+1
2019-06-18
kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector()
Wei Yang
2
-10
/
+12
2019-06-18
kvm: x86: check kvm_apic_sw_enabled() is enough
Wei Yang
1
-1
/
+1
2019-06-18
kvm: x86: add host poll control msrs
Marcelo Tosatti
6
-1
/
+39
2019-06-18
kvm: vmx: segment limit check: use access length
Eugene Korenevsky
3
-14
/
+19
2019-06-18
kvm: vmx: fix limit checking in get_vmx_mem_address()
Eugene Korenevsky
1
-1
/
+1
2019-06-18
KVM: x86: Add Intel CPUID.1F cpuid emulation support
Like Xu
1
-2
/
+7
2019-06-18
KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15
Liran Alon
3
-4
/
+4
2019-06-13
KVM: x86: clean up conditions for asynchronous page fault handling
Paolo Bonzini
2
-18
/
+42
2019-06-05
kvm: Convert kvm_lock to a mutex
Junaid Shahid
6
-30
/
+28
2019-06-05
KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64
Uros Bizjak
1
-1
/
+0
2019-06-05
KVM: irqchip: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2019-06-05
x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw()
Jan Beulich
1
-1
/
+1
2019-06-05
kvm: selftests: introduce aarch64_vcpu_add_default
Andrew Jones
2
-2
/
+9
2019-06-05
kvm: selftests: introduce aarch64_vcpu_setup
Andrew Jones
2
-6
/
+15
2019-06-05
kvm: selftests: hide vcpu_setup in processor code
Paolo Bonzini
9
-31
/
+28
2019-06-04
kvm: selftests: ucall improvements
Andrew Jones
2
-8
/
+14
2019-06-04
KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bit
Wanpeng Li
3
-5
/
+24
2019-06-04
KVM: X86: Provide a capability to disable cstate msr read intercepts
Wanpeng Li
7
-3
/
+23
2019-06-04
KVM: Documentation: Add disable pause exits to KVM_CAP_X86_DISABLE_EXITS
Wanpeng Li
1
-0
/
+1
2019-06-04
kvm: x86: refine kvm_get_arch_capabilities()
Xiaoyao Li
2
-5
/
+4
2019-06-04
KVM: Directly return result from kvm_arch_check_processor_compat()
Sean Christopherson
11
-20
/
+27
2019-06-04
kvm: svm/avic: Do not send AVIC doorbell to self
Suthikulpanit, Suravee
1
-4
/
+7
2019-06-04
KVM: LAPIC: Optimize timer latency further
Wanpeng Li
5
-5
/
+11
2019-06-04
KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit
Wanpeng Li
3
-7
/
+15
2019-06-04
KVM: LAPIC: Extract adaptive tune timer advancement logic
Wanpeng Li
1
-24
/
+33
2019-06-04
KVM/nSVM: properly map nested VMCB
Vitaly Kuznetsov
1
-2
/
+2
2019-06-04
kvm: x86: Fix reserved bits related calculation errors caused by MKTME
Kai Huang
1
-6
/
+27
2019-06-04
kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c
Kai Huang
2
-31
/
+31
2019-06-01
Merge tag 'kvm-s390-master-5.2-2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
6
-2
/
+15
2019-06-01
Merge tag 'kvm-ppc-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
5267
-25677
/
+7897
2019-05-30
KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry()
Suraj Jitindar Singh
1
-0
/
+1
2019-05-30
KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9
Paul Mackerras
1
-2
/
+5
2019-05-30
KVM: PPC: Book3S HV: XIVE: Fix page offset when clearing ESB pages
Cédric Le Goater
1
-1
/
+2
2019-05-30
KVM: PPC: Book3S HV: XIVE: Take the srcu read lock when accessing memslots
Cédric Le Goater
1
-0
/
+8
2019-05-30
KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts
Cédric Le Goater
1
-2
/
+2
2019-05-30
KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the XIVE device
Cédric Le Goater
3
-17
/
+22
2019-05-29
KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the vCPU identifier
Cédric Le Goater
1
-1
/
+1
2019-05-29
KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validity when resetting
Cédric Le Goater
1
-18
/
+18
2019-05-29
KVM: PPC: Book3S HV: XIVE: Clear file mapping when device is released
Cédric Le Goater
1
-0
/
+8
2019-05-29
KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu
Paul Mackerras
1
-8
/
+1
2019-05-29
KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list
Paul Mackerras
3
-8
/
+8
2019-05-29
KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup
Paul Mackerras
3
-26
/
+42
2019-05-29
KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functions
Paul Mackerras
2
-32
/
+24
2019-05-28
KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID
Thomas Huth
6
-2
/
+13
2019-05-28
kvm: fix compile on s390 part 2
Christian Borntraeger
1
-0
/
+2
2019-05-26
Linux 5.2-rc2
Linus Torvalds
1
-2
/
+2
2019-05-26
Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-10
/
+20
2019-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
44
-303
/
+399
2019-05-26
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+13
[prev]
[next]