summaryrefslogtreecommitdiff
path: root/arch/x86/lguest/boot.c
AgeCommit message (Expand)Author
2011-05-30lguest: fix timer interrupt setupRusty Russell
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner
2011-05-06Correct occurrences ofRob Landley
2011-03-18x86: Fix common misspellingsLucas De Marchi
2011-03-12x86: Cleanup the genirq name spaceThomas Gleixner
2011-02-21x86: Convert remaining x86 clocksources to clocksource_register_hz/khzJohn Stultz
2011-01-20lguest: compile fixesRusty Russell
2011-01-20lguest: Use this_cpu_opsChristoph Lameter
2010-12-16lguest: populate initial_page_tableRusty Russell
2010-12-16lguest: restore boot speedRusty Russell
2010-12-16lguest: fix crash lguest_time_initRusty Russell
2010-10-12x86: lguest: Use new irq allocatorThomas Gleixner
2010-10-12x86: lguest: Convert to new irq chip functionsThomas Gleixner
2010-09-21lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Rusty Russell
2010-05-28Merge branch 'ht-delete-2.6.35' into releaseLen Brown
2010-04-14lguest: stop using KVM hypercall mechanismRusty Russell
2010-03-14ACPI: delete the "acpi=ht" boot optionLen Brown
2009-09-23lguest: move panic notifier registration to its expected place.Rusty Russell
2009-09-16x86: Move get/set_wallclock to x86_platform_opsFeng Tang
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner
2009-08-31x86: Move irq_init to x86_init_opsThomas Gleixner
2009-08-27x86: Move memory_setup to x86_init_opsThomas Gleixner
2009-07-30lguest: update commentryRusty Russell
2009-07-30lguest: fix comment styleRusty Russell
2009-07-17lguest: restrict CPUID to avoid perf counter wrmsrRusty Russell
2009-07-17lguest: fix journeyMatias Zabaljauregui
2009-06-12lguest: PAE supportMatias Zabaljauregui
2009-06-12lguest: Add support for kvm_hypercall4()Matias Zabaljauregui
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui
2009-06-12lguest: optimize by coding restore_flags and irq_enable in assembler.Rusty Russell
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell
2009-06-12lguest: clean up lguest_init_IRQRusty Russell
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-06-04lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTORRusty Russell
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm
2009-04-19lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell
2009-04-07lguest: update lazy mmu changes to match lguest's use of kvm hypercallsJeremy Fitzhardinge
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an...Linus Torvalds
2009-03-30lguest: use KVM hypercallsMatias Zabaljauregui
2009-03-30lguest: wire up pte_update/pte_update_deferRusty Russell
2009-03-29x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge
2009-03-29x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar