aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest
Commit message (Expand)AuthorAgeFilesLines
* Correct occurrences ofRob Landley2011-05-062-3/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* lguest: compile fixesRusty Russell2011-01-201-1/+1
* lguest: Use this_cpu_opsChristoph Lameter2011-01-202-3/+3
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* lguest: stop using KVM hypercall mechanismRusty Russell2010-04-141-2/+2
* lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.Rusty Russell2010-04-141-0/+12
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-0/+5
* lguest: fix bug in setting guest GDT entryRusty Russell2010-01-041-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-3/+3
|\
| * percpu: make misc percpu symbols uniqueTejun Heo2009-10-291-3/+3
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
|/
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-232-29/+21
|\
| * lguest: cleanup for map_switcher()Xiao Guangrong2009-09-231-3/+2
| * lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSETRusty Russell2009-09-231-4/+2
| * lguest: use set_pte/set_pmd uniformly for real page table entriesRusty Russell2009-09-231-22/+17
* | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
|/
* lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell2009-07-302-8/+4
* lguest: update commentryRusty Russell2009-07-307-40/+176
* lguest: fix comment styleRusty Russell2009-07-3010-608/+1168
* lguest: dereferencing freed mem in add_eventfd()Dan Carpenter2009-07-301-2/+3
* lguest: remove unnecessary forward struct declarationDavide Libenzi2009-07-171-2/+0
* eventfd: revised interface and cleanupsDavide Libenzi2009-06-302-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds2009-06-128-125/+531
|\
| * lguest: remove obsolete LHREQ_BREAK callRusty Russell2009-06-123-42/+4
| * lguest: use eventfds for device notificationRusty Russell2009-06-124-6/+115
| * lguest: allow any process to send interruptsRusty Russell2009-06-123-12/+18
| * lguest: PAE fixesRusty Russell2009-06-121-17/+21
| * lguest: PAE supportMatias Zabaljauregui2009-06-124-39/+329
| * lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui2009-06-123-4/+4
| * lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui2009-06-121-17/+18
| * lguest: map switcher with executable page table entriesMatias Zabaljauregui2009-06-122-2/+2
| * lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui2009-06-121-1/+1
| * lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin2009-06-121-1/+1
| * lguest: improve interrupt handling, speed up stream networkingRusty Russell2009-06-124-8/+23
| * lguest: fix race in halt codeRusty Russell2009-06-123-12/+31
| * lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell2009-06-122-5/+5
* | virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-2/+34
* | virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-121-2/+3
|/
* lguest: fix on Intel when KVM loaded (unhandled trap 13)Rusty Russell2009-05-261-9/+10
* lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell2009-04-193-9/+11
* lguest: fix crash on vmlinux imagesMatias Zabaljauregui2009-04-191-0/+5
* lguest: use bool instead of intMatias Zabaljauregui2009-03-305-26/+27
* lguest: use KVM hypercallsMatias Zabaljauregui2009-03-303-6/+67
* lguest: fix spurious BUG_ON() on invalid guest stack.Rusty Russell2009-03-301-1/+3
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+1
|\
| * x86: remove the Voyager 32-bit subarchIngo Molnar2009-02-231-1/+1
* | lguest: fix for CONFIG_SPARSE_IRQ=yRusty Russell2009-03-091-0/+6
|/
* lguest: Fix a memory leak with the lg object during launcher closeMark Wallis2009-01-301-3/+2