- e30af4c KVM: ia64: Add mmio decoder for kvm/ia64 by Xiantao Zhang · 17 years ago
- fbd4b56 KVM: ia64: Add interruption vector table for vmm by Xiantao Zhang · 17 years ago
- 964cd94 KVM: ia64: Add TLB virtulization support by Xiantao Zhang · 17 years ago
- bb46fb4 KVM: ia64: VMM module interfaces by Xiantao Zhang · 17 years ago
- a4f5003 KVM: ia64: Add header files for kvm/ia64 by Xiantao Zhang · 17 years ago
- b024b79 KVM: ia64: Add kvm arch-specific core code for kvm/ia64 by Xiantao Zhang · 17 years ago
- f603f07 KVM: s390: rename stfl to kvm_stfl by Heiko Carstens · 17 years ago
- 7e8e6ab KVM: s390: Fix incorrect return value by Heiko Carstens · 17 years ago
- bed1d1d KVM: MMU: prepopulate guest pages after write-protecting by Marcelo Tosatti · 17 years ago
- fcd6dba KVM: MMU: Only mark_page_accessed() if the page was accessed by the guest by Avi Kivity · 17 years ago
- 3d45830 KVM: Free apic access page on vm destruction by Avi Kivity · 17 years ago
- 3ee16c8 KVM: MMU: allow the vm to shrink the kvm mmu shadow caches by Izik Eidus · 17 years ago
- 3200f40 KVM: MMU: unify slots_lock usage by Marcelo Tosatti · 17 years ago
- 25c5f22 KVM: VMX: Enable MSR Bitmap feature by Sheng Yang · 17 years ago
- fa58774 s390: KVM guest: detect when running on kvm by Carsten Otte · 17 years ago
- 77b455f KVM: s390: add kvm to kconfig on s390 by Christian Borntraeger · 17 years ago
- e28acfe KVM: s390: intercepts for diagnose instructions by Christian Borntraeger · 17 years ago
- 5288fbf KVM: s390: interprocessor communication via sigp by Christian Borntraeger · 17 years ago
- 453423d KVM: s390: intercepts for privileged instructions by Christian Borntraeger · 17 years ago
- ba5c1e9 KVM: s390: interrupt subsystem, cpu timer, waitpsw by Carsten Otte · 17 years ago
- 8f2abe6 KVM: s390: sie intercept handling by Christian Borntraeger · 17 years ago
- b0c632d KVM: s390: arch backend for the kvm kernel module by Heiko Carstens · 17 years ago
- 402b086 s390: KVM preparation: provide hook to enable pgstes in user pagetable by Carsten Otte · 17 years ago
- 37817f2 KVM: x86: hardware task switching support by Izik Eidus · 17 years ago
- 2e4d265 KVM: x86: add functions to get the cpl of vcpu by Izik Eidus · 17 years ago
- 4c9fc8e KVM: VMX: Add module option to disable flexpriority by Avi Kivity · 17 years ago
- 268fe02 KVM: no longer EXPERIMENTAL by Avi Kivity · 17 years ago
- 0b49ea8 KVM: MMU: Introduce and use spte_to_page() by Avi Kivity · 17 years ago
- 855149a KVM: MMU: fix dirty bit setting when removing write permissions by Izik Eidus · 17 years ago
- 947da53 KVM: MMU: Set the accessed bit on non-speculative shadow ptes by Avi Kivity · 17 years ago
- 1e977aa x86: KVM guest: disable clock before rebooting. by Glauber Costa · 17 years ago
- 3c62c62 x86: make native_machine_shutdown non-static by Glauber Costa · 17 years ago
- ed23dc6 x86: allow machine_crash_shutdown to be replaced by Glauber Costa · 17 years ago
- 096d14a x86: KVM guest: hypercall batching by Marcelo Tosatti · 17 years ago
- 1da8a77 x86: KVM guest: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 17 years ago
- 2f333bc KVM: MMU: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 17 years ago
- 9f81128 KVM: Provide unlocked version of emulator_write_phys() by Avi Kivity · 17 years ago
- 0cf1bfd x86: KVM guest: add basic paravirt support by Marcelo Tosatti · 17 years ago
- a28e4f5 KVM: add basic paravirt support by Marcelo Tosatti · 17 years ago
- 308b0f2 KVM: Add reset support for in kernel PIT by Sheng Yang · 17 years ago
- e0f63cb KVM: Add save/restore supporting of in kernel PIT by Sheng Yang · 17 years ago
- 7837699 KVM: In kernel PIT model by Sheng Yang · 17 years ago
- 4fcaa98 KVM: Remove pointless desc_ptr #ifdef by Avi Kivity · 17 years ago
- 019960a KVM: VMX: Don't adjust tsc offset forward by Avi Kivity · 17 years ago
- b8688d5 KVM: replace remaining __FUNCTION__ occurances by Harvey Harrison · 17 years ago
- 71c4dfa KVM: detect if VCPU triple faults by Joerg Roedel · 17 years ago
- 2d3ad1f KVM: Prefix control register accessors with kvm_ to avoid namespace pollution by Avi Kivity · 17 years ago
- 05da455 KVM: MMU: large page support by Marcelo Tosatti · 17 years ago
- 2e53d63 KVM: MMU: ignore zapped root pagetables by Marcelo Tosatti · 17 years ago
- 847f0ad KVM: Implement dummy values for MSR_PERF_STATUS by Alexander Graf · 17 years ago
- 14af3f3 KVM: sparse fixes for kvm/x86.c by Harvey Harrison · 17 years ago
- 4866d5e KVM: SVM: make iopm_base static by Harvey Harrison · 17 years ago
- 77cd337 KVM: x86 emulator: fix sparse warnings in x86_emulate.c by Harvey Harrison · 17 years ago
- f11c3a8 KVM: Add stat counter for hypercalls by Amit Shah · 17 years ago
- a5f6130 KVM: Use x86's segment descriptor struct instead of private definition by Avi Kivity · 17 years ago
- a988b91 KVM: Add API for determining the number of supported memory slots by Avi Kivity · 17 years ago
- f725230 KVM: Add API to retrieve the number of supported vcpus per vm by Avi Kivity · 17 years ago
- 7a957275 KVM: x86 emulator: make register_address_increment and JMP_REL static inlines by Harvey Harrison · 17 years ago
- e470677 KVM: x86 emulator: make register_address, address_mask static inlines by Harvey Harrison · 17 years ago
- ddcb288 KVM: x86 emulator: add ad_mask static inline by Harvey Harrison · 17 years ago
- 790c73f x86: KVM guest: paravirtualized clocksource by Glauber de Oliveira Costa · 17 years ago
- 1806852 KVM: paravirtualized clocksource: host part by Glauber de Oliveira Costa · 17 years ago
- 24e09cb KVM: SVM: enable LBR virtualization by Joerg Roedel · 17 years ago
- f65c229 KVM: SVM: allocate the MSR permission map per VCPU by Joerg Roedel · 17 years ago
- e6101a9 KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter by Joerg Roedel · 17 years ago
- 2e11384 KVM: VMX: fix typo in VMX header define by Ryan Harper · 17 years ago
- 709ddeb KVM: SVM: add support for Nested Paging by Joerg Roedel · 17 years ago
- fb72d16 KVM: MMU: add TDP support to the KVM MMU by Joerg Roedel · 17 years ago
- cc4b687 KVM: export the load_pdptrs() function to modules by Joerg Roedel · 17 years ago
- 4d9976b KVM: MMU: make the __nonpaging_map function generic by Joerg Roedel · 17 years ago
- 1855267 KVM: export information about NPT to generic x86 code by Joerg Roedel · 17 years ago
- 6c7dac7 KVM: SVM: add module parameter to disable Nested Paging by Joerg Roedel · 17 years ago
- e3da3ac KVM: SVM: add detection of Nested Paging feature by Joerg Roedel · 17 years ago
- 33bd6a0 KVM: SVM: move feature detection to hardware setup code by Joerg Roedel · 17 years ago
- 9457a71 KVM: allow access to EFER in 32bit KVM by Joerg Roedel · 17 years ago
- 9f62e19 KVM: VMX: unifdef the EFER specific code by Joerg Roedel · 17 years ago
- 50a37eb KVM: align valid EFER bits with the features of the host system by Joerg Roedel · 17 years ago
- f2b4b7d KVM: make EFER_RESERVED_BITS configurable for architecture code by Joerg Roedel · 17 years ago
- 2384d2b KVM: VMX: Enable Virtual Processor Identification (VPID) by Sheng Yang · 17 years ago
- d196e34 KVM: MMU: Decouple mmio from shadow page tables by Avi Kivity · 17 years ago
- 1d6ad20 KVM: x86 emulator: group decoding for group 1 instructions by Avi Kivity · 17 years ago
- d95058a KVM: x86 emulator: add group 7 decoding by Avi Kivity · 17 years ago
- fd60754 KVM: x86 emulator: Group decoding for groups 4 and 5 by Avi Kivity · 17 years ago
- 7d858a1 KVM: x86 emulator: Group decoding for group 3 by Avi Kivity · 17 years ago
- 43bb19c KVM: x86 emulator: group decoding for group 1A by Avi Kivity · 17 years ago
- e09d082 KVM: x86 emulator: add support for group decoding by Avi Kivity · 17 years ago
- 1ae0a13 KVM: MMU: Simplify hash table indexing by Dong, Eddie · 17 years ago
- 489f1d6 KVM: MMU: Update shadow ptes on partial guest pte writes by Dong, Eddie · 17 years ago
- c3bf9bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootmem-v3 by Linus Torvalds · 17 years ago
- c2b91e2 x86_64/mm: check and print vmemmap allocation continuous by Yinghai Lu · 17 years ago
- 1a27fc0 x86_64: fix setup_node_bootmem to support big mem excluding with memmap by Yinghai Lu · 17 years ago
- 8b3cd09e x86_64: make reserve_bootmem_generic() use new reserve_bootmem() by Yinghai Lu · 17 years ago
- 9b79ed9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-generic-bitops-v3 by Linus Torvalds · 17 years ago
- 539a5fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootparam by Linus Torvalds · 17 years ago
- c14b2ad x86, boot: export linked list of struct setup_data via debugfs by Huang, Ying · 17 years ago
- 8b664aa x86, boot: add linked list of struct setup_data by Huang, Ying · 17 years ago
- 50eae2a x86, boot: add free_early to early reservation machanism by Huang, Ying · 17 years ago
- 0124cec x86, PAT: disable /dev/mem mmap RAM with PAT by Venki Pallipadi · 17 years ago
- 19870de x86, bitops: select the generic bitmap search functions by Alexander van Heukelum · 17 years ago
- 5245698 x86, UML: remove x86-specific implementations of find_first_bit by Alexander van Heukelum · 17 years ago