OSDN Git Service

tomoyo/tomoyo-test1.git
2019-02-20 Sean ChristophersonKVM: x86/mmu: skip over invalid root pages when zapping...
2019-02-20 Sean ChristophersonRevert "KVM: x86: use the fast way to invalidate all...
2019-02-20 Sean ChristophersonRevert "KVM: MMU: show mmu_valid_gen in shadow page...
2019-02-20 Sean ChristophersonRevert "KVM: MMU: add tracepoint for kvm_mmu_invalidate...
2019-02-20 Sean ChristophersonRevert "KVM: MMU: zap pages in batch"
2019-02-20 Sean ChristophersonRevert "KVM: MMU: collapse TLB flushes when zap all...
2019-02-20 Sean ChristophersonRevert "KVM: MMU: reclaim the zapped-obsolete page...
2019-02-20 Sean ChristophersonKVM: x86/mmu: Remove is_obsolete() call
2019-02-20 Sean ChristophersonKVM: x86/mmu: Voluntarily reschedule as needed when...
2019-02-20 Sean ChristophersonRevert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"
2019-02-20 Sean ChristophersonRevert "KVM: MMU: document fast invalidate all pages"
2019-02-20 Sean ChristophersonKVM: x86/mmu: Zap only the relevant pages when removing...
2019-02-20 Sean ChristophersonKVM: x86/mmu: Split remote_flush+zap case out of kvm_mm...
2019-02-20 Sean ChristophersonKVM: x86/mmu: Move slot_level_*() helper functions...
2019-02-20 Sean ChristophersonKVM: Move the memslot update in-progress flag to bit 63
2019-02-20 Sean ChristophersonKVM: Remove the hack to trigger memslot generation...
2019-02-20 Sean ChristophersonKVM: x86: Refactor the MMIO SPTE generation handling
2019-02-20 Sean ChristophersonKVM: x86: Use a u64 when passing the MMIO gen around
2019-02-20 Sean ChristophersonKVM: Explicitly define the "memslot update in-progress...
2019-02-20 Sean ChristophersonKVM: x86/mmu: Do not cache MMIO accesses while memslots...
2019-02-20 Sean ChristophersonKVM: x86/mmu: Detect MMIO generation wrap in any addres...
2019-02-20 Sean ChristophersonKVM: Call kvm_arch_memslots_updated() before updating...
2019-02-20 Ben Gardonkvm: vmx: Add memcg accounting to KVM allocations
2019-02-20 Ben Gardonkvm: svm: Add memcg accounting to KVM allocations
2019-02-20 Ben Gardonkvm: x86: Add memcg accounting to KVM allocations
2019-02-20 Ben Gardonkvm: Add memcg accounting to KVM allocations
2019-02-20 Paolo BonziniKVM: nVMX: do not start the preemption timer hrtimer...
2019-02-20 Yu Zhangkvm: vmx: Fix typos in vmentry/vmexit control setting
2019-02-20 Paolo BonziniKVM: x86: cleanup freeing of nested state
2019-02-20 Luwei KangKVM: x86: Sync the pending Posted-Interrupts
2019-02-20 Liu JingqiKVM: x86: expose MOVDIR64B CPU feature into VM.
2019-02-20 Liu JingqiKVM: x86: expose MOVDIRI CPU feature into VM.
2019-02-20 Kai Huangkvm, x86, mmu: Use kernel generic dynamic physical...
2019-02-20 Paolo BonziniKVM: nVMX: remove useless is_protmode check
2019-02-20 Sean ChristophersonKVM: nVMX: Ignore limit checks on VMX instructions...
2019-02-20 Sean ChristophersonKVM: nVMX: Apply addr size mask to effective address...
2019-02-20 Sean ChristophersonKVM: nVMX: Sign extend displacements of VMX instr's...
2019-02-20 Suthikulpanit... svm: Fix improper check when deactivate AVIC
2019-02-20 Paolo BonziniKVM: x86: cull apicv code when userspace irqchip is...
2019-02-20 Suthikulpanit... svm: Fix AVIC DFR and LDR handling
2019-02-20 Gustavo A.... kvm: Use struct_size() in kmalloc()
2019-02-20 Pavel Tatashinx86/kvmclock: set offset for kvm unstable clock
2019-02-20 Sean ChristophersonKVM: VMX: Reorder clearing of registers in the vCPU...
2019-02-20 Sean ChristophersonKVM: VMX: Call vCPU-run asm sub-routine from C and...
2019-02-20 Sean ChristophersonKVM: VMX: Preserve callee-save registers in vCPU-run...
2019-02-20 Sean ChristophersonKVM: VMX: Return VM-Fail from vCPU-run assembly via...
2019-02-20 Sean ChristophersonKVM: VMX: Pass @launched to the vCPU-run asm via standa...
2019-02-20 Sean ChristophersonKVM: VMX: Use RAX as the scratch register during vCPU-run
2019-02-20 Sean ChristophersonKVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()
2019-02-20 Sean ChristophersonKVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()
2019-02-20 Sean ChristophersonKVM: VMX: Move vCPU-run code to a proper assembly routine
2019-02-20 Sean ChristophersonKVM: VMX: Create a stack frame in vCPU-run
2019-02-20 Sean ChristophersonKVM: VMX: Use #defines in place of immediates in VM...
2019-02-20 Sean ChristophersonKVM: x86: Explicitly #define the VCPU_REGS_* indices
2019-02-12 Sean ChristophersonKVM: VMX: Use vcpu->arch.regs directly when saving...
2019-02-12 Sean ChristophersonKVM: VMX: Don't save guest registers after VM-Fail
2019-02-12 Sean ChristophersonKVM: VMX: Invert the ordering of saving guest/host...
2019-02-12 Sean ChristophersonKVM: VMX: Pass "launched" directly to the vCPU-run...
2019-02-12 Sean ChristophersonKVM: VMX: Update VMCS.HOST_RSP via helper C function
2019-02-12 Sean ChristophersonKVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_...
2019-02-12 Sean ChristophersonKVM: nVMX: Cache host_rsp on a per-VMCS basis
2019-02-12 Sean ChristophersonKVM: nVMX: Let the compiler select the reg for holding...
2019-02-12 Sean ChristophersonKVM: nVMX: Reference vmx->loaded_vmcs->launched directly
2019-02-12 Sean ChristophersonKVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested...
2019-02-12 Sean ChristophersonKVM: nVMX: Capture VM-Fail to a local var in nested_vmx...
2019-02-12 Sean ChristophersonKVM: nVMX: Explicitly reference the scratch reg in...
2019-02-12 Sean ChristophersonKVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vm...
2019-02-12 Sean ChristophersonKVM: nVMX: Remove a rogue "rax" clobber from nested_vmx...
2019-02-12 Sean ChristophersonKVM: VMX: Let the compiler save/load RDX during vCPU-run
2019-02-12 Sean ChristophersonKVM: VMX: Manually load RDX in vCPU-run asm blob
2019-02-12 Sean ChristophersonKVM: VMX: Save RSI to an unused output in the vCPU...
2019-02-12 Sean ChristophersonKVM: VMX: Modify only RSP when creating a placeholder...
2019-02-12 Sean ChristophersonKVM: VMX: Zero out *all* general purpose registers...
2019-02-12 Sean ChristophersonKVM: nVMX: Check a single byte for VMCS "launched"...
2019-02-12 Sean ChristophersonKVM: VMX: Compare only a single byte for VMCS' "launche...
2019-02-12 Paolo Bonziniselftests: kvm: add selftest for releasing VM file...
2019-02-10 Linus TorvaldsLinux 5.0-rc6 v5.0-rc6
2019-02-10 Linus TorvaldsMerge tag 'dmaengine-fix-5.0-rc6' of git://git.infradea...
2019-02-10 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2019-02-10 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2019-02-10 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2019-02-10 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2019-02-10 Juergen Grossx86/mm: Make set_pmd_at() paravirt aware
2019-02-09 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2019-02-09 Linus TorvaldsMerge tag 'mips_fixes_5.0_3' of git://git./linux/kernel...
2019-02-09 Linus TorvaldsMerge tag 'for-linus-20190209' of git://git.kernel...
2019-02-09 Linus TorvaldsMerge tag 'mtd/fixes-for-5.0-rc6' of git://git.infradea...
2019-02-09 Linus TorvaldsMerge tag 'for-linus-5.0-rc6-tag' of git://git./linux...
2019-02-09 Ingo MolnarMerge tag 'perf-urgent-for-mingo-5.0-20190205' of git...
2019-02-09 Linus TorvaldsMerge tag 'armsoc-fixes-5.0' of git://git./linux/kernel...
2019-02-09 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2019-02-09 Linus TorvaldsMerge tag 'powerpc-5.0-4' of git://git./linux/kernel...
2019-02-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2019-02-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2019-02-08 Linus TorvaldsMerge tag 'iommu-fixes-v5.0-rc5' of git://git./linux...
2019-02-08 Linus TorvaldsMerge tag 'pci-v5.0-fixes-4' of git://git./linux/kernel...
2019-02-08 Linus TorvaldsMerge tag 'acpi-5.0-rc6' of git://git./linux/kernel...
2019-02-08 Andrew LunnMAINTAINERS: Update the ocores i2c bus driver maintaine...
2019-02-08 Liu Boblk-mq: remove duplicated definition of blk_mq_freeze_queue
2019-02-08 Liu BoBlk-iolatency: warn on negative inflight IO counter
next