summaryrefslogtreecommitdiff
path: root/drivers/lguest
AgeCommit message (Expand)Author
2008-07-25virtio: Add transport feature handling stub for virtio_ring.Rusty Russell
2008-07-25virtio: Rename set_features to finalize_featuresRusty Russell
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-10x86, VisWS: turn into generic arch, eliminate Kconfig specialsIngo Molnar
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-25Merge commit 'v2.6.26-rc8' into x86/xenIngo Molnar
2008-06-20x86: fix NULL pointer deref in __switch_toSuresh Siddha
2008-06-16Merge branch 'linus' into x86/xenIngo Molnar
2008-05-30virtio: set device index in common code.Rusty Russell
2008-05-30lguest: use ioremap_cache, not ioremapRusty Russell
2008-05-27x86/paravirt: add pte_flags to just get pte flagsJeremy Fitzhardinge
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