2007-10-23 |
Rusty Russell | lguest.txt update Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-23 |
Rusty Russell | Lguest currently depends on 32-bit x86, not just x86. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-23 |
Rusty Russell | Remove binfmts.h include from lg.h Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-23 |
Rusty Russell | Make asm-x86/bootparam.h includable from userspace. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-23 |
Rusty Russell | Consolidate host virtualization support under Virtualization... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-23 |
Rusty Russell | Normalize config options for guest support Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-22 |
Rusty Russell | i386: paravirt boot sequence Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-22 |
Rusty Russell | add WEAK() for creating weak asm labels Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-22 |
Rusty Russell | update boot spec to 2.07 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-19 |
Rusty Russell | i386: introduce "used_vectors" bitmap which can be... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-17 |
Rusty Russell | HVC console is also used by iSeries, so add that to... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-17 |
Rusty Russell | Delay creation of khcvd thread Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-17 |
Rusty Russell | Remove "unsafe" from module struct Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Hoist SVM's get_cs_db_l_bits into core code. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Keep control regs in sync Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Clean up unloved invlpg emulation Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Remove the unused invlpg member of struct kvm_arch_ops. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Add and use pr_unimpl for standard formatting... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Remove unneeded kvm_dev_open and kvm_dev_release... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Remove stat_set from debugfs Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Remove redundant alloc_vmcs_cpu declaration Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: SVM: Make set_msr_interception more reliable Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Cleanup mark_page_dirty Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Don't assign vcpu->cr3 if it's invalid: check... sSigned-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Use alignment properties of vcpu to simplify FPU ops Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Use kmem cache for allocating vcpus Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: SVM: internal function name cleanup Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: SVM: de-containization Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Remove three magic numbers Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: VMX: pass vcpu_vmx internally Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: fx_init() needs preemption disabled while it plays... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Dynamically allocate vcpus Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: load_pdptrs() cleanups Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Return if the pdptrs are invalid when the guest... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Use standard CR8 flags, and fix TPR definition Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Trivial: Use standard BITMAP macros, open-code... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Use standard CR4 flags, tighten checking Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Use standard CR3 flags, tighten checking Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Trivial: Use standard CR0 flags macros from asm... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Trivial: Avoid hardware_disable predeclaration Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Trivial: Comment spelling may escape grep Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Trivial: Make decode_register() static Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Trivial: Remove unused struct cpu_user_regs declaration Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-10-13 |
Rusty Russell | KVM: Trivial: /dev/kvm interface is no longer experimental. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-09-25 |
Rusty Russell | fix modules oopsing in lguest guests Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-09-12 |
Rusty Russell | lguest: Fix guest crash when CONFIG_X86_USE_3DNOW=y Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-08-30 |
Rusty Russell | Fix lguest page-pinning logic ("lguest: bad stack page... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-08-18 |
Rusty Russell | Enable partitions for lguest block device Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-08-09 |
Rusty Russell | lguest: Fix Malicious Guest GDT Host Crash Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-08-09 |
Rusty Russell | Fix non-TSC guest clocksource lockup Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-08-07 |
Rusty Russell | Enable lguest drivers in Kconfig Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-30 |
Rusty Russell | Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=n Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-29 |
Rusty Russell | Provide timespec to guests rather than jiffies clock. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-29 |
Rusty Russell | Fix lguest bzImage loading with CONFIG_RELOCATABLE=y Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-26 |
Rusty Russell | lguest: documentation VII: FIXMEs Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-26 |
Rusty Russell | lguest: documentation VI: Switcher Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-26 |
Rusty Russell | lguest: documentation V: Host Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-26 |
Rusty Russell | lguest: documentation IV: Launcher Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-26 |
Rusty Russell | lguest: documentation III: Drivers Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-26 |
Rusty Russell | lguest: documentation II: Guest Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-26 |
Rusty Russell | lguest: documentation I: Preparation Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-25 |
Rusty Russell | KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-24 |
Rusty Russell | link lguest example launcher non-static Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-20 |
Rusty Russell | lguest: override sched_clock Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-20 |
Rusty Russell | lguest: trivial: We now have asm/processor-flags.h... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-20 |
Rusty Russell | lguest: fix sense if IF flag on interrupt injection Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-19 |
Rusty Russell | lguest: the documentation, example launcher Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-19 |
Rusty Russell | lguest: the block driver Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-19 |
Rusty Russell | lguest: the net driver Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-19 |
Rusty Russell | lguest: the console driver Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-19 |
Rusty Russell | lguest: the Makefile and Kconfig Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-19 |
Rusty Russell | lguest: the asm offsets Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-19 |
Rusty Russell | lguest: the host code Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-19 |
Rusty Russell | lguest: the guest code Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-19 |
Rusty Russell | lguest: export symbols for lguest as a module Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-19 |
Rusty Russell | readahead: split ondemand readahead interface into... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-17 |
Rusty Russell | mm: clean up and kernelify shrinker registration Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-16 |
Rusty Russell | permit mempool_free(NULL) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-07-16 |
Rusty Russell | modules: remove modlist_lock Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-08 |
Rusty Russell | futex: get_futex_key, get_key_refs and drop_key_refs Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-07 |
Rusty Russell | ARRAY_SIZE: check for type Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-02 |
Rusty Russell | [PATCH] i386: i386 separate hardware-defined TSS from... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-02 |
Rusty Russell | [PATCH] i386: cleanup GDT Access Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-02 |
Rusty Russell | [PATCH] i386: rationalize paravirt wrappers Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-02 |
Rusty Russell | [PATCH] i386: clean up cpu_init() Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-02 |
Rusty Russell | [PATCH] i386: Use per-cpu GDT immediately upon boot Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-02 |
Rusty Russell | [PATCH] i386: Use per-cpu variables for GDT, PDA Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-02 |
Rusty Russell | [PATCH] x86-64: Introduce load_TLS to the "for" loop. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-02 |
Rusty Russell | [PATCH] i386: Initialize esp0 properly all the time Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-05-02 |
Rusty Russell | [PATCH] x86-64: Remove unused set_seg_base Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-04-29 |
Rusty Russell | [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-04-26 |
Rusty Russell | [NET]: Inline net_device_stats Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-02-26 |
Rusty Russell | [PATCH] Make hvc_console.c compile on non-powerpc:... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-02-13 |
Rusty Russell | [PATCH] i386: Remove extern declaration from mm/discontig... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-02-13 |
Rusty Russell | [PATCH] i386: Rename cpu_gdt_descr and remove extern... Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-02-13 |
Rusty Russell | [PATCH] i386: Move mce_disabled to asm/mce.h Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-02-13 |
Rusty Russell | [PATCH] i386: paravirt unhandled fallthrough Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |
2007-02-13 |
Rusty Russell | ACPI: cleanup: make disable_acpi() valid w/o CONFIG_ACPI Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
commit | commitdiff | tree |