summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [SCSI] scsi_transport_spi: include sysfs.hRandy Dunlap2008-04-271-0/+1
| * | | [SCSI] FlashPoint: fix off-by-one errorsAdrian Bunk2008-04-271-1/+1
| * | | [SCSI] aic7xxx: Update type check in aicasm grammarHannes Reinecke2008-04-272-45/+66
| * | | [SCSI] fix SLUB WARN_ONJames Bottomley2008-04-271-8/+8
| * | | [SCSI] esp_scsi: Make cur_residue and tot_residue signed.David S. Miller2008-04-271-2/+2
| * | | [SCSI] aha152x, eata, u14-34f: minor irq handler cleanupsJeff Garzik2008-04-253-18/+9
| * | | [SCSI] aic79xx: fix MMIO for PPC 44x platformsSergei Shtylyov2008-04-242-15/+16
| * | | [SCSI] aic7xxx: fix MMIO for PPC 44x platformsSergei Shtylyov2008-04-242-10/+10
| * | | [SCSI] aic7xxx, aic79xx: deinline functionsDenys Vlasenko2008-04-2411-1679/+1719
| * | | [SCSI] scsi_transport_sas: fix the lifetime of sas bsg objectsFUJITA Tomonori2008-04-221-2/+20
| * | | [SCSI] bsg: add release callback supportFUJITA Tomonori2008-04-224-20/+41
| * | | [SCSI] rework scsi_target allocationJames Bottomley2008-04-223-39/+63
| * | | [SCSI] use default attributes for scsi_hostHannes Reinecke2008-04-223-61/+25
| * | | [SCSI] scsi_transport_spi: fix the attribute settingsJames Bottomley2008-04-221-24/+8
| * | | [SCSI] sysfs: make group is_valid return a mode_tJames Bottomley2008-04-224-18/+85
| * | | [SCSI] qla2xxx, lfpc: Rename 'state' attribute to 'link_state'Hannes Reinecke2008-04-222-9/+9
| * | | [SCSI] add scsi_host and scsi_target to scsi_busHannes Reinecke2008-04-224-10/+50
| * | | [SCSI] ses: fix up functionality after class_device->device conversionJames Bottomley2008-04-221-29/+71
| * | | [SCSI] st: fix up after class_device removalJames Bottomley2008-04-221-5/+5
* | | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-04-27119-638/+23723
|\ \ \ \
| * | | | KVM: kill file->f_count abuse in kvmAl Viro2008-04-272-7/+6
| * | | | KVM: MMU: kvm_pv_mmu_op should not take mmap_semMarcelo Tosatti2008-04-271-3/+0
| * | | | KVM: SVM: remove selective CR0 commentJoerg Roedel2008-04-271-11/+0
| * | | | KVM: SVM: remove now obsolete FIXME commentJoerg Roedel2008-04-271-7/+0
| * | | | KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel2008-04-271-4/+27
| * | | | KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel2008-04-271-0/+12
| * | | | KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel2008-04-271-0/+1
| * | | | KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel2008-04-271-2/+16
| * | | | KVM: ppc: PowerPC 440 KVM implementationHollis Blanchard2008-04-2719-2/+3159
| * | | | KVM: Add MAINTAINERS entry for PowerPC KVMHollis Blanchard2008-04-271-0/+7
| * | | | KVM: ppc: Add DCR access information to struct kvm_runHollis Blanchard2008-04-271-0/+7
| * | | | ppc: Export tlb_44x_hwater for KVMHollis Blanchard2008-04-271-0/+2
| * | | | KVM: Rename debugfs_dir to kvm_debugfs_dirHollis Blanchard2008-04-273-7/+7
| * | | | KVM: x86 emulator: fix lea to really get the effective addressAvi Kivity2008-04-271-1/+1
| * | | | KVM: x86 emulator: fix smsw and lmsw with a memory operandAvi Kivity2008-04-271-12/+17
| * | | | KVM: x86 emulator: initialize src.val and dst.val for register operandsAvi Kivity2008-04-271-0/+2
| * | | | KVM: SVM: force a new asid when initializing the vmcbAvi Kivity2008-04-271-1/+1
| * | | | KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti2008-04-271-2/+14
| * | | | KVM: add ioctls to save/store mpstateMarcelo Tosatti2008-04-277-5/+86
| * | | | KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity2008-04-276-40/+40
| * | | | KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti2008-04-278-0/+50
| * | | | KVM: SVM: do not intercept task switch with NPTJoerg Roedel2008-04-271-0/+1
| * | | | KVM: Add kvm trace userspace interfaceFeng(Eric) Liu2008-04-275-1/+311
| * | | | KVM: ia64: Stub out kvmtraceAvi Kivity2008-04-271-0/+3
| * | | | KVM: s390: Stub out kvmtraceAvi Kivity2008-04-271-0/+3
| * | | | KVM: Add trace markersFeng (Eric) Liu2008-04-275-2/+147
| * | | | KVM: SVM: add intercept for machine check exceptionJoerg Roedel2008-04-272-1/+17
| * | | | KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel2008-04-271-0/+3
| * | | | KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel2008-04-271-4/+4
| * | | | KVM: Register ioctl rangeAvi Kivity2008-04-271-0/+2