summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-01-31docbook: fix drivers/base/class warningRandy Dunlap
2008-01-30[SCSI] Revert "[SCSI] aacraid: fib context lock for management ioctls"James Bottomley
2008-01-30[SCSI] handle scsi_init_queue failure properlyFUJITA Tomonori
2008-01-30[SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queueFUJITA Tomonori
2008-01-30[SCSI] scsi_debug: add XDWRITEREAD_10 supportFUJITA Tomonori
2008-01-30[SCSI] scsi_debug: add bidi data transfer supportFUJITA Tomonori
2008-01-30[SCSI] scsi_debug: add get_data_transfer_info helper functionFUJITA Tomonori
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley
2008-01-30[SCSI] bidirectional: fix up for the new blk_end_request codeKiyoshi Ueda
2008-01-30[SCSI] bidirectional command supportBoaz Harrosh
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh
2008-01-30[SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh
2008-01-30[SCSI] aic7xxx: fix warnings with CONFIG_PM disabledFUJITA Tomonori
2008-01-30[SCSI] aic79xx: fix warnings with CONFIG_PM disabledFUJITA Tomonori
2008-01-30[SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactionsDavid Milburn
2008-01-30[SCSI] sgiwd93: use cached memory access to make driver work on IP28Thomas Bogendoerfer
2008-01-30[SCSI] zfcp: fix sense_buffer access bugFUJITA Tomonori
2008-01-30[SCSI] ncr53c8xx: fix sense_buffer access bugFUJITA Tomonori
2008-01-30[SCSI] aic79xx: fix sense_buffer access bugFUJITA Tomonori
2008-01-30[SCSI] hptiop: fix sense_buffer access bugFUJITA Tomonori
2008-01-30[SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_errorNathan Lynch
2008-01-30KVM: Move drivers/kvm/* to virt/kvm/Avi Kivity
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity
2008-01-30KVM: VMX: Add printk_ratelimit in vmx_intr_assistRyan Harper
2008-01-30KVM: Portability: Move kvm_vm_stat to x86.hZhang Xiantao
2008-01-30KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_archZhang Xiantao
2008-01-30KVM: Portability: move vpic and vioapic to kvm_archZhang Xiantao
2008-01-30KVM: Portability: Move mmu-related fields to kvm_archZhang Xiantao
2008-01-30KVM: Portability: Move memslot aliases to new struct kvm_archZhang Xiantao
2008-01-30KVM: Portability: Move kvm_vcpu_stat to x86.hZhang Xiantao
2008-01-30KVM: Portability: Expand the KVM_VCPU_COMM in kvm_vcpu structure.Zhang Xiantao
2008-01-30KVM: Portability: Move kvm_vcpu definition back to kvm.hZhang Xiantao
2008-01-30KVM: Portability: Split mmu-related static inline functions to mmu.hZhang Xiantao
2008-01-30KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao
2008-01-30KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific codeZhang Xiantao
2008-01-30KVM: MMU: emulated cmpxchg8b should be atomic on i386Marcelo Tosatti
2008-01-30KVM: SVM: support writing 0 to K8 performance counter control registersJoerg Roedel
2008-01-30KVM: LAPIC: minor debugging compile fixJoerg Roedel
2008-01-30KVM: MMU: Fix SMP shadow instantiation raceMarcelo Tosatti
2008-01-30KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apicJoerg Roedel
2008-01-30KVM: MMU: Use mmu_set_spte() for real-mode shadowsAvi Kivity
2008-01-30KVM: MMU: Adjust mmu_set_spte() debug code for gpte removalAvi Kivity
2008-01-30KVM: MMU: Move set_pte() into guest paging mode independent codeAvi Kivity
2008-01-30KVM: MMU: Remove walker argument to set_pte()Avi Kivity
2008-01-30KVM: MMU: Pass pte dirty flag to set_pte() instead of calculating it on-siteAvi Kivity
2008-01-30KVM: MMU: No need to pick up nx bit from guest pteAvi Kivity