index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lguest
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/fpu: Pass 'struct fpu' to fpu__restore()
Ingo Molnar
2015-05-19
1
-1
/
+1
*
x86/fpu: Rename user_has_fpu() to fpregs_active()
Ingo Molnar
2015-05-19
1
-3
/
+3
*
x86/fpu: Move various internal function prototypes to fpu/internal.h
Ingo Molnar
2015-05-19
1
-1
/
+1
*
x86/fpu: Rename i387.h to fpu/api.h
Ingo Molnar
2015-05-19
1
-1
/
+1
*
x86/fpu: Rename math_state_restore() to fpu__restore()
Ingo Molnar
2015-05-19
1
-2
/
+2
*
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-02-18
1
-91
/
+107
|
\
|
*
lguest: add iomem region, where guest page faults get sent to userspace.
Rusty Russell
2015-02-11
1
-1
/
+18
|
*
lguest: send trap 13 through to userspace.
Rusty Russell
2015-02-11
1
-90
/
+43
|
*
lguest: add operations to get/set a register from the Launcher.
Rusty Russell
2015-02-11
1
-0
/
+46
*
|
x86: Clean up cr4 manipulation
Andy Lutomirski
2015-02-04
1
-2
/
+3
|
/
*
x86, asmlinkage, lguest: Pass in globals into assembler statement
Andi Kleen
2013-11-07
1
-2
/
+4
*
x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED
H. Peter Anvin
2013-06-25
1
-1
/
+1
*
lguest: assume Switcher text is a single page.
Rusty Russell
2013-04-22
1
-3
/
+2
*
lguest: prepare to make SWITCHER_ADDR a variable.
Rusty Russell
2013-04-22
1
-2
/
+2
*
lguest, x86: handle guest TS bit for lazy/non-lazy fpu host models
Suresh Siddha
2012-09-18
1
-3
/
+7
*
x86: Fix rflags in FAKE_STACK_FRAME
Seiichi Ikarashi
2011-12-06
1
-1
/
+1
*
lguest: Fix in/out emulation
Rusty Russell
2011-07-22
1
-9
/
+11
*
lguest: update comments
Rusty Russell
2011-07-22
1
-6
/
+4
*
lguest: don't rewrite vmcall instructions
Rusty Russell
2011-07-22
1
-77
/
+0
*
lguest: compile fixes
Rusty Russell
2011-01-20
1
-1
/
+1
*
lguest: Use this_cpu_ops
Christoph Lameter
2011-01-20
1
-2
/
+2
*
lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.
Rusty Russell
2010-04-14
1
-0
/
+12
*
percpu: make misc percpu symbols unique
Tejun Heo
2009-10-29
1
-3
/
+3
*
lguest: update commentry
Rusty Russell
2009-07-30
2
-4
/
+4
*
lguest: fix comment style
Rusty Russell
2009-07-30
2
-133
/
+257
*
lguest: fix on Intel when KVM loaded (unhandled trap 13)
Rusty Russell
2009-05-26
1
-9
/
+10
*
lguest: fix guest crash on non-linear addresses in gdt pvops
Rusty Russell
2009-04-19
1
-2
/
+2
*
lguest: fix crash on vmlinux images
Matias Zabaljauregui
2009-04-19
1
-0
/
+5
*
lguest: use KVM hypercalls
Matias Zabaljauregui
2009-03-30
1
-1
/
+61
*
lguest: use cpu capability accessors
Andrew Morton
2008-07-29
1
-2
/
+2
*
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
2008-06-26
1
-2
/
+2
*
x86: fix NULL pointer deref in __switch_to
Suresh Siddha
2008-06-20
1
-6
/
+9
*
lguest: comment documentation update.
Rusty Russell
2008-03-28
2
-16
/
+25
*
lguest: fix mis-merge against hpa's TSS renaming
Rusty Russell
2008-01-31
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2008-01-31
1
-62
/
+65
|
\
|
*
lguest: get rid of lg variable assignments
Glauber de Oliveira Costa
2008-01-30
1
-16
/
+14
|
*
lguest: move changed bitmap to lg_cpu
Glauber de Oliveira Costa
2008-01-30
1
-6
/
+5
|
*
lguest: move last_pages to lg_cpu
Glauber de Oliveira Costa
2008-01-30
1
-2
/
+2
|
*
lguest: change last_guest to last_cpu
Glauber de Oliveira Costa
2008-01-30
1
-3
/
+3
|
*
lguest: per-vcpu lguest pgdir management
Glauber de Oliveira Costa
2008-01-30
1
-3
/
+4
|
*
lguest: makes special fields be per-vcpu
Glauber de Oliveira Costa
2008-01-30
1
-6
/
+4
|
*
lguest: replace lguest_arch with lg_cpu_arch.
Glauber de Oliveira Costa
2008-01-30
1
-13
/
+11
|
*
lguest: make registers per-vcpu
Glauber de Oliveira Costa
2008-01-30
1
-19
/
+19
|
*
lguest: make emulate_insn receive a vcpu struct.
Glauber de Oliveira Costa
2008-01-30
1
-2
/
+3
|
*
lguest: map_switcher_in_guest() per-vcpu
Glauber de Oliveira Costa
2008-01-30
1
-1
/
+1
|
*
lguest: per-vcpu interrupt processing.
Glauber de Oliveira Costa
2008-01-30
1
-1
/
+1
|
*
lguest: make hypercalls use the vcpu struct
Glauber de Oliveira Costa
2008-01-30
1
-6
/
+10
|
*
lguest: per-cpu run guest
Glauber de Oliveira Costa
2008-01-30
1
-5
/
+9
*
|
x86: use generic register name in the thread and tss structures
H. Peter Anvin
2008-01-30
1
-2
/
+2
|
/
*
cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()
Gautham R Shenoy
2008-01-25
1
-4
/
+4
[next]