aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1384-87900/+169659
2008-01-31Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xxPaul Mackerras6-91/+17
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-1/+1
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds9-445/+513
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-24/+49
2008-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds21-15514/+0
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds61-369/+424
2008-01-31docbook: fix drivers/base/class warningRandy Dunlap1-1/+1
2008-01-30[SCSI] Revert "[SCSI] aacraid: fib context lock for management ioctls"James Bottomley1-17/+12
2008-01-30[SCSI] handle scsi_init_queue failure properlyFUJITA Tomonori1-1/+17
2008-01-30[SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queueFUJITA Tomonori1-0/+1
2008-01-30[SCSI] scsi_debug: add XDWRITEREAD_10 supportFUJITA Tomonori1-0/+70
2008-01-30[SCSI] scsi_debug: add bidi data transfer supportFUJITA Tomonori1-11/+10
2008-01-30[SCSI] scsi_debug: add get_data_transfer_info helper functionFUJITA Tomonori1-45/+38
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley40-97/+18
2008-01-30[SCSI] bidirectional: fix up for the new blk_end_request codeKiyoshi Ueda1-2/+10
2008-01-30[SCSI] bidirectional command supportBoaz Harrosh2-15/+94
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh7-78/+58
2008-01-30[SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh2-34/+14
2008-01-30[SCSI] aic7xxx: fix warnings with CONFIG_PM disabledFUJITA Tomonori4-22/+20
2008-01-30[SCSI] aic79xx: fix warnings with CONFIG_PM disabledFUJITA Tomonori4-22/+20
2008-01-30[SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactionsDavid Milburn1-3/+6
2008-01-30[SCSI] sgiwd93: use cached memory access to make driver work on IP28Thomas Bogendoerfer2-26/+40
2008-01-30[SCSI] zfcp: fix sense_buffer access bugFUJITA Tomonori1-2/+2
2008-01-30[SCSI] ncr53c8xx: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-30[SCSI] aic79xx: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-30[SCSI] hptiop: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-30[SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_errorNathan Lynch1-1/+1
2008-01-30KVM: Move drivers/kvm/* to virt/kvm/Avi Kivity2-1456/+0
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity26-15929/+2
2008-01-30KVM: VMX: Add printk_ratelimit in vmx_intr_assistRyan Harper1-1/+2
2008-01-30KVM: Portability: Move kvm_vm_stat to x86.hZhang Xiantao2-10/+10
2008-01-30KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_archZhang Xiantao4-11/+12
2008-01-30KVM: Portability: move vpic and vioapic to kvm_archZhang Xiantao5-13/+13
2008-01-30KVM: Portability: Move mmu-related fields to kvm_archZhang Xiantao5-41/+44
2008-01-30KVM: Portability: Move memslot aliases to new struct kvm_archZhang Xiantao3-14/+19
2008-01-30KVM: Portability: Move kvm_vcpu_stat to x86.hZhang Xiantao2-22/+21
2008-01-30KVM: Portability: Expand the KVM_VCPU_COMM in kvm_vcpu structure.Zhang Xiantao1-31/+22
2008-01-30KVM: Portability: Move kvm_vcpu definition back to kvm.hZhang Xiantao4-113/+117
2008-01-30KVM: Portability: Split mmu-related static inline functions to mmu.hZhang Xiantao7-44/+55
2008-01-30KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao10-581/+586
2008-01-30KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific codeZhang Xiantao3-18/+19
2008-01-30KVM: MMU: emulated cmpxchg8b should be atomic on i386Marcelo Tosatti1-0/+26
2008-01-30KVM: SVM: support writing 0 to K8 performance counter control registersJoerg Roedel1-0/+13
2008-01-30KVM: LAPIC: minor debugging compile fixJoerg Roedel1-1/+1
2008-01-30KVM: MMU: Fix SMP shadow instantiation raceMarcelo Tosatti2-12/+29
2008-01-30KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apicJoerg Roedel1-1/+10
2008-01-30KVM: MMU: Use mmu_set_spte() for real-mode shadowsAvi Kivity1-31/+10
2008-01-30KVM: MMU: Adjust mmu_set_spte() debug code for gpte removalAvi Kivity1-2/+2
2008-01-30KVM: MMU: Move set_pte() into guest paging mode independent codeAvi Kivity2-88/+88