summaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c
AgeCommit message (Expand)AuthorLines
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer-0/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2014-08-08block: use pci_zalloc_consistentJoe Perches-16/+9
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe-2/+2
2014-04-21skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range()Alexander Gordeev-4/+3
2014-04-16sd/skd: stuff discard page in request->completion_dataJens Axboe-2/+2
2014-04-15block: remove struct request buffer memberJens Axboe-3/+2
2014-02-21skd: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev-26/+12
2014-02-21skd: Use unified access to skdev->msix_entries throughout the codeAlexander Gordeev-2/+1
2014-02-21skd: Fix incomplete cleanup of MSI-X interruptAlexander Gordeev-24/+26
2014-02-21skd: Fix out of array boundary accessAlexander Gordeev-1/+1
2013-12-19drivers: block: Mark the functions as static in skd_main.cRashika Kheria-2/+2
2013-11-08skd: reorder construct/destruct codeBartlomiej Zolnierkiewicz-164/+141
2013-11-08skd: cleanup skd_do_inq_page_da()Bartlomiej Zolnierkiewicz-26/+13
2013-11-08skd: remove redundant skdev->pdev assignment from skd_pci_probe()Bartlomiej Zolnierkiewicz-1/+1
2013-11-08skd: use <asm/unaligned.h>Bartlomiej Zolnierkiewicz-1/+1
2013-11-08skd: remove SCSI subsystem specific includesBartlomiej Zolnierkiewicz-3/+0
2013-11-08skd: register block device only if some devices are presentBartlomiej Zolnierkiewicz-21/+12
2013-11-08skd: fix error messages in skd_init()Bartlomiej Zolnierkiewicz-12/+9
2013-11-08skd: fix error paths in skd_init()Bartlomiej Zolnierkiewicz-3/+13
2013-11-08skd: fix unregister_blkdev() placementBartlomiej Zolnierkiewicz-1/+1
2013-11-08skd: more removal of bio-based codeMike Snitzer-71/+20
2013-11-08skd: cleanup the skd_*() function block wrappingJens Axboe-37/+15
2013-11-08skd: rip out bio pathJens Axboe-467/+62
2013-11-08skd: fix error return code in skd_pci_probe()Wei Yongjun-1/+3
2013-11-08skd: Replaced custom debug PRINTKs with pr_debugrchinthekindi-284/+407
2013-11-08skd: Fix checkpatch ERRORS and removed unused functionsAkhil Bhansali-22/+31
2013-11-08Add support for sTec's pci-e flash card KronosAkhil Bhansali-0/+5817