| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: ioeventfd for virtio-ccw devices. | Cornelia Huck | 2013-03-05 | 1 | -0/+8 |
* | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-02-24 | 2 | -30/+85 |
|\ |
|
| * | KVM: Remove duplicate text in api.txt | Geoff Levand | 2013-02-05 | 1 | -13/+0 |
| * | KVM: set_memory_region: Disallow changing read-only attribute later | Takuya Yoshikawa | 2013-02-04 | 1 | -6/+6 |
| * | KVM: Remove unused slot_bitmap from kvm_mmu_page | Takuya Yoshikawa | 2013-01-14 | 1 | -7/+0 |
| * | KVM: PPC: BookE: Add EPR ONE_REG sync | Alexander Graf | 2013-01-10 | 1 | -0/+1 |
| * | KVM: PPC: BookE: Implement EPR exit | Alexander Graf | 2013-01-10 | 1 | -2/+38 |
| * | KVM: PPC: Fix SREGS documentation reference | Mihai Caraman | 2013-01-10 | 1 | -1/+1 |
| * | KVM: s390: Add support for channel I/O instructions. | Cornelia Huck | 2013-01-07 | 1 | -0/+30 |
| * | KVM: s390: Base infrastructure for enabling capabilities. | Cornelia Huck | 2013-01-07 | 1 | -1/+1 |
| * | KVM: s390: Add support for machine checks. | Cornelia Huck | 2013-01-07 | 1 | -0/+4 |
| * | KVM: s390: Support for I/O interrupts. | Cornelia Huck | 2013-01-07 | 1 | -0/+4 |
* | | ARM: KVM: VGIC accept vcpu and dist base addresses from user space | Christoffer Dall | 2013-02-11 | 1 | -0/+1 |
* | | KVM: ARM: Introduce KVM_ARM_SET_DEVICE_ADDR ioctl | Christoffer Dall | 2013-02-11 | 1 | -0/+37 |
* | | KVM: ARM: Power State Coordination Interface implementation | Marc Zyngier | 2013-01-23 | 1 | -0/+4 |
* | | KVM: ARM: VFP userspace interface | Rusty Russell | 2013-01-23 | 1 | -0/+6 |
* | | KVM: ARM: Demux CCSIDR in the userspace API | Christoffer Dall | 2013-01-23 | 1 | -0/+2 |
* | | KVM: ARM: User space API for getting/setting co-proc registers | Christoffer Dall | 2013-01-23 | 1 | -0/+5 |
* | | KVM: ARM: Inject IRQs and FIQs from userspace | Christoffer Dall | 2013-01-23 | 1 | -4/+21 |
* | | KVM: ARM: Initial skeleton to compile KVM support | Christoffer Dall | 2013-01-23 | 1 | -4/+53 |
|/ |
|
* | KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface | Mihai Caraman | 2012-12-06 | 1 | -0/+1 |
* | KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT | Paul Mackerras | 2012-12-06 | 1 | -0/+54 |
* | KVM: Documentation: Fix reentry-to-be-consistent paragraph | Alexander Graf | 2012-10-30 | 1 | -1/+2 |
* | Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queue | Marcelo Tosatti | 2012-10-10 | 1 | -4/+45 |
|\ |
|
| * | KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas | Paul Mackerras | 2012-10-05 | 1 | -0/+3 |
| * | KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface | Paul Mackerras | 2012-10-05 | 1 | -0/+11 |
| * | KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface | Paul Mackerras | 2012-10-05 | 1 | -0/+19 |
| * | Document IACx/DACx registers access using ONE_REG API | Bharat Bhushan | 2012-10-05 | 1 | -2/+7 |
| * | KVM: PPC: Add support for ePAPR idle hcall in host kernel | Liu Yu-B13201 | 2012-10-05 | 1 | -2/+5 |
* | | s390/kvm: Add documentation for KVM_S390_INTERRUPT | Cornelia Huck | 2012-10-10 | 1 | -0/+33 |
|/ |
|
* | KVM: Add resampling irqfds for level triggered interrupts | Alex Williamson | 2012-09-23 | 1 | -0/+13 |
* | KVM: clarify kvmclock documentation | Stefan Fritsch | 2012-09-17 | 1 | -12/+20 |
* | KVM: Improve wording of KVM_SET_USER_MEMORY_REGION documentation | Jan Kiszka | 2012-09-09 | 1 | -11/+11 |
* | KVM: introduce readonly memslot | Xiao Guangrong | 2012-08-22 | 1 | -3/+7 |
* | KVM: Add ppc hypercall documentation | Alexander Graf | 2012-08-13 | 1 | -0/+22 |
* | KVM: Add documentation on hypercalls | Raghavendra K T | 2012-08-13 | 1 | -0/+66 |
* | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-07-24 | 4 | -3/+196 |
|\ |
|
| * | KVM: MMU: document mmu-lock and fast page fault | Xiao Guangrong | 2012-07-11 | 1 | -1/+129 |
| * | KVM: eoi msi documentation | Michael S. Tsirkin | 2012-06-25 | 1 | -0/+33 |
| * | KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt. | Bharat Bhushan | 2012-05-30 | 1 | -2/+0 |
| * | KVM: PPC: Book3S HV: Make the guest hash table size configurable | Paul Mackerras | 2012-05-30 | 1 | -0/+36 |
* | | KVM: Add missing KVM_IRQFD API documentation | Alex Williamson | 2012-07-02 | 1 | -0/+17 |
|/ |
|
* | Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next | Avi Kivity | 2012-05-08 | 1 | -0/+70 |
|\ |
|
| * | kvm/powerpc: Add new ioctl to retreive server MMU infos | Benjamin Herrenschmidt | 2012-05-06 | 1 | -0/+70 |
* | | KVM: fix cpuid eax for KVM leaf | Michael S. Tsirkin | 2012-05-06 | 1 | -1/+5 |
|/ |
|
* | KVM: x86: Run PIT work in own kthread | Jan Kiszka | 2012-04-27 | 1 | -0/+8 |
* | KVM: x86: Document in-kernel PIT API | Jan Kiszka | 2012-04-27 | 1 | -0/+63 |
* | KVM: Improve readability of KVM API doc | Jan Kiszka | 2012-04-27 | 1 | -7/+92 |
* | KVM: Introduce direct MSI message injection for in-kernel irqchips | Jan Kiszka | 2012-04-24 | 1 | -0/+21 |
* | KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRL | Eric B Munson | 2012-04-08 | 2 | -0/+24 |