aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | KVM: inline kvm_apic_present() and kvm_lapic_enabled()Gleb Natapov2012-08-06
| | * | | | | | | | | | | | KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov2012-08-06
| | * | | | | | | | | | | | KVM: use jump label to optimize checking for SW enabled apic in spurious inte...Gleb Natapov2012-08-06
| | * | | | | | | | | | | | KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov2012-08-06
| | * | | | | | | | | | | | KVM: mark apic enabled on start upGleb Natapov2012-08-06
| | * | | | | | | | | | | | KVM: use kvm_lapic_set_base() to change apic_baseGleb Natapov2012-08-06
| | * | | | | | | | | | | | KVM: clean up kvm_(set|get)_apic_baseGleb Natapov2012-08-06
| | * | | | | | | | | | | | KVM: do not release the error pageXiao Guangrong2012-08-06
| | * | | | | | | | | | | | KVM: do not release the error pfnXiao Guangrong2012-08-06
| | * | | | | | | | | | | | KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong2012-08-06
| | * | | | | | | | | | | | KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong2012-08-06
| | * | | | | | | | | | | | KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2012-08-06
| | * | | | | | | | | | | | KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayTakuya Yoshikawa2012-08-06
| | * | | | | | | | | | | | KVM: Stop checking rmap to see if slot is being createdTakuya Yoshikawa2012-08-06
| | * | | | | | | | | | | | Merge remote-tracking branch 'upstream' into nextAvi Kivity2012-08-05
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov2012-08-03
| | * | | | | | | | | | | | | KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity2012-07-31
| | * | | | | | | | | | | | | KVM: Simplify kvm_pit_timerAvi Kivity2012-07-31
| | * | | | | | | | | | | | | KVM: Simplify kvm_timerAvi Kivity2012-07-31
| | * | | | | | | | | | | | | KVM: Remove internal timer abstractionAvi Kivity2012-07-31
| | * | | | | | | | | | | | | KVM: Don't update PPR on any APIC readAvi Kivity2012-07-30
| | * | | | | | | | | | | | | KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall2012-07-26
| | * | | | | | | | | | | | | KVM: x86 emulator: drop unneeded call to get_segment()Gleb Natapov2012-07-26
| | * | | | | | | | | | | | | KVM: x86 emulator: simplify read_emulatedXiao Guangrong2012-07-26
| | * | | | | | | | | | | | | KVM: MMU: use kvm_release_pfn_clean to release pfnXiao Guangrong2012-07-26
| | * | | | | | | | | | | | | Merge branch 'queue' into nextAvi Kivity2012-07-26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | KVM: Add config to support ple or cpu relax optimzationRaghavendra K T2012-07-23
| | | * | | | | | | | | | | | | KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin2012-07-20
| | | * | | | | | | | | | | | | KVM: x86: Fix typos in pmu.cGuo Chao2012-07-20
| | | * | | | | | | | | | | | | KVM: x86: Fix typos in lapic.cGuo Chao2012-07-20
| | | * | | | | | | | | | | | | KVM: x86: Fix typos in cpuid.cGuo Chao2012-07-20
| | | * | | | | | | | | | | | | KVM: x86: Fix typos in emulate.cGuo Chao2012-07-20
| | | * | | | | | | | | | | | | KVM: x86: Fix typos in x86.cGuo Chao2012-07-20
| | | * | | | | | | | | | | | | KVM: SVM: Fix typosGuo Chao2012-07-20
| | | * | | | | | | | | | | | | KVM: VMX: Fix typosGuo Chao2012-07-20
| | | * | | | | | | | | | | | | KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong2012-07-19
| | | * | | | | | | | | | | | | KVM: using get_fault_pfn to get the fault pfnXiao Guangrong2012-07-19
| | | * | | | | | | | | | | | | KVM: MMU: track the refcount when unmap the pageXiao Guangrong2012-07-19
| | | * | | | | | | | | | | | | KVM: x86: remove unnecessary mark_page_dirtyXiao Guangrong2012-07-19
| | | * | | | | | | | | | | | | KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()Takuya Yoshikawa2012-07-18
| | | * | | | | | | | | | | | | KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()Takuya Yoshikawa2012-07-18
| | | * | | | | | | | | | | | | KVM: MMU: Add memslot parameter to hva handlersTakuya Yoshikawa2012-07-18
| | | * | | | | | | | | | | | | KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa2012-07-18
| | | * | | | | | | | | | | | | KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa2012-07-18
| | | * | | | | | | | | | | | | KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa2012-07-18
| | | * | | | | | | | | | | | | KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa2012-07-18
| | | * | | | | | | | | | | | | KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()Takuya Yoshikawa2012-07-18
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | crypto: x86/glue_helper - fix storing of new IV in CBC encryptionJussi Kivilinna2012-10-04
| | * | | | | | | | | | | | | | crypto: cast5/avx - fix storing of new IV in CBC encryptionJussi Kivilinna2012-09-27