summaryrefslogtreecommitdiff
path: root/arch/x86/lguest/boot.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-30lguest: fix ugly <NULL> in /proc/interruptsRusty Russell1-2/+3
2008-04-17x86: replace remaining __FUNCTION__ occurancesHarvey Harrison1-1/+1
2008-03-28lguest: comment documentation update.Rusty Russell1-46/+62
2008-03-11lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell1-1/+1
2008-03-11lguest: Sanitize the lguest clock.Rusty Russell1-32/+21
2008-02-26x86/lguest: fix pgdir pmd index calculationAhmed S. Darwish1-1/+1
2008-02-26lguest: include function prototypesHarvey Harrison1-9/+1
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-2/+9
2008-01-30x86: change write_gdt_entry signature.Glauber de Oliveira Costa1-3/+3
2008-01-30x86: change write_idt_entry signatureGlauber de Oliveira Costa1-4/+5
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa1-2/+2
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-3/+3
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-11/+11
2008-01-30x86: use u32 for some lapic functionsThomas Gleixner1-2/+2
2008-01-30lguest: Reboot supportBalaji Rao1-2/+9
2007-11-05lguest: tidy up documentationRusty Russell1-22/+21
2007-11-05lguest: make async_hcall() staticAdrian Bunk1-13/+13
2007-10-25lguest: documentation updateRusty Russell1-23/+25
2007-10-25lguest: build fixJeff Garzik1-0/+1
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell1-3/+2
2007-10-23Revert lguest magic and use hook in head.SRusty Russell1-16/+1
2007-10-23Lguest support for VirtioRusty Russell1-0/+21
2007-10-23Remove old lguest bus and drivers.Rusty Russell1-41/+0
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-5/+2
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell1-0/+1
2007-10-23Make hypercalls arch-independent.Jes Sorensen1-4/+4
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen1-0/+1
2007-10-23Move lguest guest support to arch/x86.Rusty Russell1-0/+1106