summaryrefslogtreecommitdiffstats
path: root/arch/x86/lguest
Commit message (Expand)AuthorAgeFilesLines
* x86: make 32bit support per_cpu vectorYinghai Lu2008-10-161-1/+1
* Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar2008-07-301-0/+3
|\
| * lguest: set max_pfn_mapped, growl loudly at Yinghai LuRusty Russell2008-07-291-0/+3
* | x86, lguest: fix apic_ops build on UPIngo Molnar2008-07-201-0/+1
* | Merge branch 'x86/apic' into x86/x2apicIngo Molnar2008-07-181-1/+0
|\|
| * x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki2008-07-181-1/+0
* | x86: apic_ops for lguestSuresh Siddha2008-07-181-3/+32
* | x2apic: xen64 paravirt basic apic opsSuresh Siddha2008-07-121-2/+2
|/
* x86, VisWS: turn into generic arch, eliminate Kconfig specialsIngo Molnar2008-07-101-1/+1
* x86: rename paravirtualized TSC functionsAlok Kataria2008-07-091-2/+2
* x86: rename two e820 related functionsYinghai Lu2008-07-081-1/+1
* Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-081-2/+3
|\
| * lguest: fix ugly <NULL> in /proc/interruptsRusty Russell2008-05-301-2/+3
* | x86: extend e820 early_res support 32bit -fix #3Yinghai Lu2008-05-311-2/+3
|/
* x86: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-04-171-1/+1
* lguest: comment documentation update.Rusty Russell2008-03-282-50/+73
* lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell2008-03-111-1/+1
* lguest: Sanitize the lguest clock.Rusty Russell2008-03-111-32/+21
* x86/lguest: fix pgdir pmd index calculationAhmed S. Darwish2008-02-261-1/+1
* lguest: include function prototypesHarvey Harrison2008-02-261-9/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-01-311-2/+9
|\
| * lguest: Reboot supportBalaji Rao2008-01-301-2/+9
* | x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUESTEduardo Pereira Habkost2008-01-301-0/+1
* | x86: change write_gdt_entry signature.Glauber de Oliveira Costa2008-01-301-3/+3
* | x86: change write_idt_entry signatureGlauber de Oliveira Costa2008-01-301-4/+5
* | x86: unify struct desc_ptrGlauber de Oliveira Costa2008-01-301-2/+2
* | x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-301-3/+3
* | x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-11/+11
* | x86: use u32 for some lapic functionsThomas Gleixner2008-01-301-2/+2
|/
* lguest: prevent VISWS or VOYAGER randconfigsRandy Dunlap2007-11-291-0/+1
* lguest: tidy up documentationRusty Russell2007-11-051-22/+21
* lguest: make async_hcall() staticAdrian Bunk2007-11-051-13/+13
* lguest: documentation updateRusty Russell2007-10-252-26/+30
* lguest: build fixJeff Garzik2007-10-251-0/+1
* lguest: use defines from x86 headers instead of magic numbersRusty Russell2007-10-251-3/+2
* Revert lguest magic and use hook in head.SRusty Russell2007-10-232-29/+5
* Lguest support for VirtioRusty Russell2007-10-232-0/+26
* Remove old lguest bus and drivers.Rusty Russell2007-10-231-41/+0
* Virtio helper routines for a descriptor ringbuffer implementationRusty Russell2007-10-231-0/+1
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-232-10/+38
* Allow guest to specify syscall vector to use.Rusty Russell2007-10-231-0/+1
* Make hypercalls arch-independent.Jes Sorensen2007-10-231-4/+4
* Move i386 part of core.c to x86/core.c.Jes Sorensen2007-10-231-0/+1
* Move lguest guest support to arch/x86.Rusty Russell2007-10-234-0/+1208