Commit Graph

35622 Commits (34910434a2c5556c3b44f78c1c0347709b59a4da)

Author SHA1 Message Date
FUJITA Tomonori 03e7925d07 [SCSI] aic7xxx: fix warnings with CONFIG_PM disabled 17 years ago
FUJITA Tomonori 67eb63364e [SCSI] aic79xx: fix warnings with CONFIG_PM disabled 17 years ago
David Milburn 969ceffb66 [SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactions 17 years ago
Thomas Bogendoerfer 2adbfa333a [SCSI] sgiwd93: use cached memory access to make driver work on IP28 17 years ago
FUJITA Tomonori 9d058ecfd4 [SCSI] zfcp: fix sense_buffer access bug 17 years ago
FUJITA Tomonori 149d6bafc4 [SCSI] ncr53c8xx: fix sense_buffer access bug 17 years ago
FUJITA Tomonori c1c9ce52c8 [SCSI] aic79xx: fix sense_buffer access bug 17 years ago
FUJITA Tomonori c372f4a82f [SCSI] hptiop: fix sense_buffer access bug 17 years ago
Nathan Lynch de15c2017c [SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_error 17 years ago
Avi Kivity 0fce5623ba KVM: Move drivers/kvm/* to virt/kvm/ 17 years ago
Avi Kivity edf884172e KVM: Move arch dependent files to new directory arch/x86/kvm/ 17 years ago
Ryan Harper 9584bf2c93 KVM: VMX: Add printk_ratelimit in vmx_intr_assist 17 years ago
Zhang Xiantao 0711456c0d KVM: Portability: Move kvm_vm_stat to x86.h 17 years ago
Zhang Xiantao bfc6d222bd KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch 17 years ago
Zhang Xiantao d7deeeb02c KVM: Portability: move vpic and vioapic to kvm_arch 17 years ago
Zhang Xiantao f05e70ac03 KVM: Portability: Move mmu-related fields to kvm_arch 17 years ago
Zhang Xiantao d69fb81f05 KVM: Portability: Move memslot aliases to new struct kvm_arch 17 years ago
Zhang Xiantao 77b4c255af KVM: Portability: Move kvm_vcpu_stat to x86.h 17 years ago
Zhang Xiantao d17fbbf738 KVM: Portability: Expand the KVM_VCPU_COMM in kvm_vcpu structure. 17 years ago
Zhang Xiantao d657a98e3c KVM: Portability: Move kvm_vcpu definition back to kvm.h 17 years ago
Zhang Xiantao 1d737c8a68 KVM: Portability: Split mmu-related static inline functions to mmu.h 17 years ago
Zhang Xiantao ad312c7c79 KVM: Portability: Introduce kvm_vcpu_arch 17 years ago
Zhang Xiantao 682c59a3f3 KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific code 17 years ago
Marcelo Tosatti 2bacc55c7c KVM: MMU: emulated cmpxchg8b should be atomic on i386 17 years ago
Joerg Roedel 62b9abaaf8 KVM: SVM: support writing 0 to K8 performance counter control registers 17 years ago
Joerg Roedel 722f6ecbcf KVM: LAPIC: minor debugging compile fix 17 years ago
Marcelo Tosatti 7819026eef KVM: MMU: Fix SMP shadow instantiation race 17 years ago
Joerg Roedel 1d07543414 KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apic 17 years ago
Avi Kivity e833240f3c KVM: MMU: Use mmu_set_spte() for real-mode shadows 17 years ago
Avi Kivity bc750ba860 KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal 17 years ago
Avi Kivity 1c4f1fd6d5 KVM: MMU: Move set_pte() into guest paging mode independent code 17 years ago
Avi Kivity 2fbf4cf13f KVM: MMU: Remove walker argument to set_pte() 17 years ago
Avi Kivity e3f9550422 KVM: MMU: Pass pte dirty flag to set_pte() instead of calculating it on-site 17 years ago
Avi Kivity b4ab019ce7 KVM: MMU: No need to pick up nx bit from guest pte 17 years ago
Avi Kivity 41074d07c7 KVM: MMU: Fix inherited permissions for emulated guest pte updates 17 years ago
Avi Kivity bedbe4ee86 KVM: MMU: Move pte access calculation into a helper function 17 years ago
Avi Kivity 8d87a03aea KVM: MMU: Set nx bit correctly on shadow ptes 17 years ago
Avi Kivity fe135d2ceb KVM: MMU: Simplify calculation of pte access 17 years ago
Marcelo Tosatti b3e4e63fd9 KVM: MMU: Use cmpxchg for pte updates on walk_addr() 17 years ago
Avi Kivity 80a8119ca3 KVM: SVM: Trap access to the cr8 register 17 years ago
Avi Kivity 6e3d5dfbad KVM: x86 emulator: Fix stack instructions on 64-bit mode 17 years ago
Joerg Roedel 152ff9be2e KVM: SVM: Emulate read/write access to cr8 17 years ago
Avi Kivity e5314067f6 KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernel 17 years ago
Avi Kivity e934c9c1c8 KVM: x86 emulator: fix eflags preparation for emulation 17 years ago
Avi Kivity 7ee5d940f5 KVM: Use generalized exception queue for injecting #UD 17 years ago
Avi Kivity c1a5d4f990 KVM: Replace #GP injection by the generalized exception queue 17 years ago
Avi Kivity c3c91fee51 KVM: Replace page fault injection by the generalized exception queue 17 years ago
Avi Kivity 298101da2f KVM: Generalize exception injection mechanism 17 years ago
Marcelo Tosatti 4bf8ed8dd2 KVM: MMU: Remove unused prev_shadow_ent variable from fetch() 17 years ago
npiggin@suse.de e4a533a416 KVM: Convert KVM from ->nopage() to ->fault() 17 years ago