Age | Commit message (Expand) | Author |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2015-03-18 | Prevent sign extension due to pointer arithmetics | Mike Belopuhov |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-02 | Remove the mpsafe flag for mpii(4), it is a suspect in some kernel hangs I've | Stuart Henderson |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-09-16 | mark the mpii interrupt handler as mpsafe, and drop the kernel lock | David Gwynne |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-04 | change type of handle var to u_int16_t | Stefan Fritsch |
2014-04-25 | don't access a pointer till after the null check | Jonathan Gray |
2014-04-10 | marking the isr as MPSAFE snuck in with r1.76. | David Gwynne |
2014-04-09 | remove an abstraction that just wraps a straight malloc on attach for | David Gwynne |
2014-04-09 | some mild knf | David Gwynne |
2014-03-27 | last of the htolem32 bits | David Gwynne |
2014-03-27 | tweak mpii_start. | David Gwynne |
2014-03-27 | tweak the looping of the postq | David Gwynne |
2014-03-27 | you want the ring to wrap when it gets to the size of the ring, not one | David Gwynne |
2014-03-27 | optimise mpii_push_reply. | David Gwynne |
2014-03-27 | updating the reply queue indexes on the chip dont have any dependent | David Gwynne |
2014-03-27 | remove unused macros | David Gwynne |
2014-03-27 | forgot a htolem32 | David Gwynne |
2014-03-27 | apply more htolemXX and lemtohXX. | David Gwynne |
2014-03-24 | shrink the iopath a bit by using htolemXX and lemtohXX. | David Gwynne |
2014-03-24 | make mpii_sge look like mpi_sge, and provide a wrapper for setting the | David Gwynne |
2014-03-24 | bcopy to memcpy | David Gwynne |
2014-03-24 | replace bzero with memset | David Gwynne |
2014-03-24 | rework mpii to use tasks instead of scsi_tasks for sas event handling. | David Gwynne |
2014-03-06 | Cleanup dead code. | Gerhard Roth |
2014-01-22 | fixup a few debug printfs; pointed out by jsg@ | Mike Belopuhov |
2013-12-04 | kill a debug printf; noticed by sthen | Mike Belopuhov |
2013-11-06 | pull the event ack handling out of mpii_event_process into mpii_event_done | David Gwynne |
2013-11-06 | dont leak ccbs in mpii_sas_remove_device. detaching lots (like, 1000) of | David Gwynne |
2013-10-25 | fix an off by one when calculating the length of an sgl segment | Mike Belopuhov |
2013-01-25 | the event type is a 16bit value, not 32bit. use htole16 instead of htole32. | David Gwynne |
2012-09-28 | update my copyright | Mike Belopuhov |
2012-09-10 | autoconf is not the right place to sleep; noticed by haesbaert | Mike Belopuhov |
2012-09-07 | Fixup a memory access fault on an invalid reply. Quoting the spec: | Mike Belopuhov |
2012-08-28 | oops. a bit of debugging code has sneaked in | Mike Belopuhov |
2012-08-28 | Get rid of several ill-defined concepts and use more information | Mike Belopuhov |
2012-08-25 | some endian fixes. | David Gwynne |
2012-08-23 | cleanup calculations in iocfacts a bit: number of reply frames doesn't | Mike Belopuhov |
2012-08-23 | use BUS_DMA_ZERO | Mike Belopuhov |
2012-08-22 | cleanup mpii_alloc_queues, use caddr_t for kva plus a bit of cleanup | Mike Belopuhov |
2012-08-22 | remove last remnants of mpii_[e]cfg_header and mpii_[e]cfg_page | Mike Belopuhov |
2012-08-22 | for device pages of the fixed size there's no need to query their | Mike Belopuhov |
2012-08-22 | minor style nits for the function prototypes | Mike Belopuhov |
2012-08-22 | kill several unused or useless defines; no functional change | Mike Belopuhov |
2012-08-17 | cleanup mpii_get_ioc_pg8 mess, no functional change | Mike Belopuhov |
2012-08-16 | display board model and firmware revision like mfi/mfii do; ok dlg | Mike Belopuhov |
2012-08-14 | whitespace cleanup; no binary change | Mike Belopuhov |