summaryrefslogtreecommitdiffstats
path: root/kernel/time/sched_clock.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-25[SCSI] be2iscsi: Fix AER handling in driverJayamohan Kallickal4-29/+270
2013-10-25[SCSI] be2iscsi: Invalidate WRB in Abort/Reset PathJayamohan Kallickal1-0/+10
2013-10-25[SCSI] be2iscsi: Fix Insufficient Buffer Error returned in MBX CompletionJayamohan Kallickal4-43/+99
2013-10-25[SCSI] be2iscsi: Fix log level for protocol specific logsJayamohan Kallickal2-3/+9
2013-10-25[SCSI] be2iscsi: Fix MSIx creation for SKH-R adapterJayamohan Kallickal3-17/+42
2013-10-25[SCSI] be2iscsi: Display Port Identifier for each iSCSI functionJayamohan Kallickal3-0/+24
2013-10-25[SCSI] be2iscsi: Dispaly CID available for connection offloadJayamohan Kallickal3-6/+44
2013-10-25[SCSI] be2iscsi: Fix chute cleanup during drivers unload.Jayamohan Kallickal2-8/+23
2013-10-25[SCSI] be2iscsi: Fix connection offload to support Dual Chute.Jayamohan Kallickal4-8/+31
2013-10-25[SCSI] be2iscsi: Fix CID allocation/freeing to support Dual chute modeJayamohan Kallickal4-38/+160
2013-10-25[SCSI] be2iscsi: Fix WRB_Q posting to support Dual Chute modeJayamohan Kallickal4-25/+89
2013-10-25[SCSI] be2iscsi: Fix SGL Initilization and posting Pages for Dual ChuteJayamohan Kallickal1-4/+13
2013-10-25[SCSI] be2iscsi: Fix Template HDR support for Dual Chute modeJayamohan Kallickal2-23/+33
2013-10-25[SCSI] be2iscsi: Fix changes in ASYNC Path for SKH-R adapterJayamohan Kallickal5-293/+516
2013-10-25[SCSI] be2iscsi: Config parameters update for Dual Chute SupportJayamohan Kallickal4-53/+128
2013-10-25[SCSI] be2iscsi: Fix soft lock up issue during UE or if FW taking time to res...Jayamohan Kallickal3-21/+34
2013-10-25[SCSI] be2iscsi: Fix locking mechanism in Unsol PathJayamohan Kallickal2-0/+8
2013-10-25[SCSI] be2iscsi: Fix negotiated parameters upload to FWJayamohan Kallickal3-20/+24
2013-10-25[SCSI] be2iscsi: Fix repeated issue of MAC ADDR get IOCTLJayamohan Kallickal3-1/+4
2013-10-25[SCSI] be2iscsi: Fix the MCCQ count leakageJayamohan Kallickal1-1/+5
2013-10-25[SCSI] be2iscsi: Fix Template HDR IOCTLJayamohan Kallickal4-0/+116
2013-10-25[SCSI] MAINTAINER: Updated maintainer info for bnx2fcEddie Wai1-1/+1
2013-10-25[SCSI] bnx2fc: Bump version from 1.0.14 to 2.4.1Eddie Wai2-2/+2
2013-10-25[SCSI] BNX2FC: hung task timeout warning observed when rmmod bnx2x with activ...Eddie Wai1-15/+44
2013-10-25[SCSI] bnx2fc: Fixed a SCSI CMD cmpl race condition between ABTS and CLEANUPEddie Wai1-0/+6
2013-10-25[SCSI] qla4xxx: Add support to get CHAP details for flash target sessionAdheer Chandravanshi1-3/+38
2013-10-25[SCSI] qla4xxx: Add support to set CHAP entriesAdheer Chandravanshi4-2/+225
2013-10-25[SCSI] scsi_transport_iscsi: Add support to set CHAP entriesAdheer Chandravanshi3-0/+44
2013-10-25[SCSI] qla4xxx: Use offset based on adapter type to set CHAP entry in flashAdheer Chandravanshi1-1/+15
2013-10-25[SCSI] qla4xxx: Populate local CHAP credentials for flash target sessionsAdheer Chandravanshi1-0/+16
2013-10-25[SCSI] qla4xxx: Support setting of local CHAP index for flash target entryAdheer Chandravanshi2-0/+22
2013-10-25[SCSI] qla4xxx: Correct the check for local CHAP entry typeAdheer Chandravanshi1-1/+1
2013-10-25[SCSI] qla4xxx: correctly update session discovery_parent_idx.Manish Rangankar2-19/+181
2013-10-25[SCSI] megaraid_sas: fixes for few endianess issuesSumit.Saxena@lsi.com1-6/+6
2013-10-25[SCSI] buslogic: Added check for DMA mapping errorsKhalid Aziz1-13/+23
2013-10-25[SCSI] fnic: Incremented driver versionHiral Patel1-1/+1
2013-10-25[SCSI] fnic: Fnic Statistics CollectionHiral Patel9-24/+971
2013-10-25[SCSI] fnic: host reset returns nonzero value(errno) on successNarsimhulu Musini1-5/+4
2013-10-25[SCSI] export device_busy for sdevJack Wang1-0/+2
2013-10-25[SCSI] scsi_dh_rdac: Add new IBM 1813 product id to rdac devlistStewart, Sean1-0/+1
2013-10-25[SCSI] lpfc: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2013-10-25[SCSI] hpsa: remove unused Smart Array IDMike Miller1-1/+0
2013-10-23[SCSI] sd: call blk_pm_runtime_init before add_diskAaron Lu1-1/+1
2013-10-23[SCSI] qla2xxx: Fix request queue null dereference.Chad Dupuis2-1/+10
2013-10-16[SCSI] BusLogic: Fix an oops when intializing multimaster adapterKhalid Aziz1-8/+8
2013-10-14Linux 3.12-rc5v3.12-rc5Linus Torvalds1-1/+1
2013-10-13watchdog: sunxi: Fix section mismatchMaxime Ripard1-2/+2
2013-10-13watchdog: kempld_wdt: Fix bit mask definitionJingoo Han1-1/+1
2013-10-13watchdog: ts72xx_wdt: locking bug in ioctlDan Carpenter1-1/+2
2013-10-13ARM: exynos: dts: Update 5250 arch timer node with clock frequencyYuvaraj Kumar C D1-0/+5