Age | Commit message (Expand) | Author |
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 |
2014-03-31 | massage the prdt (what an sgl is on every other chip) loading with | David Gwynne |
2014-03-31 | dva on ahci is 64bit | David Gwynne |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-30 | Close the kernel fd before attempting to load /etc/random.seed, and reopen it | Miod Vallat |
2014-03-30 | Drop isp(4) to make the kernel fit again. | Mark Kettenis |
2014-03-30 | drm/radeon: disable pll sharing for DP on DCE4.1 | Jonathan Gray |
2014-03-30 | drm/radeon: fix missing bo reservation | Jonathan Gray |
2014-03-30 | drm/i915/dp: add native aux defer retry limit | Jonathan Gray |
2014-03-30 | drm/i915/dp: increase native aux defer retry timeout | Jonathan Gray |
2014-03-30 | drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVB | Jonathan Gray |
2014-03-30 | drm/i915: Add intel_ring_cachline_align() | Jonathan Gray |
2014-03-30 | correct the value of DRM_MAJOR for non i386 platforms | Jonathan Gray |