summaryrefslogtreecommitdiff
path: root/arch/x86/lguest
AgeCommit message (Expand)Author
2008-07-30Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar
2008-07-29lguest: set max_pfn_mapped, growl loudly at Yinghai LuRusty Russell
2008-07-20x86, lguest: fix apic_ops build on UPIngo Molnar
2008-07-18Merge branch 'x86/apic' into x86/x2apicIngo Molnar
2008-07-18x86: apic_ops for lguestSuresh Siddha
2008-07-18x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki
2008-07-12x2apic: xen64 paravirt basic apic opsSuresh Siddha
2008-07-10x86, VisWS: turn into generic arch, eliminate Kconfig specialsIngo Molnar
2008-07-09x86: rename paravirtualized TSC functionsAlok Kataria
2008-07-08x86: rename two e820 related functionsYinghai Lu
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar
2008-05-31x86: extend e820 early_res support 32bit -fix #3Yinghai Lu
2008-05-30lguest: fix ugly <NULL> in /proc/interruptsRusty Russell
2008-04-17x86: replace remaining __FUNCTION__ occurancesHarvey Harrison
2008-03-28lguest: comment documentation update.Rusty Russell
2008-03-11lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell
2008-03-11lguest: Sanitize the lguest clock.Rusty Russell
2008-02-26x86/lguest: fix pgdir pmd index calculationAhmed S. Darwish
2008-02-26lguest: include function prototypesHarvey Harrison
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-01-30x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUESTEduardo Pereira Habkost
2008-01-30x86: change write_gdt_entry signature.Glauber de Oliveira Costa
2008-01-30x86: change write_idt_entry signatureGlauber de Oliveira Costa
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2008-01-30x86: use u32 for some lapic functionsThomas Gleixner
2008-01-30lguest: Reboot supportBalaji Rao
2007-11-29lguest: prevent VISWS or VOYAGER randconfigsRandy Dunlap
2007-11-05lguest: tidy up documentationRusty Russell
2007-11-05lguest: make async_hcall() staticAdrian Bunk
2007-10-25lguest: documentation updateRusty Russell
2007-10-25lguest: build fixJeff Garzik
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell
2007-10-23Revert lguest magic and use hook in head.SRusty Russell
2007-10-23Lguest support for VirtioRusty Russell
2007-10-23Remove old lguest bus and drivers.Rusty Russell
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell
2007-10-23Make hypercalls arch-independent.Jes Sorensen
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen
2007-10-23Move lguest guest support to arch/x86.Rusty Russell