summaryrefslogtreecommitdiffstats
path: root/arch/x86/lguest
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* x86/fpu: Remove clts()Andy Lutomirski2016-11-011-12/+0
* x86/fpu, lguest: Remove CR0.TS supportAndy Lutomirski2016-11-011-10/+7
* lguest: Read offset of device_cap laterPaul Bolle2016-06-101-9/+3
* lguest: Read length of device_cap laterPaul Bolle2016-06-101-4/+3
* x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-221-2/+0
* x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-1/+0
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-141-1/+1
|\
| * x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-011-1/+1
* | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-6/+0
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-1/+0
|\
| * x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-1/+0
* | x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-191-0/+1
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-30/+37
|\
| * x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-061-1/+3
| * x86/lguest: Do not setup unused irq vectorsThomas Gleixner2015-08-061-9/+13
| * x86/lguest: Clean up lguest_setup_irqRusty Russell2015-08-061-21/+22
* | x86/lguest/timer: Migrate to new set-state interfaceViresh Kumar2015-07-301-18/+6
|/
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-2/+2
|\
| * x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst2015-05-101-2/+2
* | x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
|/
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-222-21/+16
|\
| * lguest: suppress interrupts for single insn, not range.Rusty Russell2015-03-242-11/+7
| * lguest: simplify lguest_iretDenys Vlasenko2015-03-241-10/+9
| * lguest: rename i386_head.S in the commentsAlexander Kuleshov2015-03-241-2/+2
| * lguest: fix pending interrupt test.Rusty Russell2015-03-201-1/+1
* | x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutDenys Vlasenko2015-04-081-1/+2
* | x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpuAndy Lutomirski2015-03-061-0/+1
|/
* lguest: update help text.Rusty Russell2015-02-191-1/+1
* lguest: now depends on PCIRusty Russell2015-02-191-1/+1
* lguest: don't look in console features to find emerg_wr.Rusty Russell2015-02-131-33/+24
* lguest: use the PCI console device's emerg_wr for early boot messages.Rusty Russell2015-02-111-12/+134
* lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PICRusty Russell2015-02-111-0/+24
* lguest: disable ACPI explicitly.Rusty Russell2015-02-111-0/+4
* lguest: don't disable iospace.Rusty Russell2015-02-111-8/+0
* x86: Avoid building unused IRQ entry stubsJan Beulich2014-12-161-1/+1
* asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-051-2/+2
* x86, asmlinkage, lguest: Fix C functions used by inline assemblerAndi Kleen2014-01-291-6/+6
* lguest: fix GPF in guest when using gdb.Rusty Russell2013-09-061-0/+7
* lguest: Point to the right directory for the lguest launcherHolger Hans Peter Freyther2013-07-151-2/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-2/+2
|\
| * x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-281-2/+2
| |
| \
*-. \ Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....Linus Torvalds2013-07-032-1/+1
|\ \ \ | | |/ | |/|
| | * lguest: rename i386_head.SDaniel Baluta2013-05-202-1/+1
| |/
* / x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-061-1/+1
|/
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-301-2/+1
|\
| * x86: Make Linux guest support optionalBorislav Petkov2013-03-041-2/+1
* | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-101-0/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-1/+2
|\