summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2023-03-30raidframe: Nix unused parameter to raidwrite_component_area.riastradh
2023-03-29virtio(4): Use flexible array members, not zero-length arrays.riastradh
2023-03-29virtio(4): Fix sizing of virtqueue allocation.riastradh
2023-03-28s/interrput/interrupt/ and s/accesss/access/ in comments.andvar
2023-03-27Use PRIuBUSSIZE to print bus_size_t variables.nakayama
2023-03-27virtio(4): Avoid name collision with global intrhand on sparc64.riastradh
2023-03-26fix various typos in documentation, comments and sysctl device description.andvar
2023-03-25s/deteced/detected/ and s/couner/counter/ in comments.andvar
2023-03-25Mark as MPSAFE.mlelstv
2023-03-25Fix 32bit overflow when calculating balloon size.mlelstv
2023-03-25A single SCSI request may require multiple slots in the virtio queuemlelstv
2023-03-25restore fetch of qsize.mlelstv
2023-03-25Setup virtqueues after registering them to virtio_softcyamaguchi
2023-03-24Added check of pointer for allocated memory before release of resourceyamaguchi
2023-03-24vioif(4): fix wrong memory allocation sizeyamaguchi
2023-03-23vioif(4): clear flags when configure is failedyamaguchi
2023-03-23Added functions to set interrupt handler and index into virtqueueyamaguchi
2023-03-23viocon(4): fix not to allocate unused virtqueueyamaguchi
2023-03-23Set virtqueues in virtio_child_attach_finishyamaguchi
2023-03-23vioif(4): divide IFF_OACTIVE into per-queueyamaguchi
2023-03-23vioif(4): reorganize functionsyamaguchi
2023-03-23vioif(4): rename sc_hdr_segs to sc_segsyamaguchi
2023-03-23vioif(4): added functions to manipulate network queuesyamaguchi
2023-03-23vioif(4): added new data structure for network queuesyamaguchi
2023-03-23vioif(4): added __predct_false to error checkyamaguchi
2023-03-23vioif(4): prepare slot before dequeuingyamaguchi
2023-03-23vioif(4): added a structure to manage variables for packet processingsyamaguchi
2023-03-23vioif(4): increase output error counteryamaguchi
2023-03-23vioif(4): merge drain into clear of queueyamaguchi
2023-03-23vioif(4): divide interrupt handler for receivingyamaguchi
2023-03-23vioif(4): drain receive buffer on stopping the deviceyamaguchi
2023-03-23vioif(4): fix missing virtio_enqueue_abort for error handlingyamaguchi
2023-03-23vioif(4): added event counters related to receive processingyamaguchi
2023-03-23vioif(4): adjust receive buffer to ETHER_ALIGNyamaguchi
2023-03-23vioif(4): stop interrupt before schedule handleryamaguchi
2023-03-23vioif(4): rename {txq,rxq}_active to {txq,rxq}_running_handleyamaguchi
2023-03-23vioif(4): use device reset to stop interrupt completelyyamaguchi
2023-03-23vioif(4): access to txq_active and rxq_active with lock heldyamaguchi
2023-03-23vioif(4): remove unnecessary lock releaseyamaguchi
2023-03-22Pass B_PHYS when reading from device. Xbd(4) at least checkshannken
2023-03-22Ignore non-recoverable and critical limits smaller than the warning limits.mlelstv
2023-03-17s/Brigthness/Brightness/ in comment.andvar
2023-03-14Do not limit the number of pending requests for the worker thread.hannken
2023-03-05ucom(4): Simplify logic fixing PR kern/57259.riastradh
2023-03-05In the HUP-wait path in ucomopen():thorpej
2023-03-01nouveau: Kick out genfb on firmware framebuffer before initializing.riastradh
2023-02-27igpio(4): Disable Baytrail and Lynxpoint support. Fixes PR kern/57225.msaitoh
2023-02-26wsemul_vt100_subr: spell edp->tabs assertion with NULLuwe
2023-02-26wsemul_vt100_subr: don't assert unsigned ncols >= 0uwe
2023-02-23nvmm: Filter CR4 bits on x86 SVM (AMD).riastradh