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