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