| Commit message (Expand) | Author | Age | Files | Lines |
| * | mpr, mps: Fix a stack buffer overflow in the user passthru ioctl | Mark Johnston | 2021-01-11 | 1 | -15/+15 |
| * | mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctl | Mark Johnston | 2021-01-11 | 1 | -1/+1 |
| * | MFC r367044: Introduce support of SCSI Command Priority. | Alexander Motin | 2020-11-24 | 1 | -0/+2 |
| * | MFC r363852: Remove extra memset() left after r342388. | Alexander Motin | 2020-08-11 | 1 | -1/+0 |
| * | MFC r363608: | Mark Johnston | 2020-08-03 | 3 | -31/+0 |
| * | MFC r358308: | Warner Losh | 2020-05-28 | 2 | -17/+54 |
| * | MFC r359937: | Brooks Davis | 2020-04-28 | 1 | -10/+1 |
| * | MFC r358959: Increase buffer in mprsas_log_command() from 192 to 224 bytes. | Alexander Motin | 2020-03-27 | 1 | -1/+1 |
| * | Catch up with stability fixes to mpr/mps in -current since 12 | Warner Losh | 2019-09-26 | 25 | -672/+726 |
| * | MFC r348417: Fix busy status leak in case of incorrect passthrough args. | Alexander Motin | 2019-06-06 | 1 | -2/+4 |
| * | Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, | Warner Losh | 2018-09-26 | 1 | -3/+8 |
| * | Make NVMe compatible with the original API | Chuck Tuffli | 2018-08-22 | 1 | -1/+1 |
| * | Port the mps panic-safe shutdown_final handling to mpr | Warner Losh | 2018-08-13 | 2 | -14/+24 |
| * | Clean enclosure_table when resetting num_enc_table_entries to zero. | Alexander Motin | 2018-05-02 | 1 | -0/+2 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -2/+0 |
| * | Disable T10 Protection Information / EEDP handling for type 2 protection. | Kenneth D. Merry | 2018-03-23 | 1 | -4/+15 |
| * | Update mpr(4) driver from v15 to v18 from Broadcom site. | Alexander Motin | 2018-03-19 | 9 | -37/+148 |
| * | Implement a sysctl to dump in-flight I/O state for debugging. The tool to | Scott Long | 2018-03-12 | 1 | -0/+70 |
| * | Allow physically non-contiguous chain frames allocation in mps(4)/mpr(4). | Alexander Motin | 2018-02-27 | 2 | -48/+59 |
| * | NVMe: Add big-endian support | Wojciech Macek | 2018-02-22 | 1 | -6/+10 |
| * | Improve command lifecycle debugging and detection of problems. | Scott Long | 2018-02-18 | 3 | -13/+36 |
| * | Fix non-64-bit platform build by printing bus_addr_t values using %#jx | Li-Wen Hsu | 2018-02-13 | 1 | -12/+12 |
| * | Print out the shared memory queues during initialization | Scott Long | 2018-02-11 | 1 | -0/+12 |
| * | Teach mps(4) and mpr(4) drivers to autotune chain frames. | Alexander Motin | 2018-02-10 | 3 | -49/+61 |
| * | Cache the value of the request and reply frame size since it's used quite | Scott Long | 2018-02-06 | 3 | -16/+29 |
| * | Fix queue length reporting in mps(4) and mpr(4). | Alexander Motin | 2018-02-06 | 3 | -4/+7 |
| * | Diagnostic buffer fixes for the mps(4) and mpr(4) drivers. | Kenneth D. Merry | 2018-02-06 | 3 | -14/+165 |
| * | Minimal changes for MPR to build on architectures with physical addresses lar... | Justin Hibbits | 2018-02-04 | 1 | -2/+2 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 2 | -12/+12 |
| * | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 2 | -12/+12 |
| * | Refactoring the interrupt setup code introduced a bug where the drivers | Scott Long | 2017-11-10 | 1 | -1/+5 |
| * | Fix mpr(4) panics caused by bad drive mapping tables | Alan Somers | 2017-11-03 | 1 | -6/+20 |
| * | Improve the debug parsing to allow flags to be added and subtracted | Scott Long | 2017-10-01 | 1 | -1/+29 |
| * | Convert sysctl sbuf usage to use a fully dynaic sbuf. This is strictly | Scott Long | 2017-09-29 | 1 | -8/+8 |
| * | Add the ability to report and set debug flags as text strings instead of | Scott Long | 2017-09-24 | 1 | -6/+112 |
| * | Garbage collect usued fields | Scott Long | 2017-09-23 | 1 | -3/+0 |
| * | Clean up error messages related to device discovery | Scott Long | 2017-09-22 | 1 | -12/+18 |
| * | Fix line wrap issues. | Scott Long | 2017-09-15 | 1 | -4/+4 |
| * | Add infrastructure for allocating multiple MSI-X interrupts. Also | Scott Long | 2017-09-11 | 4 | -26/+140 |
| * | Fix intrhook release in MPR and MPS for EARLY_AP_STARTUP. | Scott Long | 2017-09-10 | 2 | -6/+5 |
| * | More code refactoring in preparation for enabling multiqueue. | Scott Long | 2017-09-10 | 1 | -44/+54 |
| * | Convert some in-line printing of diagnostic into tables. | Scott Long | 2017-09-09 | 3 | -160/+73 |
| * | Remove the unnecessary use of a temporary string buffer. | Scott Long | 2017-09-09 | 2 | -11/+9 |
| * | Start separating the LSI drivers into per-queue structures. No | Scott Long | 2017-09-09 | 3 | -20/+74 |
| * | Refactor interrupt allocation and deallocation. Add some extra | Scott Long | 2017-09-08 | 1 | -50/+52 |
| * | Checkpoint the next phase in debug message cleanup, this time focusing on | Scott Long | 2017-09-06 | 1 | -82/+110 |
| * | Start overhauling debug printing in the MPS and MPR drivers. The focus of this | Scott Long | 2017-08-27 | 5 | -117/+163 |
| * | Changes to make mps(4) and mpr(4) handle reinit with reallocation. | Kenneth D. Merry | 2017-08-10 | 6 | -92/+144 |
| * | Fix a logic bug in the split PCI interrupt code that slipped through | Scott Long | 2017-07-31 | 1 | -1/+2 |
| * | Don't re-parse PCI IDs in order to set card-specific flags, use | Scott Long | 2017-07-31 | 1 | -22/+18 |