Age | Commit message (Expand) | Author |
2014-04-05 | set adapter buswidth according to the number of loop ids supported by the | Jonathan Matthew |
2014-04-04 | Second step of the R4000 EOP errata WAR: when pmap invalidates a page which | Miod Vallat |
2014-04-04 | If the PDC_COPROC call fails, and we are running on a PA 1.1 system, assume | Miod Vallat |
2014-04-04 | It seems that, when the on-board USB controller is an ALI M5237 USB and its | Miod Vallat |
2014-04-04 | Rework the command polling loop so it can handle multiple responses in a single | Jonathan Matthew |
2014-04-04 | Paul B. Henson discovered it was possible to hit a kernel | Jonathan Gray |
2014-04-04 | let device_register match scsi devices to anything hanging off a | David Gwynne |
2014-04-03 | bcopy -> memcpy | Ted Unangst |
2014-04-03 | regen | Miod Vallat |
2014-04-03 | XIRING Ximax CDC adapter | Miod Vallat |
2014-04-03 | add a uvm_yield function and use it in the reaper path to prevent the | Ted Unangst |
2014-04-03 | if it's ok to wait, it must also be ok to give the kernel lock. do so. | Ted Unangst |
2014-04-03 | uvm_fault() will try to fault neighbouring pages for the MADV_NORMAL case, | Miod Vallat |
2014-04-03 | Add the missing 6322 PCI id. | Brad Smith |
2014-04-03 | Do not keep the EOP check bits in PGF_PRESERVE. | Miod Vallat |
2014-04-03 | fix $OpenBSD$, noticed by philip | Bob Beck |
2014-04-03 | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | Bob Beck |
2014-04-03 | XHCI -> xHCI to be consistent with device names. | Martin Pieuchot |
2014-04-03 | enable hds | David Gwynne |
2014-04-03 | More uvm_extern.h cleanup. | Martin Pieuchot |
2014-04-03 | Use <uvm/uvm_extern.h> if it's enough. | Martin Pieuchot |
2014-04-03 | Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop(). | Martin Pieuchot |
2014-04-03 | Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love. | Martin Pieuchot |
2014-04-03 | It cannot be assumed the top of the mbuf chain has required length here. | YASUOKA Masahiko |
2014-04-03 | massage the preferred path detection to happen when mpath asks for | David Gwynne |
2014-04-02 | enable hds | Theo de Raadt |
2014-04-02 | enable mpath | Theo de Raadt |
2014-04-02 | whitespace fix, no functional change | David Gwynne |
2014-04-02 | skey == SKEY_ILLEGAL_REQUEST && ASC_ASCQ(sense) == 0x9401 means | David Gwynne |
2014-04-01 | Remove the almost unused abstraction around "struct firmware" and use | Martin Pieuchot |
2014-04-01 | Remove the almost unused abstraction around "struct firmware" and use | Martin Pieuchot |
2014-04-01 | Move some duplicated code implementing Linux compatibility APIs and stick it | Mark Kettenis |
2014-04-01 | More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning. | Martin Pieuchot |
2014-04-01 | Define intptr_t in <unistd.h> as specified by POSIX | Matthew Dempsky |
2014-03-31 | Fix octal constant: "\018" -> "\020" | Matthew Dempsky |
2014-03-31 | Slightly better debugging code. | Mark Kettenis |
2014-03-31 | Use extent_alloc_with_descr(9) and add a mutex to protect the extent. | Mark Kettenis |
2014-03-31 | Due the virtually indexed nature of the L1 instruction cache on most mips | Miod Vallat |
2014-03-31 | In uvm_fault(), when attempting to map backpages and forwpages, defer | Miod Vallat |
2014-03-31 | Grab the kernel lock before autoconf. This way device drivers can drop it in | Mark Kettenis |
2014-03-31 | Including <uvm/uvm_extern.h> is enough, no need for <uvm/uvm.h> or more. | Martin Pieuchot |
2014-03-31 | Force the detach of all USB devices by disconnecting the root hubs | Martin Pieuchot |
2014-03-31 | Change the order of operations during a suspend/resume cycle and | Martin Pieuchot |
2014-03-31 | Rather than scanning local loop ids sequentially, just ask the chip which | Jonathan Matthew |
2014-03-31 | qle dvas straddle 4 byte boundaries, so best to treat them as two | David Gwynne |
2014-03-31 | the hardware expects ahci_cmd_table to be 128 byte aligned | David Gwynne |
2014-03-31 | move the last htoleXX things to htolemXX where possible. | David Gwynne |
2014-03-31 | ahci dva things are 64bit and surprisingly aligned nicely to 64bit too. | David Gwynne |
2014-03-31 | give up on isp, and only use ql[wae] | Theo de Raadt |
2014-03-31 | replace bzero with memset | David Gwynne |