OSDN Git Service

uclinux-h8/linux.git
2018-01-16 Paolo BonziniKVM: VMX: introduce X2APIC_MSR macro
2018-01-16 Paolo BonziniKVM: vmx: speed up MSR bitmap merge
2018-01-16 Paolo BonziniKVM: vmx: simplify MSR bitmap setup
2018-01-16 Paolo BonziniKVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexit
2018-01-16 Paolo BonziniKVM: nVMX: initialize more non-shadowed fields in prepa...
2018-01-16 Paolo BonziniKVM: nVMX: initialize descriptor cache fields in prepar...
2018-01-16 Paolo BonziniKVM: nVMX: track dirty state of non-shadowed VMCS fields
2018-01-16 Paolo BonziniKVM: VMX: split list of shadowed VMCS field to a separa...
2018-01-16 Jim Mattsonkvm: vmx: Reduce size of vmcs_field_to_offset_table
2018-01-16 Jim Mattsonkvm: vmx: Change vmcs_field_type to vmcs_field_width
2018-01-16 Jim Mattsonkvm: vmx: Introduce VMCS12_MAX_FIELD_INDEX
2018-01-16 Paolo BonziniKVM: VMX: optimize shadow VMCS copying
2018-01-16 Paolo BonziniKVM: vmx: shadow more fields that are read/written...
2018-01-16 Radim KrčmářMerge tag 'kvm-s390-next-4.16-1' of git://git./linux...
2018-01-16 Liran AlonKVM: nVMX: Fix races when sending nested PI while dest...
2018-01-16 Liran AlonKVM: nVMX: Fix injection to L2 when L1 don't intercept...
2018-01-16 Liran AlonKVM: nVMX: Re-evaluate L1 pending events when running...
2018-01-16 Liran AlonKVM: x86: Change __kvm_apic_update_irr() to also return...
2018-01-16 Liran AlonKVM: x86: Optimization: Create SVM stubs for sync_pir_t...
2018-01-16 Liran AlonKVM: nVMX: Fix bug of injecting L2 exception into L1
2018-01-16 Borislav Petkovkvm/vmx: Use local vmx variable in vmx_get_msr()
2018-01-16 Haozhong ZhangKVM: MMU: consider host cache mode in MMIO page check
2018-01-16 Haozhong Zhangx86/mm: add a function to check if a pfn is UC/UC-/WC
2018-01-16 Paolo BonziniMerge branch 'kvm-insert-lfence'
2018-01-16 Paolo BonziniKVM: x86: prefer "depends on" to "select" for SEV
2018-01-16 Paolo BonziniMerge branch 'sev-v9-p2' of https://github.com/codomani...
2018-01-16 Paolo BonziniKVM: x86: avoid unnecessary XSETBV on guest entry
2018-01-16 Wanpeng LiKVM: x86: fix escape of guest dr6 to the host
2018-01-16 Wanpeng LiKVM: X86: support paravirtualized help for TLB shootdowns
2018-01-16 Wanpeng LiKVM: X86: introduce invalidate_gpa argument to tlb...
2018-01-16 Wanpeng LiKVM: X86: use paravirtualized TLB Shootdown
2018-01-16 Wanpeng LiKVM: X86: Add KVM_VCPU_PREEMPTED
2018-01-16 David HildenbrandKVM: s390: cleanup struct kvm_s390_float_interrupt
2018-01-16 Christian Borntraegerkvm_config: add CONFIG_S390_GUEST
2018-01-16 Michael MuellerKVM: s390: drop use of spin lock in __floating_irq_kick
2018-01-16 Christian BorntraegerKVM: s390: add debug tracing for cpu features of CPU...
2018-01-16 Christian BorntraegerKVM: s390: use created_vcpus in more places
2018-01-16 David Hildenbrands390x/mm: cleanup gmap_pte_op_walk()
2018-01-11 Andrew HonigKVM: x86: Add memory barrier on vmcs field lookup
2017-12-14 Paolo BonziniKVM: introduce kvm_arch_vcpu_async_ioctl
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioct...
2017-12-14 Christoffer... KVM: Prepare for moving vcpu_load/vcpu_put into arch...
2017-12-14 Christoffer... KVM: Take vcpu->mutex outside vcpu_load
2017-12-14 Quan XuKVM: VMX: drop I/O permission bitmaps
2017-12-14 Wanpeng LiKVM: X86: Reduce the overhead when lapic_timer_advance...
2017-12-14 Wanpeng LiKVM: VMX: Cache IA32_DEBUGCTL in memory
2017-12-14 Mark KandaKVM: nVMX: Add a WARN for freeing a loaded VMCS02
2017-12-14 Jim MattsonKVM: nVMX: Eliminate vmcs02 pool
2017-12-14 Yang ZhongKVM: Expose new cpu features to guest
2017-12-14 Markus Elfringkvm_main: Use common error handling code in kvm_dev_ioc...
2017-12-14 Liran AlonKVM: x86: Add emulation of MSR_SMI_COUNT
2017-12-14 Radim KrčmářKVM: x86: simplify kvm_mwait_in_guest()
2017-12-14 Radim KrčmářKVM: x86: drop bogus MWAIT check
2017-12-14 Radim KrčmářKVM: x86: prevent MWAIT in guest with buggy MONITOR
2017-12-14 Colin Ian KingKVM: x86: MMU: make array audit_point_name static
2017-12-14 Gimcuan Huix86: kvm: mmu: make kvm_mmu_clear_all_pte_masks static
2017-12-14 Paolo BonziniKVM: x86: emulate RDPID
2017-12-14 Paolo BonziniKVM: vmx: add support for emulating UMIP
2017-12-14 Paolo BonziniKVM: x86: add support for emulating UMIP
2017-12-14 Paolo BonziniKVM: x86: emulate sldt and str
2017-12-14 Paolo BonziniKVM: x86: add support for UMIP
2017-12-14 Stefan Raspltools/kvm_stat: add line for totals
2017-12-14 Stefan Raspltools/kvm_stat: stop ignoring unhandled arguments
2017-12-14 Stefan Raspltools/kvm_stat: suppress usage information on command...
2017-12-14 Stefan Raspltools/kvm_stat: handle invalid regular expressions
2017-12-14 Stefan Raspltools/kvm_stat: add hint on '-f help' to man page
2017-12-14 Stefan Raspltools/kvm_stat: fix child trace events accounting
2017-12-14 Stefan Raspltools/kvm_stat: fix extra handling of 'help' with field...
2017-12-14 Stefan Raspltools/kvm_stat: fix missing field update after filter...
2017-12-14 Stefan Raspltools/kvm_stat: fix drilldown in events-by-guests mode
2017-12-14 Stefan Raspltools/kvm_stat: fix command line option '-g'
2017-12-14 Peter Xukvm: x86: fix WARN due to uninitialized guest FPU state
2017-12-14 Wanpeng LiKVM: X86: Fix load RFLAGS w/o the fixed bit
2017-12-14 Wanpeng LiKVM: MMU: Fix infinite loop when there is no available...
2017-12-11 Linus TorvaldsLinux 4.15-rc3 v4.15-rc3
2017-12-10 Jeff Laytonhpfs: don't bother with the i_version counter or f_version
2017-12-10 Jiri Slabyfutex: futex_wake_op, fix sign_extend32 sign bits
2017-12-10 Linus TorvaldsMerge tag 'for-4.15-rc3-tag' of git://git./linux/kernel...
2017-12-10 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2017-12-10 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2017-12-10 Olof JohanssonMerge branch 'fixes' into for-next
2017-12-10 Olof JohanssonMerge tag 'amlogic-fixes-1' of git://git./linux/kernel...
2017-12-10 Olof JohanssonMerge tag 'ccn/fixes-for-4.15' of git://git.linaro...
2017-12-10 Olof JohanssonMerge tag 'omap-for-v4.15/fixes-dt-warnings' of git...
2017-12-09 James MorrisMerge tag 'keys-fixes-20171208' of git://git./linux...
2017-12-08 Michal Hockokmemcheck: rip it out for real
2017-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2017-12-08 Linus TorvaldsMerge tag 'media/v4.15-2' of git://git./linux/kernel...
2017-12-08 Linus TorvaldsMerge tag 'drm-fixes-for-v4.15-rc3' of git://people...
next