aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lguest/boot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-30/+37
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner1-1/+3
2015-08-06x86/lguest: Do not setup unused irq vectorsThomas Gleixner1-9/+13
2015-08-06x86/lguest: Clean up lguest_setup_irqRusty Russell1-21/+22
2015-07-30x86/lguest/timer: Migrate to new set-state interfaceViresh Kumar1-18/+6
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-05-10x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst1-2/+2
2015-04-22Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+3
2015-04-08x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutDenys Vlasenko1-1/+2
2015-03-24lguest: suppress interrupts for single insn, not range.Rusty Russell1-2/+1
2015-03-24lguest: rename i386_head.S in the commentsAlexander Kuleshov1-2/+2
2015-03-06x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpuAndy Lutomirski1-0/+1
2015-02-13lguest: don't look in console features to find emerg_wr.Rusty Russell1-33/+24
2015-02-11lguest: use the PCI console device's emerg_wr for early boot messages.Rusty Russell1-12/+134
2015-02-11lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PICRusty Russell1-0/+24
2015-02-11lguest: disable ACPI explicitly.Rusty Russell1-0/+4
2015-02-11lguest: don't disable iospace.Rusty Russell1-8/+0
2014-12-16x86: Avoid building unused IRQ entry stubsJan Beulich1-1/+1
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-2/+2
2014-01-29x86, asmlinkage, lguest: Fix C functions used by inline assemblerAndi Kleen1-6/+6
2013-09-06lguest: fix GPF in guest when using gdb.Rusty Russell1-0/+7
2013-07-15lguest: Point to the right directory for the lguest launcherHolger Hans Peter Freyther1-2/+1
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
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-04-10x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky1-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-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 Knoth1-1/+1
2011-07-22lguest: update commentsRusty Russell1-6/+15
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell1-6/+5
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: compile fixesRusty Russell1-1/+1
2011-01-20lguest: Use this_cpu_opsChristoph Lameter1-1/+1
2010-12-16lguest: populate initial_page_tableRusty Russell1-3/+0
2010-12-16lguest: restore boot speedRusty Russell1-4/+7
2010-12-16lguest: fix crash lguest_time_initRusty Russell1-1/+1