summaryrefslogtreecommitdiffstats
path: root/Documentation/basic_profiling.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-16megaraid_sas: Fix reset_mutex leakAdam Radford1-0/+1
2014-09-16megaraid_sas: Remove unused variables in megasas_instanceAdam Radford1-2/+0
2014-09-16megaraid_sas: Add missing initial call to megasas_get_ld_vf_affiliation().Adam Radford1-0/+4
2014-09-16megaraid_sas: Fix LD/VF affiliation parsingAdam Radford2-111/+208
2014-09-16scsi_debug: bump inquiry version to SPC-4, update version descriptorsDouglas Gilbert1-7/+7
2014-09-16scsi_debug: give unit attention and other errors precedence over TSFDouglas Gilbert1-34/+33
2014-09-16scsi_debug: scsi_cmnd->cmnd check and casts unnecessaryDouglas Gilbert1-11/+11
2014-09-16fusion: fix excess parameter kernel-doc warningRandy Dunlap1-1/+0
2014-09-16hpsa: refine the pci enable/disable handlingTomas Henzl1-14/+28
2014-09-16pm8001: Update nvmd response data to request bufferSuresh Thiagarajan2-3/+9
2014-09-16be2iscsi: Bump the driver versionJayamohan Kallickal1-1/+1
2014-09-16be2iscsi: Fix processing CQE before connection resources are freedJayamohan Kallickal3-1/+46
2014-09-16be2iscsi: Fix updating the boot enteries in sysfsJayamohan Kallickal4-2/+62
2014-09-16be2iscsi: Fix the copyright yearJayamohan Kallickal9-9/+9
2014-09-16be2iscsi: Fix the sparse warning introduced in previous submissionJayamohan Kallickal1-7/+7
2014-09-16scsi: fix decimal printf format specifiers prefixed with 0xHans Wennborg3-3/+3
2014-09-16qla2xxx: Remove restriction on starting remote device discovery on port update.Chad Dupuis2-7/+5
2014-09-16qla2xxx: Move mailbox failure messages to a default debug level.Chad Dupuis1-1/+1
2014-09-16mptfusion: simplify roundingRasmus Villemoes2-12/+2
2014-09-16qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-16/+11
2014-09-16mpt3sas: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-2/+2
2014-09-16mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-09-16megaraid: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-13/+7
2014-09-16megaraid: Fail resume if MSI-X re-initialization failedAlexander Gordeev1-3/+5
2014-09-16hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-15/+12
2014-09-16hpsa: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev1-1/+0
2014-09-16eata: remove driver_lockChristoph Hellwig1-9/+0
2014-09-16scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()Subhash Jadavani4-4/+7
2014-09-16scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern6-6/+36
2014-09-16scsi: add use_cmd_list flagKashyap.Desai@avagotech.com4-12/+15
2014-09-16sd: Avoid sending medium write commands if device is write protectedSujit Reddy Thumma1-1/+5
2014-09-16scsi: fix various kernel-doc problems in scsi_error.cRandy Dunlap1-13/+14
2014-09-15scsi: fix regression that accidentally disabled block-based tcqChristoph Hellwig1-1/+1
2014-09-15libiscsi: fix potential buffer overrun in __iscsi_conn_send_pduMike Christie1-0/+10
2014-09-15ia64: Fix syscall number for memfd_createTony Luck1-1/+1
2014-09-15vfs: simplify and shrink stack frame of link_path_walk()Linus Torvalds1-21/+18
2014-09-15Linux 3.17-rc5v3.17-rc5Linus Torvalds1-1/+1
2014-09-15vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds2-9/+11
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-09-14ntb: Add alignment check to meet hardware requirementDave Jiang1-0/+13
2014-09-14MAINTAINERS: update NTB infoJon Mason1-1/+2
2014-09-14NTB: correct the spread of queues over mw'sJon Mason1-2/+2
2014-09-14fix bogus read_seqretry() checks introduced in b37199eAl Viro1-2/+2
2014-09-14move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro1-2/+6
2014-09-14[fix] lustre: d_make_root() does iput() on dentry allocation failureAl Viro1-1/+1
2014-09-13parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin1-4/+229
2014-09-13vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3
2014-09-13Make hash_64() use a 64-bit multiply when appropriateLinus Torvalds1-0/+4
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds5-6/+8