aboutsummaryrefslogtreecommitdiff
path: root/drivers/lguest
AgeCommit message (Expand)Author
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-04-14lguest: stop using KVM hypercall mechanismRusty Russell
2010-04-14lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.Rusty Russell
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-04lguest: fix bug in setting guest GDT entryRusty Russell
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-10-29percpu: make misc percpu symbols uniqueTejun Heo
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2009-09-23lguest: cleanup for map_switcher()Xiao Guangrong
2009-09-23lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSETRusty Russell
2009-09-23lguest: use set_pte/set_pmd uniformly for real page table entriesRusty Russell
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell
2009-07-30lguest: update commentryRusty Russell
2009-07-30lguest: fix comment styleRusty Russell
2009-07-30lguest: dereferencing freed mem in add_eventfd()Dan Carpenter
2009-07-17lguest: remove unnecessary forward struct declarationDavide Libenzi
2009-06-30eventfd: revised interface and cleanupsDavide Libenzi
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell
2009-06-12lguest: use eventfds for device notificationRusty Russell
2009-06-12lguest: allow any process to send interruptsRusty Russell
2009-06-12lguest: PAE fixesRusty Russell
2009-06-12lguest: PAE supportMatias Zabaljauregui
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui
2009-06-12lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui
2009-06-12lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell
2009-06-12lguest: fix race in halt codeRusty Russell
2009-06-12lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell
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