aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lguest
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2013-02-14lguest: select CONFIG_TTY to build properly.Gravatar Randy Dunlap 1-0/+1
2013-01-25Merge tag 'v3.8-rc5' into x86/mmGravatar H. Peter Anvin 1-1/+1
2012-11-16x86/lguest: Use __pa_symbol instead of __pa on C visible symbolsGravatar Alexander Duyck 1-1/+2
2012-10-26x86, MCA: Finish mca_config conversionGravatar Borislav Petkov 1-1/+1
2012-09-28virtio: remove CONFIG_VIRTIO_RINGGravatar Rusty Russell 1-1/+0
2012-01-12lguest: Make sure interrupt is allocated ok by lguest_setup_irqGravatar Stratos Psomadakis 1-8/+13
2011-10-31lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOLGravatar Paul Gortmaker 1-0/+1
2011-10-27lguest: don't allow KVM-detection cpuid.Gravatar Rusty Russell 1-0/+10
2011-07-22lguest: Fix translation count about wikipedia's cpuid pageGravatar Adrian Knoth 1-1/+1
2011-07-22lguest: Fix three simple typos in commentsGravatar Adrian Knoth 2-2/+2
2011-07-22lguest: update commentsGravatar Rusty Russell 2-13/+26
2011-07-22lguest: remove remaining vmcallGravatar Rusty Russell 1-6/+2
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Gravatar Rusty Russell 2-8/+12
2011-05-30lguest: fix timer interrupt setupGravatar Rusty Russell 1-0/+1
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-3/+1
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Gravatar Thomas Gleixner 1-3/+3
2011-05-06Correct occurrences ofGravatar Rob Landley 1-1/+1
2011-03-18x86: Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-12x86: Cleanup the genirq name spaceGravatar Thomas Gleixner 1-2/+2
2011-02-21x86: Convert remaining x86 clocksources to clocksource_register_hz/khzGravatar John Stultz 1-3/+1
2011-01-20LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO)Gravatar Randy Dunlap 1-0/+1
2011-01-20lguest: compile fixesGravatar Rusty Russell 1-1/+1
2011-01-20lguest: Use this_cpu_opsGravatar Christoph Lameter 1-1/+1
2011-01-04x86, mm: Initialize initial_page_table before paravirt jumpsGravatar Rusty Russell 1-105/+0
2010-12-16lguest: populate initial_page_tableGravatar Rusty Russell 2-3/+105
2010-12-16lguest: restore boot speedGravatar Rusty Russell 1-4/+7
2010-12-16lguest: fix crash lguest_time_initGravatar Rusty Russell 1-1/+1
2010-10-12x86: lguest: Use new irq allocatorGravatar Thomas Gleixner 1-2/+2
2010-10-12x86: lguest: Convert to new irq chip functionsGravatar Thomas Gleixner 1-7/+7
2010-09-21lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Gravatar Rusty Russell 1-5/+8
2010-05-28Merge branch 'ht-delete-2.6.35' into releaseGravatar Len Brown 1-1/+0
2010-04-14lguest: stop using KVM hypercall mechanismGravatar Rusty Russell 2-32/+31
2010-03-14ACPI: delete the "acpi=ht" boot optionGravatar Len Brown 1-1/+0
2009-09-23lguest: move panic notifier registration to its expected place.Gravatar Rusty Russell 1-6/+4
2009-09-16x86: Move get/set_wallclock to x86_platform_opsGravatar Feng Tang 1-3/+1
2009-08-31x86: Move tsc_calibration to x86_init_opsGravatar Thomas Gleixner 1-1/+1
2009-08-31x86: Add timer_init to x86_init_opsGravatar Thomas Gleixner 1-1/+1
2009-08-31x86: Move irq_init to x86_init_opsGravatar Thomas Gleixner 1-1/+1
2009-08-27x86: Move memory_setup to x86_init_opsGravatar Thomas Gleixner 1-1/+2
2009-07-30lguest: update commentryGravatar Rusty Russell 2-22/+79
2009-07-30lguest: fix comment styleGravatar Rusty Russell 2-191/+347
2009-07-17lguest: restrict CPUID to avoid perf counter wrmsrGravatar Rusty Russell 1-0/+5
2009-07-17lguest: fix journeyGravatar Matias Zabaljauregui 1-1/+1
2009-06-12lguest: PAE supportGravatar Matias Zabaljauregui 2-6/+66
2009-06-12lguest: Add support for kvm_hypercall4()Gravatar Matias Zabaljauregui 1-6/+20
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDGravatar Matias Zabaljauregui 1-1/+1
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Gravatar Matias Zabaljauregui 1-4/+4
2009-06-12lguest: optimize by coding restore_flags and irq_enable in assembler.Gravatar Rusty Russell 2-30/+73
2009-06-12lguest: improve interrupt handling, speed up stream networkingGravatar Rusty Russell 2-8/+15