Age | Commit message (Expand) | Author |
2014-03-26 | Increase max data size. 32G is the new 640K. | Ted Unangst |
2014-03-26 | Service R4[04]00SC-specific virtual coherency exceptions directly from the | Miod Vallat |
2014-03-26 | bcmp -> memcmp | Martin Pieuchot |
2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, | Martin Pieuchot |
2014-03-26 | No need to check here if the destination address is ours, because in | Martin Pieuchot |
2014-03-26 | Simply cansignal(), passing it processes instead of procs and | Philip Guenther |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-25 | Instead of matching root hubs with a custom address, that only works | Martin Pieuchot |
2014-03-25 | Remove and shuffle some includes to reduce their number since drmP.h | Martin Pieuchot |
2014-03-25 | Upon resume do a full reset of the HC, including the command and event | Martin Pieuchot |
2014-03-25 | when working with the cdb its better to use cmdlen than datalen. | David Gwynne |
2014-03-25 | use lemtohXX and htolemXX as much as possible | David Gwynne |
2014-03-25 | when reading from the chip you use letoh32, not htole32. | David Gwynne |
2014-03-25 | rework qle_put_cmd to use hto[lb]emXX as best it can. | David Gwynne |
2014-03-25 | everything is at least 4 byte aligned. | David Gwynne |
2014-03-25 | use htolem32 to write out qle sg elements, and annotate the structure as | David Gwynne |
2014-03-25 | the memory constraints are correct, so we dont need volatile to provide | David Gwynne |
2014-03-25 | As long as we're pulling in "systrace.h", might as well conditionalize | Philip Guenther |
2014-03-25 | the memory constraints are correct on the MD_SWAPIO bits, so we dont need | David Gwynne |
2014-03-25 | Add a driver for simple usb serial devices, it attaches | Jonathan Gray |
2014-03-25 | regen | Jonathan Gray |
2014-03-25 | add HP-x9G+ | Jonathan Gray |
2014-03-24 | add support for aux button strip on newer thinkpads like the 2nd | joshua stein |
2014-03-24 | Only need to call tlb_probe() once per pair, instead of once per page. | Miod Vallat |
2014-03-24 | Make sure tlb_probe() reads the probe result before reenabling interrupts | Miod Vallat |
2014-03-24 | Another round of reducing diffs with the Linux codebase. | Mark Kettenis |
2014-03-24 | shrink the iopath a bit by using htolemXX and lemtohXX. | David Gwynne |
2014-03-24 | scsi io bits are at least 4 byte aligned | David Gwynne |
2014-03-24 | mpii_sges are 4 byte aligned. makes storing the flags field a bit easier | 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-24 | use htolemXX and lemtohXX in the scsi_cmd paths. | David Gwynne |
2014-03-24 | mpi scatter gather lists are 24 bytes long and next to each other in | David Gwynne |
2014-03-24 | The kernel isn't involved in times(3); <sys/times.h> should never be | Philip Guenther |
2014-03-24 | factor out the setting of the request context field so mpi_start does it | David Gwynne |
2014-03-24 | annotate some packed structures with the alignment the hardware | David Gwynne |
2014-03-24 | nothing after the irq ack posting relies on it being ordered. | David Gwynne |
2014-03-24 | Split the API: struct ucred remains the kernel internal structure while | Philip Guenther |
2014-03-23 | Unbreak after last commit. | Miod Vallat |
2014-03-23 | Initialize additional BATs (IBAT4-IBAT7 and DBAT4-IBAT7). The rb600 firmware | Mark Kettenis |
2014-03-23 | Fix uhidev_detach() when detaching a device which did not claimed for all | andre |
2014-03-23 | Revert audio key handling, requested by ratchov@ | Martin Pieuchot |
2014-03-23 | my bad, last commit was not ok deraadt, revert it. | Alexandre Ratchov |
2014-03-23 | Repair R5000SC and R4600SC external L2 cache setup, broken in previous | Miod Vallat |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-22 | <sys/agpio.h> is gone; this compiles fine without it | Philip Guenther |
2014-03-22 | Second draft of my attempt to workaround the infamous R4000 end-of-page errata, | Miod Vallat |
2014-03-22 | Shuffle tlblo-related defines, to better show which bits are software only, | Miod Vallat |