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
/
lg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lguest, x86/entry/32: Fix handling of guest syscalls using interrupt gates
Rusty Russell
2016-04-01
1
-0
/
+1
*
lguest: suppress interrupts for single insn, not range.
Rusty Russell
2015-03-24
1
-1
/
+1
*
lguest: remove NOTIFY call and eventfd facility.
Rusty Russell
2015-02-11
1
-12
/
+0
*
lguest: add iomem region, where guest page faults get sent to userspace.
Rusty Russell
2015-02-11
1
-1
/
+6
*
lguest: add infrastructure to check mappings.
Rusty Russell
2015-02-11
1
-0
/
+1
*
lguest: write more information to userspace about pending traps.
Rusty Russell
2015-02-11
1
-1
/
+2
*
lguest: add operations to get/set a register from the Launcher.
Rusty Russell
2015-02-11
1
-0
/
+3
*
lguest: cache last cpu we ran on.
Rusty Russell
2013-04-22
1
-0
/
+1
*
lguest: map Switcher text whenever we allocate a new pagetable.
Rusty Russell
2013-04-22
1
-0
/
+1
*
lguest: don't share Switcher PTE pages between guests.
Rusty Russell
2013-04-22
1
-3
/
+0
*
lguest: expost switcher_pages array (as lg_switcher_pages).
Rusty Russell
2013-04-22
1
-0
/
+1
*
lguest: assume Switcher text is a single page.
Rusty Russell
2013-04-22
1
-1
/
+1
*
lguest: rename switcher_page to switcher_pages.
Rusty Russell
2013-04-22
1
-1
/
+1
*
lguest: use a special 1:1 linear pagetable mode until first switch.
Rusty Russell
2011-07-22
1
-0
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
lguest and virtio: cleanup struct definitions to Linux style.
Rusty Russell
2009-07-30
1
-6
/
+3
*
lguest: fix comment style
Rusty Russell
2009-07-30
1
-8
/
+15
*
lguest: remove unnecessary forward struct declaration
Davide Libenzi
2009-07-17
1
-2
/
+0
*
eventfd: revised interface and cleanups
Davide Libenzi
2009-06-30
1
-1
/
+1
*
lguest: remove obsolete LHREQ_BREAK call
Rusty Russell
2009-06-12
1
-3
/
+1
*
lguest: use eventfds for device notification
Rusty Russell
2009-06-12
1
-0
/
+13
*
lguest: allow any process to send interrupts
Rusty Russell
2009-06-12
1
-0
/
+1
*
lguest: PAE support
Matias Zabaljauregui
2009-06-12
1
-0
/
+5
*
lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD
Matias Zabaljauregui
2009-06-12
1
-1
/
+1
*
lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.
Matias Zabaljauregui
2009-06-12
1
-1
/
+1
*
lguest: improve interrupt handling, speed up stream networking
Rusty Russell
2009-06-12
1
-2
/
+2
*
lguest: fix race in halt code
Rusty Russell
2009-06-12
1
-1
/
+2
*
lguest: fix guest crash on non-linear addresses in gdt pvops
Rusty Russell
2009-04-19
1
-1
/
+2
*
lguest: use bool instead of int
Matias Zabaljauregui
2009-03-30
1
-4
/
+4
*
lguest: move the initial guest page table creation code to the host
Matias Zabaljauregui
2008-12-30
1
-1
/
+1
*
x86/paravirt: add pte_flags to just get pte flags
Jeremy Fitzhardinge
2008-05-27
1
-1
/
+0
*
drivers: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-18
1
-1
/
+0
*
lguest: Use explicit includes rateher than indirect
Glauber de Oliveira Costa
2008-01-30
1
-0
/
+1
*
lguest: get rid of lg variable assignments
Glauber de Oliveira Costa
2008-01-30
1
-14
/
+14
*
lguest: move changed bitmap to lg_cpu
Glauber de Oliveira Costa
2008-01-30
1
-3
/
+3
*
lguest: move last_pages to lg_cpu
Glauber de Oliveira Costa
2008-01-30
1
-1
/
+2
*
lguest: per-vcpu lguest pgdir management
Glauber de Oliveira Costa
2008-01-30
1
-6
/
+6
*
lguest: make pending notifications per-vcpu
Glauber de Oliveira Costa
2008-01-30
1
-1
/
+2
*
lguest: makes special fields be per-vcpu
Glauber de Oliveira Costa
2008-01-30
1
-8
/
+9
*
lguest: per-vcpu lguest task management
Glauber de Oliveira Costa
2008-01-30
1
-7
/
+7
*
lguest: replace lguest_arch with lg_cpu_arch.
Glauber de Oliveira Costa
2008-01-30
1
-9
/
+10
*
lguest: make registers per-vcpu
Glauber de Oliveira Costa
2008-01-30
1
-4
/
+5
*
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
-5
/
+5
*
lguest: per-vcpu lguest timers
Glauber de Oliveira Costa
2008-01-30
1
-5
/
+5
*
lguest: make hypercalls use the vcpu struct
Glauber de Oliveira Costa
2008-01-30
1
-8
/
+8
*
lguest: per-cpu run guest
Glauber de Oliveira Costa
2008-01-30
1
-2
/
+2
*
lguest: introduce vcpu struct
Glauber de Oliveira Costa
2008-01-30
1
-0
/
+10
*
lguest: documentation update
Rusty Russell
2007-10-25
1
-2
/
+2
*
lguest: remove unused "wake" element from struct lguest
Rusty Russell
2007-10-25
1
-3
/
+0
[next]