summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c
AgeCommit message (Expand)Author
2019-02-13scsi: lpfc: fix a handful of indentation issuesColin Ian King
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart
2019-02-05scsi: lpfc: Rework locking on SCSI io completionJames Smart
2019-02-05scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart
2019-02-05scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart
2019-02-05scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart
2019-02-05scsi: lpfc: Allow override of hardware queue selection policiesJames Smart
2019-02-05scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart
2019-02-05scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart
2019-02-05scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart
2019-02-05scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart
2019-02-05scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart
2019-02-05scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart
2019-02-05scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-19scsi: lpfc: Adding ability to reset chip via pci bus resetJames Smart
2018-12-19scsi: lpfc: Fix discovery failure when PLOGI is deferedJames Smart
2018-12-19scsi: lpfc: Correct MDS loopback diagnostics supportJames Smart
2018-12-18scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is inv...Ewan D. Milne
2018-12-07scsi: lpfc: Fix driver release of fw-logging buffersJames Smart
2018-12-07scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQEJames Smart
2018-12-07scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart
2018-12-07scsi: lpfc: Fix discovery failures during port failovers with lots of vportsJames Smart
2018-12-07scsi: lpfc: refactor mailbox structure context fieldsJames Smart
2018-12-07scsi: lpfc: Fix panic when FW-log buffsize is not initializedJames Smart
2018-11-28scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck
2018-11-21scsi: lpfc: Use dma_zalloc_coherentSabyasachi Gupta
2018-11-06scsi: lpfc: add Trunking supportJames Smart
2018-11-06scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart
2018-10-16scsi: lpfc: Remove set but not used variables 'fc_hdr' and 'hw_page_size'YueHaibing
2018-09-11scsi: lpfc: add support to retrieve firmware logsJames Smart
2018-09-11scsi: lpfc: Correct invalid EQ doorbell write on if_type=6James Smart
2018-09-11scsi: lpfc: Correct irq handling via locks when taking adapter offlineJames Smart
2018-09-11scsi: lpfc: Correct soft lockup when running mds diagnosticsJames Smart
2018-08-02scsi: lpfc: Fix ELS abort on SLI-3 adaptersJames Smart
2018-07-10scsi: lpfc: devloss timeout race condition caused null pointer referenceJames Smart
2018-07-10scsi: lpfc: Make PBDE optimizations configurableJames Smart
2018-07-10scsi: lpfc: Fix driver not setting dpp bits correctly in doorbell wordJames Smart
2018-06-26scsi: lpfc: use monotonic timestamps for statisticsArnd Bergmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-28scsi: lpfc: Fix MDS diagnostics failure (Rx < Tx)James Smart
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart
2018-05-08scsi: lpfc: Enhance log messages when reporting CQE errorsJames Smart
2018-05-08scsi: lpfc: enhance LE data structure copies to hardwareJames Smart
2018-04-18scsi: lpfc: Fix Abort request WQ selectionJames Smart
2018-04-18scsi: lpfc: Enlarge nvmet asynchronous receive buffer countsJames Smart
2018-03-12scsi: lpfc: Memory allocation error during driver start-up on power8James Smart
2018-03-12scsi: lpfc: Fix mailbox wait for POST_SGL mbox commandJames Smart
2018-03-12scsi: lpfc: Code cleanup for 128byte wqe data typeJames Smart
2018-03-06scsi: lpfc: use __raw_writeX on DPP copiesJames Smart
n361'>361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624