aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-30virtio: hand virtio ring alignment as argument to vring_new_virtqueueRusty Russell1-2/+2
2008-12-30virtio: use LGUEST_VRING_ALIGN instead of relying on pagesizeRusty Russell1-1/+1
2008-12-23x86: fix lguest used_vectors breakage, -v2Yinghai Lu1-4/+9
2008-08-26lguest: update commentryRusty Russell1-0/+8
2008-08-12lguest: use get_user_pages_fast() instead of get_user_pages()Rusty Russell1-16/+9
2008-07-29lguest: use cpu capability accessorsAndrew Morton1-2/+2
2008-07-29lguest: fix switcher_page leak on unloadJohannes Weiner1-0/+1
2008-07-29lguest: Guest int3 fixRusty Russell1-7/+17
2008-07-25virtio: Add transport feature handling stub for virtio_ring.Rusty Russell1-0/+3
2008-07-25virtio: Rename set_features to finalize_featuresRusty Russell1-5/+6
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-2/+2
2008-07-10x86, VisWS: turn into generic arch, eliminate Kconfig specialsIngo Molnar1-1/+1
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-25Merge commit 'v2.6.26-rc8' into x86/xenIngo Molnar1-6/+9
2008-06-20x86: fix NULL pointer deref in __switch_toSuresh Siddha1-6/+9
2008-06-16Merge branch 'linus' into x86/xenIngo Molnar1-15/+10
2008-05-30virtio: set device index in common code.Rusty Russell1-14/+9
2008-05-30lguest: use ioremap_cache, not ioremapRusty Russell1-1/+1
2008-05-27x86/paravirt: add pte_flags to just get pte flagsJeremy Fitzhardinge1-1/+0
2008-05-02lguest: make Launcher see device status updatesRusty Russell1-7/+13
2008-05-02lguest: remove bogus NULL cpu checkRusty Russell1-2/+0
2008-05-02lguest: avoid using NR_CPUS as a bounds check.Rusty Russell1-1/+1
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell1-20/+28
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-03-30misc __user misannotations (pointless casts to long)Al Viro1-1/+1
2008-03-28lguest: comment documentation update.Rusty Russell8-59/+91
2008-03-28lguest: Add puppies which where previously missing.Tim Ansell1-0/+8
2008-03-11lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell1-1/+1
2008-03-11lguest: fix __get_vm_area usage.Rusty Russell1-2/+13
2008-03-11lguest: make sure cpu is initialized before accessing itEugene Teo1-7/+8
2008-02-09lguest: accept guest _PAGE_PWT page table entriesAhmed S. Darwish1-2/+2
2008-02-08Fix container_of() usageAlexey Dobriyan1-1/+1
2008-02-04virtio: reset functionRusty Russell1-1/+13
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-1/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell1-58/+74
2008-01-31lguest: fix mis-merge against hpa's TSS renamingRusty Russell1-1/+1
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds8-444/+512
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-2/+2
2008-01-30lguest: use __PAGE_KERNEL instead of _PAGE_KERNELGlauber de Oliveira Costa1-2/+2
2008-01-30lguest: Use explicit includes rateher than indirectGlauber de Oliveira Costa3-0/+3
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa7-159/+149
2008-01-30lguest: change gpte_addr headerGlauber de Oliveira Costa1-4/+3
2008-01-30lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa4-12/+11
2008-01-30lguest: move last_pages to lg_cpuGlauber de Oliveira Costa3-7/+8
2008-01-30lguest: change last_guest to last_cpuGlauber de Oliveira Costa1-3/+3
2008-01-30lguest: change spte_addr headerGlauber de Oliveira Costa1-4/+4
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa5-42/+44
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa4-9/+10
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa5-35/+36
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa5-39/+42