index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
lguest
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-18
lguest, x86: handle guest TS bit for lazy/non-lazy fpu host models
Suresh Siddha
1
-3
/
+7
2011-12-06
x86: Fix rflags in FAKE_STACK_FRAME
Seiichi Ikarashi
1
-1
/
+1
2011-07-22
lguest: Fix in/out emulation
Rusty Russell
1
-9
/
+11
2011-07-22
lguest: update comments
Rusty Russell
1
-6
/
+4
2011-07-22
lguest: don't rewrite vmcall instructions
Rusty Russell
1
-77
/
+0
2011-01-20
lguest: compile fixes
Rusty Russell
1
-1
/
+1
2011-01-20
lguest: Use this_cpu_ops
Christoph Lameter
1
-2
/
+2
2010-04-14
lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.
Rusty Russell
1
-0
/
+12
2009-10-29
percpu: make misc percpu symbols unique
Tejun Heo
1
-3
/
+3
2009-07-30
lguest: update commentry
Rusty Russell
2
-4
/
+4
2009-07-30
lguest: fix comment style
Rusty Russell
2
-133
/
+257
2009-05-26
lguest: fix on Intel when KVM loaded (unhandled trap 13)
Rusty Russell
1
-9
/
+10
2009-04-19
lguest: fix guest crash on non-linear addresses in gdt pvops
Rusty Russell
1
-2
/
+2
2009-04-19
lguest: fix crash on vmlinux images
Matias Zabaljauregui
1
-0
/
+5
2009-03-30
lguest: use KVM hypercalls
Matias Zabaljauregui
1
-1
/
+61
2008-07-29
lguest: use cpu capability accessors
Andrew Morton
1
-2
/
+2
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-2
/
+2
2008-06-20
x86: fix NULL pointer deref in __switch_to
Suresh Siddha
1
-6
/
+9
2008-03-28
lguest: comment documentation update.
Rusty Russell
2
-16
/
+25
2008-01-31
lguest: fix mis-merge against hpa's TSS renaming
Rusty Russell
1
-1
/
+1
2008-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
1
-62
/
+65
2008-01-30
x86: use generic register name in the thread and tss structures
H. Peter Anvin
1
-2
/
+2
2008-01-30
lguest: get rid of lg variable assignments
Glauber de Oliveira Costa
1
-16
/
+14
2008-01-30
lguest: move changed bitmap to lg_cpu
Glauber de Oliveira Costa
1
-6
/
+5
2008-01-30
lguest: move last_pages to lg_cpu
Glauber de Oliveira Costa
1
-2
/
+2
2008-01-30
lguest: change last_guest to last_cpu
Glauber de Oliveira Costa
1
-3
/
+3
2008-01-30
lguest: per-vcpu lguest pgdir management
Glauber de Oliveira Costa
1
-3
/
+4
2008-01-30
lguest: makes special fields be per-vcpu
Glauber de Oliveira Costa
1
-6
/
+4
2008-01-30
lguest: replace lguest_arch with lg_cpu_arch.
Glauber de Oliveira Costa
1
-13
/
+11
2008-01-30
lguest: make registers per-vcpu
Glauber de Oliveira Costa
1
-19
/
+19
2008-01-30
lguest: make emulate_insn receive a vcpu struct.
Glauber de Oliveira Costa
1
-2
/
+3
2008-01-30
lguest: map_switcher_in_guest() per-vcpu
Glauber de Oliveira Costa
1
-1
/
+1
2008-01-30
lguest: per-vcpu interrupt processing.
Glauber de Oliveira Costa
1
-1
/
+1
2008-01-30
lguest: make hypercalls use the vcpu struct
Glauber de Oliveira Costa
1
-6
/
+10
2008-01-30
lguest: per-cpu run guest
Glauber de Oliveira Costa
1
-5
/
+9
2008-01-25
cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()
Gautham R Shenoy
1
-4
/
+4
2007-10-25
lguest: documentation update
Rusty Russell
2
-78
/
+113
2007-10-25
lguest: use defines from x86 headers instead of magic numbers
Rusty Russell
1
-1
/
+1
2007-10-23
generalize lgread_u32/lgwrite_u32.
Rusty Russell
1
-2
/
+2
2007-10-23
Remove old lguest bus and drivers.
Rusty Russell
1
-1
/
+0
2007-10-23
Boot with virtual == physical to get closer to native Linux.
Rusty Russell
1
-3
/
+4
2007-10-23
Allow guest to specify syscall vector to use.
Rusty Russell
1
-0
/
+4
2007-10-23
Move register setup into i386_core.c
Jes Sorensen
1
-0
/
+36
2007-10-23
Make hypercalls arch-independent.
Jes Sorensen
1
-1
/
+61
2007-10-23
Introduce "hcall" pointer to indicate pending hypercall.
Rusty Russell
1
-6
/
+7
2007-10-23
Reorder guest saved regs to match hyperall order
Jes Sorensen
1
-2
/
+2
2007-10-23
Move i386 part of core.c to x86/core.c.
Jes Sorensen
2
-1
/
+478
2007-10-23
Rename switcher.S to x86/switcher_32.S
Rusty Russell
1
-0
/
+350