index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lguest
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
lguest: documentation update
Rusty Russell
2007-10-25
2
-78
/
+113
*
lguest: use defines from x86 headers instead of magic numbers
Rusty Russell
2007-10-25
1
-1
/
+1
*
generalize lgread_u32/lgwrite_u32.
Rusty Russell
2007-10-23
1
-2
/
+2
*
Remove old lguest bus and drivers.
Rusty Russell
2007-10-23
1
-1
/
+0
*
Boot with virtual == physical to get closer to native Linux.
Rusty Russell
2007-10-23
1
-3
/
+4
*
Allow guest to specify syscall vector to use.
Rusty Russell
2007-10-23
1
-0
/
+4
*
Move register setup into i386_core.c
Jes Sorensen
2007-10-23
1
-0
/
+36
*
Make hypercalls arch-independent.
Jes Sorensen
2007-10-23
1
-1
/
+61
*
Introduce "hcall" pointer to indicate pending hypercall.
Rusty Russell
2007-10-23
1
-6
/
+7
*
Reorder guest saved regs to match hyperall order
Jes Sorensen
2007-10-23
1
-2
/
+2
*
Move i386 part of core.c to x86/core.c.
Jes Sorensen
2007-10-23
2
-1
/
+478
*
Rename switcher.S to x86/switcher_32.S
Rusty Russell
2007-10-23
1
-0
/
+350