Rusty Russell
|
6d0cda93c0
lguest: cache last cpu we ran on.
|
12 years ago |
Rusty Russell
|
86935fc4ee
lguest: map Switcher text whenever we allocate a new pagetable.
|
12 years ago |
Rusty Russell
|
3412b6ae29
lguest: don't share Switcher PTE pages between guests.
|
12 years ago |
Rusty Russell
|
f1f394b1c3
lguest: expost switcher_pages array (as lg_switcher_pages).
|
12 years ago |
Rusty Russell
|
93a2cdff98
lguest: assume Switcher text is a single page.
|
12 years ago |
Rusty Russell
|
856c608827
lguest: rename switcher_page to switcher_pages.
|
12 years ago |
Rusty Russell
|
5dea1c88ed
lguest: use a special 1:1 linear pagetable mode until first switch.
|
14 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Rusty Russell
|
1842f23c05
lguest and virtio: cleanup struct definitions to Linux style.
|
16 years ago |
Rusty Russell
|
2e04ef7691
lguest: fix comment style
|
16 years ago |
Davide Libenzi
|
27de22d03d
lguest: remove unnecessary forward struct declaration
|
16 years ago |
Davide Libenzi
|
133890103b
eventfd: revised interface and cleanups
|
16 years ago |
Rusty Russell
|
5dac051bc6
lguest: remove obsolete LHREQ_BREAK call
|
16 years ago |
Rusty Russell
|
df60aeef4f
lguest: use eventfds for device notification
|
16 years ago |
Rusty Russell
|
9f155a9b3d
lguest: allow any process to send interrupts
|
16 years ago |
Matias Zabaljauregui
|
acdd0b6292
lguest: PAE support
|
16 years ago |
Matias Zabaljauregui
|
ebe0ba84f5
lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD
|
16 years ago |
Matias Zabaljauregui
|
f086122bb6
lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.
|
16 years ago |
Rusty Russell
|
a32a8813d0
lguest: improve interrupt handling, speed up stream networking
|
16 years ago |
Rusty Russell
|
abd41f037e
lguest: fix race in halt code
|
16 years ago |
Rusty Russell
|
a489f0b555
lguest: fix guest crash on non-linear addresses in gdt pvops
|
16 years ago |
Matias Zabaljauregui
|
df1693abc4
lguest: use bool instead of int
|
16 years ago |
Matias Zabaljauregui
|
58a2456644
lguest: move the initial guest page table creation code to the host
|
17 years ago |
Jeremy Fitzhardinge
|
a15af1c9ea
x86/paravirt: add pte_flags to just get pte flags
|
17 years ago |
Matthew Wilcox
|
d3135846f6
drivers: Remove unnecessary inclusions of asm/semaphore.h
|
17 years ago |
Glauber de Oliveira Costa
|
ca94f2bdd1
lguest: Use explicit includes rateher than indirect
|
17 years ago |
Glauber de Oliveira Costa
|
382ac6b3fb
lguest: get rid of lg variable assignments
|
17 years ago |
Glauber de Oliveira Costa
|
ae3749dcd8
lguest: move changed bitmap to lg_cpu
|
17 years ago |
Glauber de Oliveira Costa
|
f34f8c5fea
lguest: move last_pages to lg_cpu
|
17 years ago |
Glauber de Oliveira Costa
|
1713608f28
lguest: per-vcpu lguest pgdir management
|
17 years ago |