aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/virtual
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-30/+85
2013-02-11ARM: KVM: VGIC accept vcpu and dist base addresses from user spaceChristoffer Dall1-0/+1
2013-02-11KVM: ARM: Introduce KVM_ARM_SET_DEVICE_ADDR ioctlChristoffer Dall1-0/+37
2013-02-05KVM: Remove duplicate text in api.txtGeoff Levand1-13/+0
2013-02-04KVM: set_memory_region: Disallow changing read-only attribute laterTakuya Yoshikawa1-6/+6
2013-01-23KVM: ARM: Power State Coordination Interface implementationMarc Zyngier1-0/+4
2013-01-23KVM: ARM: VFP userspace interfaceRusty Russell1-0/+6
2013-01-23KVM: ARM: Demux CCSIDR in the userspace APIChristoffer Dall1-0/+2
2013-01-23KVM: ARM: User space API for getting/setting co-proc registersChristoffer Dall1-0/+5
2013-01-23KVM: ARM: Inject IRQs and FIQs from userspaceChristoffer Dall1-4/+21
2013-01-23KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall1-4/+53
2013-01-14KVM: Remove unused slot_bitmap from kvm_mmu_pageTakuya Yoshikawa1-7/+0
2013-01-10KVM: PPC: BookE: Add EPR ONE_REG syncAlexander Graf1-0/+1
2013-01-10KVM: PPC: BookE: Implement EPR exitAlexander Graf1-2/+38
2013-01-10KVM: PPC: Fix SREGS documentation referenceMihai Caraman1-1/+1
2013-01-07KVM: s390: Add support for channel I/O instructions.Cornelia Huck1-0/+30
2013-01-07KVM: s390: Base infrastructure for enabling capabilities.Cornelia Huck1-1/+1
2013-01-07KVM: s390: Add support for machine checks.Cornelia Huck1-0/+4
2013-01-07KVM: s390: Support for I/O interrupts.Cornelia Huck1-0/+4
2012-12-06KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interfaceMihai Caraman1-0/+1
2012-12-06KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras1-0/+54
2012-10-31Merge commit 'origin/queue' into for-queueAlexander Graf1-1/+1
2012-10-30KVM: Documentation: Fix reentry-to-be-consistent paragraphAlexander Graf1-1/+2
2012-10-29Merge remote-tracking branch 'master' into queueMarcelo Tosatti1-1/+1
2012-10-10Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queueMarcelo Tosatti1-4/+45
2012-10-10s390/kvm: Add documentation for KVM_S390_INTERRUPTCornelia Huck1-0/+33
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2012-10-09typo in UserModeLinux-HOWTORichard Genoud1-1/+1
2012-10-05KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areasPaul Mackerras1-0/+3
2012-10-05KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interfacePaul Mackerras1-0/+11
2012-10-05KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interfacePaul Mackerras1-0/+19
2012-10-05Document IACx/DACx registers access using ONE_REG APIBharat Bhushan1-2/+7
2012-10-05KVM: PPC: Add support for ePAPR idle hcall in host kernelLiu Yu-B132011-2/+5
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson1-0/+13
2012-09-17KVM: clarify kvmclock documentationStefan Fritsch1-12/+20
2012-09-09KVM: Improve wording of KVM_SET_USER_MEMORY_REGION documentationJan Kiszka1-11/+11
2012-08-22KVM: introduce readonly memslotXiao Guangrong1-3/+7
2012-08-13KVM: Add ppc hypercall documentationAlexander Graf1-0/+22
2012-08-13KVM: Add documentation on hypercallsRaghavendra K T1-0/+66
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-3/+196
2012-07-11KVM: MMU: document mmu-lock and fast page faultXiao Guangrong1-1/+129
2012-07-02KVM: Add missing KVM_IRQFD API documentationAlex Williamson1-0/+17
2012-06-25KVM: eoi msi documentationMichael S. Tsirkin1-0/+33
2012-05-30KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt.Bharat Bhushan1-2/+0
2012-05-30KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras1-0/+36
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+283
2012-05-22virtio: update documentation to v0.9.5 of specRusty Russell1-77/+1087
2012-05-08Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity1-0/+70
2012-05-06kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt1-0/+70
2012-05-06KVM: fix cpuid eax for KVM leafMichael S. Tsirkin1-1/+5
2012-04-27KVM: x86: Run PIT work in own kthreadJan Kiszka1-0/+8
2012-04-27KVM: x86: Document in-kernel PIT APIJan Kiszka1-0/+63
2012-04-27KVM: Improve readability of KVM API docJan Kiszka1-7/+92
2012-04-24KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka1-0/+21
2012-04-08KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson2-0/+24
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-23/+260
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka1-0/+41
2012-03-07Documentation: Fix multiple typo in DocumentationMasanari Iida2-6/+6
2012-03-05KVM: PPC: refer to paravirt docs in header fileScott Wood1-22/+2
2012-03-05KVM: PPC: Add support for explicit HIOR settingAlexander Graf1-0/+1
2012-03-05KVM: PPC: Add generic single register ioctlsAlexander Graf1-3/+43
2012-03-05KVM: PPC: e500: MMU APIScott Wood1-0/+74
2012-03-05KVM: provide synchronous registers in kvm_runChristian Borntraeger1-0/+23
2012-03-05KVM: s390: ucontrol: interface to inject faults on a vcpu page tableCarsten Otte1-0/+16
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte1-0/+5
2012-03-05KVM: s390: ucontrol: export page faults to userCarsten Otte1-0/+14
2012-03-05KVM: s390: ucontrol: per vcpu address spacesCarsten Otte1-0/+38
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte1-1/+6
2012-01-28lguest: remove reference from Documentation/virtual/00-INDEXRusty Russell1-2/+0
2012-01-12lguest: move the lguest tool to the tools directoryDavidlohr Bueso5-2261/+0
2011-12-27KVM: Document KVM_NMIAvi Kivity1-0/+25
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka1-0/+9
2011-12-25KVM: Device assignment permission checksAlex Williamson1-0/+4
2011-12-25KVM: Remove ability to assign a device without iommu supportAlex Williamson1-0/+3
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds1-266/+266
2011-11-02UserModeLinux-HOWTO.txt: fix a typoJonathan Neuschäfer1-1/+1
2011-11-02UserModeLinux-HOWTO.txt: remove ^H charactersJonathan Neuschäfer1-265/+265
2011-10-30Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+69
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-09-25KVM: Update documentation to include detailed ENABLE_CAP descriptionAlexander Graf1-0/+47
2011-09-25KVM: Restore missing powerpc API docsAvi Kivity1-0/+13
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin1-2/+9
2011-08-15lguest: allow booting guest with CONFIG_RELOCATABLE=yRusty Russell1-0/+3
2011-08-15virtio: Add text copy of spec to Documentation/virtual.Rusty Russell2-0/+2203
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-11/+472
2011-07-22lguest: update commentsRusty Russell1-8/+4
2011-07-22lguest: Simplify device initialization.Rusty Russell1-19/+6
2011-07-22lguest: Do not exit on non-fatal errorsSakari Ailus1-4/+6
2011-07-12KVM: KVM Steal time guest/host interfaceGlauber Costa1-0/+34
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras1-0/+32
2011-07-12KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras1-0/+13
2011-07-12KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson1-0/+35
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras1-0/+17
2011-07-12KVM: PPC: e500: enable magic pageScott Wood1-3/+5
2011-07-12KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0Avi Kivity1-0/+18
2011-07-12KVM: Fix KVM_ASSIGN_SET_MSIX_ENTRY documentationJan Kiszka1-2/+4
2011-07-12KVM: Clarify KVM_ASSIGN_PCI_DEVICE documentationJan Kiszka1-6/+1
2011-07-12KVM: Fixup documentation section numberingJan Kiszka1-1/+1
2011-07-12KVM: Document KVM_IOEVENTFDSasha Levin1-0/+30
2011-07-12KVM: nVMX: DocumentationNadav Har'El1-0/+251
2011-07-12KVM: Document KVM_GET_LAPIC, KVM_SET_LAPIC ioctlAvi Kivity1-0/+32
2011-05-30lguest: remove support for VIRTIO_F_NOTIFY_ON_EMPTY.Rusty Russell1-19/+1
2011-05-30lguest: fix up compilation after moveRusty Russell2-2/+2
2011-05-25um: add ucast ethernet transportNolan Leake1-0/+10
2011-05-23Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+31
2011-05-06Correct occurrences ofRob Landley2-2/+3
2011-05-06Add a 00-INDEX file to Documentation/virtualRob Landley1-0/+10
2011-05-06Move kvm, uml, and lguest subdirectories under a common "virtual" directory, ...Rob Landley14-0/+9771