aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-30eventfd: revised interface and cleanupsDavide Libenzi2-3/+3
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds8-125/+531
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell3-42/+4
2009-06-12lguest: use eventfds for device notificationRusty Russell4-6/+115
2009-06-12lguest: allow any process to send interruptsRusty Russell3-12/+18
2009-06-12lguest: PAE fixesRusty Russell1-17/+21
2009-06-12lguest: PAE supportMatias Zabaljauregui4-39/+329
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui3-4/+4
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activatedMatias Zabaljauregui1-17/+18
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui2-2/+2
2009-06-12lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui1-1/+1
2009-06-12lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin1-1/+1
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell4-8/+23
2009-06-12lguest: fix race in halt codeRusty Russell3-12/+31
2009-06-12lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell2-5/+5
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-2/+34
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-2/+3
2009-05-26lguest: fix on Intel when KVM loaded (unhandled trap 13)Rusty Russell1-9/+10
2009-04-19lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell3-9/+11
2009-04-19lguest: fix crash on vmlinux imagesMatias Zabaljauregui1-0/+5
2009-03-30lguest: use bool instead of intMatias Zabaljauregui5-26/+27
2009-03-30lguest: use KVM hypercallsMatias Zabaljauregui3-6/+67
2009-03-30lguest: fix spurious BUG_ON() on invalid guest stack.Rusty Russell1-1/+3
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+1
2009-03-09lguest: fix for CONFIG_SPARSE_IRQ=yRusty Russell1-0/+6
2009-02-23x86: remove the Voyager 32-bit subarchIngo Molnar1-1/+1
2009-01-30lguest: Fix a memory leak with the lg object during launcher closeMark Wallis1-3/+2
2009-01-30lguest: typos fixAtsushi SAKAI1-1/+1
2009-01-06lguest: do not statically allocate root deviceMark McLoughlin1-6/+4
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+9
2008-12-30lguest: struct device - replace bus_id with dev_name()Mark McLoughlin1-1/+1
2008-12-30lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui3-11/+76
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