| Age | Commit message (Expand) | Author |
| 2022-08-01 | Revert last accidental commits. | mlelstv |
| 2022-08-01 | Also fix shift values for SCT constants. | mlelstv |
| 2021-11-19 | ahcisata(4): Introduce AHCI_QUIRK_EXTRA_DELAY quirk for devices that | rin |
| 2021-11-10 | s/endianess/endianness/ | msaitoh |
| 2021-10-11 | ahcisata: remove excessive delays from drive probe path | jmcneill |
| 2021-10-05 | PR kern/56403 | rin |
| 2021-09-03 | revert "make ahcisata(4) work on rk3399 (rockpro64)" from 23-06-2021. | mrg |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-06-23 | make ahcisata(4) work on rk3399 (rockpro64) | mrg |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-03-04 | Use BUS_ADDR_{LO,HI}32. NFC. | skrll |
| 2021-03-04 | Use __BIT(). NFC. | skrll |
| 2021-01-11 | KNF | skrll |
| 2020-12-29 | Some more whitespace consistency / KNF | skrll |
| 2020-12-29 | Function declaration formating whitespace consistency. NFCI. | skrll |
| 2020-12-28 | Remove the AHCI_QUIRK_SKIP_RESET quirk now that the underlying issue is | jmcneill |
| 2020-12-28 | Make sure to ack IS after PxIS when polling and when using multiple MSI-X | jmcneill |
| 2020-12-27 | AHCI 1.3.1 section 5.5.3 "Processing Completed Commands" says that we | jmcneill |
| 2020-12-26 | ahci_intr: use ffs in the port bitmask instead of looping over all 32 bits | jmcneill |
| 2020-12-26 | AHCI 1.3.1 specification says that it is good practice for system software | jmcneill |
| 2020-12-25 | Trailing whitespace | skrll |
| 2020-12-25 | Use designated initializers for struct ata_bustype | skrll |
| 2020-12-20 | Retry clearing WDCTL_RST a few times before giving up. Makes SATA work in | jmcneill |
| 2020-12-19 | ahci_exec_fis: wait for the correct amount of time when AT_WAIT is set | jmcneill |
| 2020-04-13 | fix use-after-free for ata xfer on bio submission found by KASAN | jdolecek |
| 2020-02-19 | C99 initializers for scsipi_bustype. No functional change intended. | riastradh |
| 2020-01-18 | Add new AHCI_QUIRK_BADNCQ quick for controllers that have issues with | simonb |
| 2019-12-27 | s/transfered/transferred/ | msaitoh |
| 2019-12-22 | When resetting a drive, if the command list is running and CLO is not | jmcneill |
| 2019-09-29 | Use AHCI_RFIS_SYNC in ahci_cmd_complete() AT_READREG case. | jakllsch |
| 2019-09-29 | Use AHCI_CMDTBL_SYNC in ahci_exec_fis() to ensure hardware sees the | jakllsch |
| 2019-09-29 | Ensure cmdh_prdtl is 0 in ahci_do_reset_drive(). | jakllsch |
| 2019-04-07 | If Command List Override is not supported by the controller, the FIS setting | bouyer |
| 2019-01-18 | revert rev 1.73 - while it apparently helped Christos case, it re-broke | jdolecek |
| 2019-01-12 | partially back-off rev. 1.68 - when the drive reset for port 15 fails, | jdolecek |
| 2018-12-07 | add optional hook for intr establish when active port is attached, export | jdolecek |
| 2018-11-20 | s/failing/failed/ for the aprint_error() | jdolecek |
| 2018-11-20 | also set WDCTL_4BIT for the softreset, seems this one is actually also | jdolecek |
| 2018-11-19 | during SRST (softreset), make a short delay between the RST set and | jdolecek |
| 2018-11-19 | if softreset during PMP detection fails, disable PMP, reset port and continue | jdolecek |
| 2018-11-19 | consistently use the SATA correct 'port %d' instead of 'channel', some | jdolecek |
| 2018-11-02 | fix ahci_detach() to count the ports propertly (same as attach), to avoid | jdolecek |
| 2018-10-24 | detach the controller itself on shutdown; adjust to not detach already | jdolecek |
| 2018-10-22 | Merge jdolecek-ncqfixes branch | jdolecek |
| 2018-09-18 | fix ata_xfer leak on drive probe | jdolecek |
| 2018-07-09 | Avoid undefined behavior of signedness bit shift in ahcisata_core.c | kamil |
| 2018-07-08 | whitespace fix | jdolecek |
| 2017-11-11 | change several of error logs in ahci_intr_port() to use AHCIDEBUG_PRINT() | jdolecek |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |