aboutsummaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell5-0/+439
2007-10-23Module autoprobing support for virtio drivers.Rusty Russell2-0/+36
2007-10-23Virtio console driverRusty Russell4-0/+242
2007-10-23Block driver using virtio.Rusty Russell5-0/+367
2007-10-23Net driver using virtioRusty Russell5-0/+479
2007-10-23Virtio interfaceRusty Russell10-0/+419
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell12-148/+141
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell6-11/+79
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell2-12/+12
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui3-141/+98
2007-10-23lguest.h declares a struct timespec, make it include linux/time.hJes Sorensen1-0/+1
2007-10-23Move register setup into i386_core.cJes Sorensen3-36/+38
2007-10-23Change example launcher to use unsigned long not u32Jes Sorensen2-28/+30
2007-10-23Make hypercalls arch-independent.Jes Sorensen6-84/+104
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell4-38/+34
2007-10-23Reorder guest saved regs to match hyperall orderJes Sorensen2-4/+3
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen9-522/+613
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell2-32/+20
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell7-45/+14
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell8-140/+163
2007-10-23Accept elf files that are valid but have sections that can not be mmap'ed for some reason.Ronald G. Minnich1-29/+32
2007-10-23Rename switcher.S to x86/switcher_32.SRusty Russell2-3/+5
2007-10-23Move lguest guest support to arch/x86.Rusty Russell7-11/+17
2007-10-23Move lguest hcalls to arch-specific headerJes Sorensen2-65/+71
2007-10-23Clocksource is continuous regardless of the state of the host's TSC.Tony Breeds1-3/+2
2007-10-23lguest_devices belongs in lguest_bus.c: it's not i386-specific.Rusty Russell2-1/+2
2007-10-23Make lguest_launcher.h types userspace-friendlyRusty Russell3-13/+14
2007-10-23lguest.txt updateRusty Russell1-39/+29
2007-10-23Lguest currently depends on 32-bit x86, not just x86.Rusty Russell1-1/+1
2007-10-23Use copy_to_user() not put_user for struct timespecJes Sorensen1-1/+1
2007-10-23turn err into errx in lguest call sitesGlauber de Oliveira Costa1-2/+2
2007-10-23Remove binfmts.h include from lg.hRusty Russell1-1/+0
2007-10-23Make asm-x86/bootparam.h includable from userspace.Rusty Russell13-225/+229
2007-10-23Consolidate host virtualization support under Virtualization menuRusty Russell2-2/+4
2007-10-23Normalize config options for guest supportRusty Russell3-14/+32
2007-10-22procfs: fix kernel-doc param warningsRandy Dunlap1-24/+22
2007-10-22auditsc: fix kernel-doc param warningsRandy Dunlap1-2/+2
2007-10-22Expand hwif->host_flags so that it fits new flags.David Miller1-1/+1
2007-10-22ppc: fix AT_VECTOR_SIZE on arch/ppcGrant Likely1-0/+1
2007-10-22Fix appletalk sysctl entry nameEric W. Biederman1-1/+1
2007-10-22[SPARC64]: ARRAY_SIZE() cleanupAlejandro Martinez Ruiz1-2/+1
2007-10-22[MIPS] time: Make c0_compare_int_usable more bullet proofAtsushi Nemoto1-2/+2
2007-10-22[MIPS] Kbuild: Use the new cc-cross-prefix feature.Ralf Baechle2-20/+10
2007-10-22[MIPS] Fix include wrapper symbol to something sane.Ralf Baechle1-3/+3
2007-10-22[MIPS] Malta: Delete dead code.Ralf Baechle1-13/+0
2007-10-22[MIPS] time: Add GT641xx timer0 clockevent driverYoichi Yuasa7-22/+193
2007-10-22[MIPS] time: SMP-proofing of Sibyte clockevent/clocksource code.Ralf Baechle7-167/+158
2007-10-22[MIPS] time: SMP/NUMA-proofing of IP27 HUB RT timer code.Ralf Baechle2-64/+72
2007-10-22[MIPS] time: Fix calculation in clockevent_set_clock()Atsushi Nemoto1-2/+2
2007-10-22Add CONFIG_DEBUG_SG sg validationJens Axboe25-0/+101