| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [SCSI] aha152x, eata, u14-34f: minor irq handler cleanups | Jeff Garzik | 2008-04-25 | 3 | -18/+9 |
| * | [SCSI] aic79xx: fix MMIO for PPC 44x platforms | Sergei Shtylyov | 2008-04-24 | 2 | -15/+16 |
| * | [SCSI] aic7xxx: fix MMIO for PPC 44x platforms | Sergei Shtylyov | 2008-04-24 | 2 | -10/+10 |
| * | [SCSI] aic7xxx, aic79xx: deinline functions | Denys Vlasenko | 2008-04-24 | 11 | -1679/+1719 |
| * | [SCSI] scsi_transport_sas: fix the lifetime of sas bsg objects | FUJITA Tomonori | 2008-04-22 | 1 | -2/+20 |
| * | [SCSI] bsg: add release callback support | FUJITA Tomonori | 2008-04-22 | 4 | -20/+41 |
| * | [SCSI] rework scsi_target allocation | James Bottomley | 2008-04-22 | 3 | -39/+63 |
| * | [SCSI] use default attributes for scsi_host | Hannes Reinecke | 2008-04-22 | 3 | -61/+25 |
| * | [SCSI] scsi_transport_spi: fix the attribute settings | James Bottomley | 2008-04-22 | 1 | -24/+8 |
| * | [SCSI] sysfs: make group is_valid return a mode_t | James Bottomley | 2008-04-22 | 4 | -18/+85 |
| * | [SCSI] qla2xxx, lfpc: Rename 'state' attribute to 'link_state' | Hannes Reinecke | 2008-04-22 | 2 | -9/+9 |
| * | [SCSI] add scsi_host and scsi_target to scsi_bus | Hannes Reinecke | 2008-04-22 | 4 | -10/+50 |
| * | [SCSI] ses: fix up functionality after class_device->device conversion | James Bottomley | 2008-04-22 | 1 | -29/+71 |
| * | [SCSI] st: fix up after class_device removal | James Bottomley | 2008-04-22 | 1 | -5/+5 |
* | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-04-27 | 119 | -638/+23723 |
|\ \ |
|
| * | | KVM: kill file->f_count abuse in kvm | Al Viro | 2008-04-27 | 2 | -7/+6 |
| * | | KVM: MMU: kvm_pv_mmu_op should not take mmap_sem | Marcelo Tosatti | 2008-04-27 | 1 | -3/+0 |
| * | | KVM: SVM: remove selective CR0 comment | Joerg Roedel | 2008-04-27 | 1 | -11/+0 |
| * | | KVM: SVM: remove now obsolete FIXME comment | Joerg Roedel | 2008-04-27 | 1 | -7/+0 |
| * | | KVM: SVM: disable CR8 intercept when tpr is not masking interrupts | Joerg Roedel | 2008-04-27 | 1 | -4/+27 |
| * | | KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabled | Joerg Roedel | 2008-04-27 | 1 | -0/+12 |
| * | | KVM: export kvm_lapic_set_tpr() to modules | Joerg Roedel | 2008-04-27 | 1 | -0/+1 |
| * | | KVM: SVM: sync TPR value to V_TPR field in the VMCB | Joerg Roedel | 2008-04-27 | 1 | -2/+16 |
| * | | KVM: ppc: PowerPC 440 KVM implementation | Hollis Blanchard | 2008-04-27 | 19 | -2/+3159 |
| * | | KVM: Add MAINTAINERS entry for PowerPC KVM | Hollis Blanchard | 2008-04-27 | 1 | -0/+7 |
| * | | KVM: ppc: Add DCR access information to struct kvm_run | Hollis Blanchard | 2008-04-27 | 1 | -0/+7 |
| * | | ppc: Export tlb_44x_hwater for KVM | Hollis Blanchard | 2008-04-27 | 1 | -0/+2 |
| * | | KVM: Rename debugfs_dir to kvm_debugfs_dir | Hollis Blanchard | 2008-04-27 | 3 | -7/+7 |
| * | | KVM: x86 emulator: fix lea to really get the effective address | Avi Kivity | 2008-04-27 | 1 | -1/+1 |
| * | | KVM: x86 emulator: fix smsw and lmsw with a memory operand | Avi Kivity | 2008-04-27 | 1 | -12/+17 |
| * | | KVM: x86 emulator: initialize src.val and dst.val for register operands | Avi Kivity | 2008-04-27 | 1 | -0/+2 |
| * | | KVM: SVM: force a new asid when initializing the vmcb | Avi Kivity | 2008-04-27 | 1 | -1/+1 |
| * | | KVM: fix kvm_vcpu_kick vs __vcpu_run race | Marcelo Tosatti | 2008-04-27 | 1 | -2/+14 |
| * | | KVM: add ioctls to save/store mpstate | Marcelo Tosatti | 2008-04-27 | 7 | -5/+86 |
| * | | KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* | Avi Kivity | 2008-04-27 | 6 | -40/+40 |
| * | | KVM: hlt emulation should take in-kernel APIC/PIT timers into account | Marcelo Tosatti | 2008-04-27 | 8 | -0/+50 |
| * | | KVM: SVM: do not intercept task switch with NPT | Joerg Roedel | 2008-04-27 | 1 | -0/+1 |
| * | | KVM: Add kvm trace userspace interface | Feng(Eric) Liu | 2008-04-27 | 5 | -1/+311 |
| * | | KVM: ia64: Stub out kvmtrace | Avi Kivity | 2008-04-27 | 1 | -0/+3 |
| * | | KVM: s390: Stub out kvmtrace | Avi Kivity | 2008-04-27 | 1 | -0/+3 |
| * | | KVM: Add trace markers | Feng (Eric) Liu | 2008-04-27 | 5 | -2/+147 |
| * | | KVM: SVM: add intercept for machine check exception | Joerg Roedel | 2008-04-27 | 2 | -1/+17 |
| * | | KVM: SVM: align shadow CR4.MCE with host | Joerg Roedel | 2008-04-27 | 1 | -0/+3 |
| * | | KVM: SVM: indent svm_set_cr4 with tabs instead of spaces | Joerg Roedel | 2008-04-27 | 1 | -4/+4 |
| * | | KVM: Register ioctl range | Avi Kivity | 2008-04-27 | 1 | -0/+2 |
| * | | KVM: MMU: Don't assume struct page for x86 | Anthony Liguori | 2008-04-27 | 6 | -68/+133 |
| * | | KVM: ia64: Add a guide about how to create kvm guests on ia64 | Xiantao Zhang | 2008-04-27 | 1 | -0/+82 |
| * | | KVM: ia64: Enable kvm build for ia64 | Xiantao Zhang | 2008-04-27 | 4 | -0/+111 |
| * | | KVM: ia64: Add kvm sal/pal virtulization support | Xiantao Zhang | 2008-04-27 | 1 | -0/+500 |
| * | | KVM: ia64: Add guest interruption injection support | Xiantao Zhang | 2008-04-27 | 1 | -0/+970 |