aboutsummaryrefslogtreecommitdiff
path: root/drivers/lguest
AgeCommit message (Expand)Author
2009-05-26lguest: fix on Intel when KVM loaded (unhandled trap 13)Rusty Russell
2009-04-19lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell
2009-04-19lguest: fix crash on vmlinux imagesMatias Zabaljauregui
2009-03-30lguest: use bool instead of intMatias Zabaljauregui
2009-03-30lguest: use KVM hypercallsMatias Zabaljauregui
2009-03-30lguest: fix spurious BUG_ON() on invalid guest stack.Rusty Russell
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-09lguest: fix for CONFIG_SPARSE_IRQ=yRusty Russell
2009-02-23x86: remove the Voyager 32-bit subarchIngo Molnar
2009-01-30lguest: Fix a memory leak with the lg object during launcher closeMark Wallis
2009-01-30lguest: typos fixAtsushi SAKAI
2009-01-06lguest: do not statically allocate root deviceMark McLoughlin
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-30lguest: struct device - replace bus_id with dev_name()Mark McLoughlin
2008-12-30lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui
2008-12-30virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell
2008-12-30virtio: use LGUEST_VRING_ALIGN instead of relying on pagesizeRusty Russell
2008-12-23x86: fix lguest used_vectors breakage, -v2Yinghai Lu
2008-08-26lguest: update commentryRusty Russell
2008-08-12lguest: use get_user_pages_fast() instead of get_user_pages()Rusty Russell
2008-07-29lguest: use cpu capability accessorsAndrew Morton
2008-07-29lguest: fix switcher_page leak on unloadJohannes Weiner
2008-07-29lguest: Guest int3 fixRusty Russell
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