summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'queue' into nextAvi Kivity2012-07-2620-115/+277
|\
| * KVM: Choose better candidate for directed yieldRaghavendra K T2012-07-232-0/+47
| * KVM: Note down when cpu relax intercepted or pause loop exitedRaghavendra K T2012-07-232-0/+39
| * KVM: Add config to support ple or cpu relax optimzationRaghavendra K T2012-07-233-0/+5
| * KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin2012-07-202-3/+3
| * KVM: x86: Fix typos in pmu.cGuo Chao2012-07-201-1/+1
| * KVM: x86: Fix typos in lapic.cGuo Chao2012-07-201-2/+2
| * KVM: x86: Fix typos in cpuid.cGuo Chao2012-07-201-1/+1
| * KVM: x86: Fix typos in emulate.cGuo Chao2012-07-201-5/+5
| * KVM: x86: Fix typos in x86.cGuo Chao2012-07-201-7/+7
| * KVM: SVM: Fix typosGuo Chao2012-07-201-2/+2
| * KVM: VMX: Fix typosGuo Chao2012-07-201-3/+3
| * KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong2012-07-195-18/+16
| * KVM: remove is_error_hpaXiao Guangrong2012-07-191-4/+0
| * KVM: make bad_pfn static to kvm_main.cXiao Guangrong2012-07-192-4/+3
| * KVM: using get_fault_pfn to get the fault pfnXiao Guangrong2012-07-193-17/+7
| * KVM: MMU: track the refcount when unmap the pageXiao Guangrong2012-07-191-0/+8
| * KVM: x86: remove unnecessary mark_page_dirtyXiao Guangrong2012-07-191-1/+0
| * KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()Takuya Yoshikawa2012-07-181-10/+18
| * KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()Takuya Yoshikawa2012-07-181-13/+10
| * KVM: MMU: Add memslot parameter to hva handlersTakuya Yoshikawa2012-07-181-7/+9
| * KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa2012-07-183-4/+15
| * KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa2012-07-185-2/+16
| * KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa2012-07-182-18/+60
| * KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa2012-07-183-5/+12
| * KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()Takuya Yoshikawa2012-07-181-6/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-07-24114-1018/+2509
|\ \
| * | [SCSI] Revert "[SCSI] fix async probe regression"Dan Williams2012-07-201-5/+2
| * | [SCSI] cleanup usages of scsi_complete_async_scansDan Williams2012-07-203-25/+0
| * | [SCSI] queue async scan work to an async_schedule domainDan Williams2012-07-201-6/+6
| * | [SCSI] async: make async_synchronize_full() flush all work regardless of domainDan Williams2012-07-203-2/+43
| * | [SCSI] async: introduce 'async_domain' typeDan Williams2012-07-207-27/+55
| * | [SCSI] bfa: Fix to set correct return error codes and misc cleanup.Krishna Gudipati2012-07-202-4/+5
| * | [SCSI] aacraid: Series 7 Async. (performance) mode supportMahesh Rajashekhara2012-07-208-125/+357
| * | [SCSI] aha152x: Allow use on 64bit systemsAlan Cox2012-07-201-1/+1
| * | [SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN sca...Nicholas Bellinger2012-07-203-4/+17
| * | [SCSI] bfa: squelch lockdep complaint with a spin_lock_initKyle McMartin2012-07-201-0/+2
| * | [SCSI] qla2xxx: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason2012-07-203-6/+6
| * | [SCSI] qla4xxx: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2012-07-201-1/+1
| * | [SCSI] ufs: fix incorrect return value about SUCCESS and FAILEDNamjae Jeon2012-07-201-4/+6
| * | [SCSI] ufs: reverse the ufshcd_is_device_present logicVenkatraman S2012-07-201-3/+3
| * | [SCSI] ufs: use module_pci_driverVenkatraman S2012-07-201-18/+1
| * | [SCSI] usb-storage: update usb devices for write cache quirk in quirk list.Namjae Jeon2012-07-201-0/+12
| * | [SCSI] usb-storage: add support for write cache quirkNamjae Jeon2012-07-204-2/+14
| * | [SCSI] set to WCE if usb cache quirk is present.Namjae Jeon2012-07-202-2/+8
| * | [SCSI] virtio-scsi: hotplug support for virtio-scsiCong Meng2012-07-202-1/+132
| * | [SCSI] virtio-scsi: split scatterlist per targetPaolo Bonzini2012-07-201-47/+94
| * | [SCSI] virtio-scsi: release sg_lock after add_bufPaolo Bonzini2012-07-201-2/+2
| * | [SCSI] virtio-scsi: split locking per vqPaolo Bonzini2012-07-201-25/+52
| * | [SCSI] virtio-scsi: unlock during kickPaolo Bonzini2012-07-201-1/+3