summaryrefslogtreecommitdiffstats
path: root/drivers/lguest
AgeCommit message (Expand)AuthorLines
2008-05-30virtio: set device index in common code.Rusty Russell-14/+9
2008-05-30lguest: use ioremap_cache, not ioremapRusty Russell-1/+1
2008-05-02lguest: make Launcher see device status updatesRusty Russell-7/+13
2008-05-02lguest: remove bogus NULL cpu checkRusty Russell-2/+0
2008-05-02lguest: avoid using NR_CPUS as a bounds check.Rusty Russell-1/+1
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell-20/+28
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox-1/+0
2008-03-30misc __user misannotations (pointless casts to long)Al Viro-1/+1
2008-03-28lguest: comment documentation update.Rusty Russell-59/+91
2008-03-28lguest: Add puppies which where previously missing.Tim Ansell-0/+8
2008-03-11lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell-1/+1
2008-03-11lguest: fix __get_vm_area usage.Rusty Russell-2/+13
2008-03-11lguest: make sure cpu is initialized before accessing itEugene Teo-7/+8
2008-02-09lguest: accept guest _PAGE_PWT page table entriesAhmed S. Darwish-2/+2
2008-02-08Fix container_of() usageAlexey Dobriyan-1/+1
2008-02-04virtio: reset functionRusty Russell-1/+13
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell-1/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell-58/+74
2008-01-31lguest: fix mis-merge against hpa's TSS renamingRusty Russell-1/+1
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds-444/+512
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin-2/+2
2008-01-30lguest: use __PAGE_KERNEL instead of _PAGE_KERNELGlauber de Oliveira Costa-2/+2
2008-01-30lguest: Use explicit includes rateher than indirectGlauber de Oliveira Costa-0/+3
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa-159/+149
2008-01-30lguest: change gpte_addr headerGlauber de Oliveira Costa-4/+3
2008-01-30lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa-12/+11
2008-01-30lguest: move last_pages to lg_cpuGlauber de Oliveira Costa-7/+8
2008-01-30lguest: change last_guest to last_cpuGlauber de Oliveira Costa-3/+3
2008-01-30lguest: change spte_addr headerGlauber de Oliveira Costa-4/+4
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa-42/+44
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa-9/+10
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa-35/+36
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa-39/+42
2008-01-30lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa-56/+57
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa-56/+60
2008-01-30lguest: make emulate_insn receive a vcpu struct.Glauber de Oliveira Costa-2/+3
2008-01-30lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa-3/+4
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa-22/+24
2008-01-30lguest: per-vcpu lguest timersGlauber de Oliveira Costa-21/+21
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa-36/+44
2008-01-30lguest: make write() operation smp awareGlauber de Oliveira Costa-2/+9
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa-11/+25
2008-01-30lguest: initialize vcpuGlauber de Oliveira Costa-0/+17
2008-01-30lguest: introduce vcpu structGlauber de Oliveira Costa-0/+10
2008-01-30lguest: Reboot supportBalaji Rao-2/+6
2008-01-30lguest: remove pv_info dependencyGlauber de Oliveira Costa-1/+1
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy-4/+4
2008-01-19Remove bogus duplicate CONFIG_LGUEST_GUEST entry.Rusty Russell-7/+0
2008-01-18Selecting LGUEST should turn on Guest support, as in 2.6.23.Rusty Russell-2/+2
2007-11-19virtio: fix module/device unloadingRusty Russell-0/+2