Commit Graph

191 Commits (8504a3cb5cbc43dbbec457105d9cead3fc20cd85)

Author SHA1 Message Date
Paul Gortmaker 39a0e33da0 lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL 13 years ago
Michal Hocko 0acf00014b lguest: move process freezing before pending signals check 13 years ago
Rusty Russell b56e3215d4 lguest: Allow running under paravirt-enabled KVM. 13 years ago
Rusty Russell 996ba96a97 lguest: Fix in/out emulation 14 years ago
Rusty Russell 9f54288def lguest: update comments 14 years ago
Rusty Russell 3c3ed482dc lguest: Simplify device initialization. 14 years ago
Rusty Russell 6d7a5d1ea3 lguest: don't rewrite vmcall instructions 14 years ago
Rusty Russell 5dea1c88ed lguest: use a special 1:1 linear pagetable mode until first switch. 14 years ago
Rob Landley 6151658751 Correct occurrences of 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Rusty Russell ced05dd741 lguest: compile fixes 14 years ago
Christoph Lameter c9f2954964 lguest: Use this_cpu_ops 14 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Rusty Russell 091ebf07a2 lguest: stop using KVM hypercall mechanism 15 years ago
Rusty Russell 5094aeafbb lguest: workaround cmpxchg8b_emu by ignoring cli in the guest. 15 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 3e27249c84 lguest: fix bug in setting guest GDT entry 15 years ago
Tejun Heo 390dfd95c5 percpu: make misc percpu symbols unique 15 years ago
Alexey Dobriyan d43c36dc6b headers: remove sched.h from interrupt.h 16 years ago
Alexey Dobriyan 828c09509b const: constify remaining file_operations 16 years ago
Xiao Guangrong 6c189d8312 lguest: cleanup for map_switcher() 16 years ago
Rusty Russell fb100d78c0 lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET 16 years ago
Rusty Russell 4c1ea3dd71 lguest: use set_pte/set_pmd uniformly for real page table entries 16 years ago
Anand Gadiyar fd589a8f0a trivial: fix typo "to to" in multiple files 16 years ago
Rusty Russell 1842f23c05 lguest and virtio: cleanup struct definitions to Linux style. 16 years ago
Rusty Russell a91d74a3c4 lguest: update commentry 16 years ago
Rusty Russell 2e04ef7691 lguest: fix comment style 16 years ago
Dan Carpenter f294526279 lguest: dereferencing freed mem in add_eventfd() 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
Rusty Russell 92b4d8df84 lguest: PAE fixes 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 90603d15fa lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activated 16 years ago
Matias Zabaljauregui ed1dc77810 lguest: map switcher with executable page table entries 16 years ago
Matias Zabaljauregui f086122bb6 lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition. 16 years ago
Roel Kluin 81b79b01d0 lguest: beyond ARRAY_SIZE of cpu->arch.gdt 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 a6c372de6e lguest: fix lguest wake on guest clock tick, or fd activity 16 years ago
Michael S. Tsirkin d2a7ddda9f virtio: find_vqs/del_vqs virtio operations 16 years ago
Rusty Russell 9499f5e7ed virtio: add names to virtqueue struct, mapping from devices to queues. 16 years ago
Rusty Russell 564346224d lguest: fix on Intel when KVM loaded (unhandled trap 13) 16 years ago
Rusty Russell a489f0b555 lguest: fix guest crash on non-linear addresses in gdt pvops 16 years ago
Matias Zabaljauregui 88df781afb lguest: fix crash on vmlinux images 16 years ago
Matias Zabaljauregui df1693abc4 lguest: use bool instead of int 16 years ago
Matias Zabaljauregui 4cd8b5e2a1 lguest: use KVM hypercalls 16 years ago