Commit Graph

135 Commits (cb3c82992f62f838e6476a0bff12909158007fc6)

Author SHA1 Message Date
Rusty Russell 6db6a5f3ae lguest: fix for CONFIG_SPARSE_IRQ=y 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
Ingo Molnar 15e551d25e x86, VisWS: turn into generic arch, eliminate Kconfig specials 17 years ago
Jens Axboe 15c8b6c1aa on_each_cpu(): kill unused 'retry' parameter 17 years ago
Suresh Siddha 54481cf88b x86: fix NULL pointer deref in __switch_to 17 years ago
Rusty Russell b769f57908 virtio: set device index in common code. 17 years ago
Rusty Russell e27810f113 lguest: use ioremap_cache, not ioremap 17 years ago
Jeremy Fitzhardinge a15af1c9ea x86/paravirt: add pte_flags to just get pte flags 17 years ago
Rusty Russell a007a751d9 lguest: make Launcher see device status updates 17 years ago
Rusty Russell 9f3f746741 lguest: remove bogus NULL cpu check 17 years ago
Rusty Russell 24adf12722 lguest: avoid using NR_CPUS as a bounds check. 17 years ago
Rusty Russell c45a6816c1 virtio: explicit advertisement of driver features 17 years ago
Matthew Wilcox d3135846f6 drivers: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
Al Viro 74dbf719ed misc __user misannotations (pointless casts to long) 17 years ago
Rusty Russell a6bd8e1303 lguest: comment documentation update. 17 years ago
Tim Ansell b488f22d70 lguest: Add puppies which where previously missing. 17 years ago
Rusty Russell 4357bd9453 lguest: Revert 1ce70c4fac, fix real problem. 17 years ago
Rusty Russell f14ae652ba lguest: fix __get_vm_area usage. 17 years ago
Eugene Teo f73d1e6ca6 lguest: make sure cpu is initialized before accessing it 17 years ago
Ahmed S. Darwish 31f4b46ec6 lguest: accept guest _PAGE_PWT page table entries 17 years ago
Alexey Dobriyan 25478445c4 Fix container_of() usage 17 years ago
Rusty Russell 6e5aa7efb2 virtio: reset function 17 years ago
Rusty Russell 18445c4d50 virtio: explicit enable_cb/disable_cb rather than callback return. 17 years ago
Rusty Russell a586d4f601 virtio: simplify config mechanism. 17 years ago
Rusty Russell e95035c61a lguest: fix mis-merge against hpa's TSS renaming 17 years ago
H. Peter Anvin faca62273b x86: use generic register name in the thread and tss structures 17 years ago
Glauber de Oliveira Costa 84f12e39c8 lguest: use __PAGE_KERNEL instead of _PAGE_KERNEL 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 934faab464 lguest: change gpte_addr header 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 c40a9f4719 lguest: change last_guest to last_cpu 17 years ago
Glauber de Oliveira Costa 2092aa277b lguest: change spte_addr header 17 years ago
Glauber de Oliveira Costa 1713608f28 lguest: per-vcpu lguest pgdir management 17 years ago
Glauber de Oliveira Costa 5e232f4f42 lguest: make pending notifications per-vcpu 17 years ago