Age | Commit message (Expand) | Author |
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 |
2014-03-21 | Rename db_inst_type() into classify_insn() and make that function available | Miod Vallat |
2014-03-21 | Keep the `clamp memory to what pmap can address' logic unconditional, and | Miod Vallat |
2014-03-21 | Fix missing brackets: longitude/latitude status set to critical every time | andre |
2014-03-21 | Rename the symbolic constants for the pmap-specific vm_pag pg_flags from | Miod Vallat |
2014-03-21 | Some knf, no functional changes. | andre |
2014-03-21 | Allow for two more pmap-specific bits in vm_page pg_flags. Define | Miod Vallat |
2014-03-21 | Global lists of addresses are species near extinction, even carp do | Martin Pieuchot |
2014-03-21 | rt_timer* spring cleanup. | Martin Pieuchot |
2014-03-21 | Split the magic to add a connected route for every new IPv4 address | Martin Pieuchot |
2014-03-21 | If a NA is received on a carp interface in BACKUP state and match one | Martin Pieuchot |
2014-03-21 | Correct the (normally ignored) argument to SLIST_HEAD_INITIALIZER() | Philip Guenther |