Commit Graph

125 Commits (fea6f1833b5bbff7066bcde1fa1141c9717bbad2)

Author SHA1 Message Date
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
Glauber de Oliveira Costa 4665ac8e28 lguest: makes special fields be per-vcpu 17 years ago
Glauber de Oliveira Costa 66686c2ab0 lguest: per-vcpu lguest task management 17 years ago
Glauber de Oliveira Costa fc708b3e40 lguest: replace lguest_arch with lg_cpu_arch. 17 years ago
Glauber de Oliveira Costa a53a35a8b4 lguest: make registers per-vcpu 17 years ago
Glauber de Oliveira Costa a3863f68b0 lguest: make emulate_insn receive a vcpu struct. 17 years ago
Glauber de Oliveira Costa 0c78441cf4 lguest: map_switcher_in_guest() per-vcpu 17 years ago
Glauber de Oliveira Costa 177e449dc5 lguest: per-vcpu interrupt processing. 17 years ago
Glauber de Oliveira Costa ad8d8f3bc6 lguest: per-vcpu lguest timers 17 years ago
Glauber de Oliveira Costa 73044f05a4 lguest: make hypercalls use the vcpu struct 17 years ago