aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-07-03Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-1/+1
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin1-1/+1
2013-05-28x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel1-2/+2
2013-05-20lguest: rename i386_head.SDaniel Baluta2-1/+1
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2013-04-10x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky1-0/+1
2013-03-04x86: Make Linux guest support optionalBorislav Petkov1-2/+1
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-02-14lguest: select CONFIG_TTY to build properly.Randy Dunlap1-0/+1
2013-01-25Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin1-1/+1
2012-11-16x86/lguest: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck1-1/+2
2012-10-26x86, MCA: Finish mca_config conversionBorislav Petkov1-1/+1
2012-09-28virtio: remove CONFIG_VIRTIO_RINGRusty Russell1-1/+0
2012-01-12lguest: Make sure interrupt is allocated ok by lguest_setup_irqStratos Psomadakis1-8/+13
2011-10-31lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-10-27lguest: don't allow KVM-detection cpuid.Rusty Russell1-0/+10
2011-07-22lguest: Fix translation count about wikipedia's cpuid pageAdrian Knoth1-1/+1
2011-07-22lguest: Fix three simple typos in commentsAdrian Knoth2-2/+2
2011-07-22lguest: update commentsRusty Russell2-13/+26
2011-07-22lguest: remove remaining vmcallRusty Russell1-6/+2
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell2-8/+12
2011-05-30lguest: fix timer interrupt setupRusty Russell1-0/+1
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+1
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner1-3/+3
2011-05-06Correct occurrences ofRob Landley1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner1-2/+2
2011-02-21x86: Convert remaining x86 clocksources to clocksource_register_hz/khzJohn Stultz1-3/+1
2011-01-20LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO)Randy Dunlap1-0/+1
2011-01-20lguest: compile fixesRusty Russell1-1/+1
2011-01-20lguest: Use this_cpu_opsChristoph Lameter1-1/+1
2011-01-04x86, mm: Initialize initial_page_table before paravirt jumpsRusty Russell1-105/+0
2010-12-16lguest: populate initial_page_tableRusty Russell2-3/+105
2010-12-16lguest: restore boot speedRusty Russell1-4/+7
2010-12-16lguest: fix crash lguest_time_initRusty Russell1-1/+1
2010-10-12x86: lguest: Use new irq allocatorThomas Gleixner1-2/+2
2010-10-12x86: lguest: Convert to new irq chip functionsThomas Gleixner1-7/+7
2010-09-21lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Rusty Russell1-5/+8
2010-05-28Merge branch 'ht-delete-2.6.35' into releaseLen Brown1-1/+0
2010-04-14lguest: stop using KVM hypercall mechanismRusty Russell2-32/+31
2010-03-14ACPI: delete the "acpi=ht" boot optionLen Brown1-1/+0
2009-09-23lguest: move panic notifier registration to its expected place.Rusty Russell1-6/+4
2009-09-16x86: Move get/set_wallclock to x86_platform_opsFeng Tang1-3/+1
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner1-1/+1
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner1-1/+1
2009-08-31x86: Move irq_init to x86_init_opsThomas Gleixner1-1/+1
2009-08-27x86: Move memory_setup to x86_init_opsThomas Gleixner1-1/+2
2009-07-30lguest: update commentryRusty Russell2-22/+79
2009-07-30lguest: fix comment styleRusty Russell2-191/+347