summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [SCSI] fix shared tag map tag allocationMike Christie2008-07-261-0/+15
| * | [SCSI] stex: fix queue depth settingMike Christie2008-07-261-1/+1
| * | [SCSI] qla4xxx: fix queue depth settingMike Christie2008-07-261-1/+3
| * | [SCSI] fix shared tag map setupMike Christie2008-07-261-5/+14
| * | [SCSI] st: Remove bogus memsetKai Makisara2008-07-261-6/+2
| * | [SCSI] st: Move buffer pointer back when data could not be written.Kai Makisara2008-07-261-1/+2
| * | [SCSI] qla2xxx: Update version number to 8.02.01-k5.Andrew Vasquez2008-07-261-1/+1
| * | [SCSI] qla2xxx: Don't hardcode fw_transfer_size for ISP2[45]xx parts.Andrew Vasquez2008-07-261-1/+1
| * | [SCSI] qla2xxx: Verify the RISC is not in ROM code if firmware-load is disabled.Andrew Vasquez2008-07-262-0/+9
| * | [SCSI] qla2xxx: Correct overflow during dump-processing on large-memory ISP23...Andrew Vasquez2008-07-261-1/+1
| * | [SCSI] qla2xxx: Skip FDMI registration on ISP21xx/22xx parts.Andrew Vasquez2008-07-261-0/+6
| * | [SCSI] qla2xxx: Correct rport/fcport visibility-state handling during loop-re...Seokmann Ju2008-07-263-4/+8
| * | [SCSI] qla2xxx: Correct vport management of MBA_PORT_UPDATE.Seokmann Ju2008-07-261-4/+0
| * | [SCSI] qla2xxx: Correct fcport state-management during loss.Seokmann Ju2008-07-262-11/+3
| * | [SCSI] qla2xxx: Always aquire the parent's hardware_lock.Seokmann Ju2008-07-263-15/+20
| * | [SCSI] qla2xxx: Swap enablement order of EFT and FCE.Andrew Vasquez2008-07-261-40/+40
| * | [SCSI] qla2xxx: Retrieve board serial-number and description from VPD.Joe Carnuccio2008-07-265-5/+60
| * | [SCSI] qla2xxx: Allow the user the option of disabling iIDMA.Andrew Vasquez2008-07-263-1/+10
| * | [SCSI] qla2xxx: Cleanup NPIV related functionsSeokmann Ju2008-07-265-23/+4
| * | [SCSI] qla2xxx: Add LIP count to FC-transport statistics.Harish Zunjarrao2008-07-262-1/+3
| * | [SCSI] qla2xxx: Track total number of ISP aborts.Harish Zunjarrao2008-07-263-0/+19
| * | [SCSI] qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.Andrew Vasquez2008-07-262-19/+3
| * | [SCSI] qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support.Seokmann Ju2008-07-265-25/+78
| * | [SCSI] qla2xxx: Correct locking during NVRAM manipulation.Andrew Vasquez2008-07-261-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2008-07-278-32/+81
|\ \ \
| * | | avr32: some mmc/sd cleanupsDavid Brownell2008-07-273-15/+33
| * | | Merge commit 'upstream/master'Haavard Skinnemoen2008-07-274883-189548/+322821
| |\ \ \
| * | | | include/video/atmel_lcdc.h must #include <linux/workqueue.h>Adrian Bunk2008-07-261-0/+1
| * | | | avr32: allow system timer to share interrupt to make OProfile workVoss, Nikolaus2008-07-251-1/+5
| * | | | drivers/misc/atmel-ssc.c: Removed duplicated includeHuang Weiyi2008-07-241-1/+0
| * | | | avr32: Add platform data for AC97C platform deviceHans-Christian Egtvedt2008-07-242-8/+36
| * | | | avr32: clean up mci platform codeBen Nizette2008-07-182-7/+7
| * | | | fix avr32 build errorsAdrian Bunk2008-07-172-2/+2
* | | | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-2716-138/+143
|\ \ \ \ \
| * | | | | KVM: ppc: fix invalidation of large guest pagesHollis Blanchard2008-07-273-4/+6
| * | | | | KVM: s390: Fix possible host kernel bug on lctl(g) handlingChristian Borntraeger2008-07-271-0/+6
| * | | | | KVM: s390: Fix instruction naming for lctlgChristian Borntraeger2008-07-273-6/+6
| * | | | | KVM: s390: Fix program check on interrupt delivery handlingChristian Borntraeger2008-07-271-14/+7
| * | | | | KVM: s390: Change guestaddr type in gaccessMartin Schwidefsky2008-07-273-32/+37
| * | | | | KVM: s390: Fix guest kconfigChristian Borntraeger2008-07-271-1/+1
| * | | | | KVM: s390: Advertise KVM_CAP_USER_MEMORYCarsten Otte2008-07-271-1/+6
| * | | | | KVM: ia64: Fix irq disabling leak in error handling codeJulia Lawall2008-07-271-2/+3
| * | | | | KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang2008-07-271-10/+10
| * | | | | KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang2008-07-271-1/+1
| * | | | | KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti2008-07-271-0/+4
| * | | | | KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity2008-07-273-1/+9
| * | | | | KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti2008-07-271-63/+30
| * | | | | KVM: task switch: segment base is linear addressMarcelo Tosatti2008-07-271-3/+9
| * | | | | KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel2008-07-273-1/+9
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2008-07-2718-323/+574
|\ \ \ \ \
OpenPOWER on IntegriCloud