Commit Graph

172 Commits (01fc0ac198eabcbf460e1ed058860a935b6c2c9a)

Author SHA1 Message Date
Alexey Dobriyan d43c36dc6b headers: remove sched.h from interrupt.h 15 years ago
Alexey Dobriyan 828c09509b const: constify remaining file_operations 15 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
Rusty Russell 6afbdd059c lguest: fix spurious BUG_ON() on invalid guest stack. 16 years ago
Rusty Russell 6db6a5f3ae lguest: fix for CONFIG_SPARSE_IRQ=y 16 years ago
Ingo Molnar 965c7ecaf2 x86: remove the Voyager 32-bit subarch 16 years ago
Mark Wallis 05dfdbbd67 lguest: Fix a memory leak with the lg object during launcher close 16 years ago
Atsushi SAKAI 72410af921 lguest: typos fix 16 years ago
Mark McLoughlin ff8561c4ad lguest: do not statically allocate root device 16 years ago
Mark McLoughlin bda53cd510 lguest: struct device - replace bus_id with dev_name() 16 years ago
Matias Zabaljauregui 58a2456644 lguest: move the initial guest page table creation code to the host 16 years ago
Rusty Russell 87c7d57c17 virtio: hand virtio ring alignment as argument to vring_new_virtqueue 16 years ago
Rusty Russell 2966af73e7 virtio: use LGUEST_VRING_ALIGN instead of relying on pagesize 16 years ago
Yinghai Lu b77b881f21 x86: fix lguest used_vectors breakage, -v2 16 years ago
Rusty Russell 1dc3e3bcbf lguest: update commentry 17 years ago
Rusty Russell 71a3f4edc1 lguest: use get_user_pages_fast() instead of get_user_pages() 17 years ago
Andrew Morton cf485e566b lguest: use cpu capability accessors 17 years ago
Johannes Weiner 0a707210aa lguest: fix switcher_page leak on unload 17 years ago
Rusty Russell 0c12091d82 lguest: Guest int3 fix 17 years ago
Rusty Russell e34f872567 virtio: Add transport feature handling stub for virtio_ring. 17 years ago
Rusty Russell c624896e48 virtio: Rename set_features to finalize_features 17 years ago