index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
Age
Commit message (
Expand
)
Author
2023-03-30
raidframe: Nix unused parameter to raidwrite_component_area.
riastradh
2023-03-29
virtio(4): Use flexible array members, not zero-length arrays.
riastradh
2023-03-29
virtio(4): Fix sizing of virtqueue allocation.
riastradh
2023-03-28
s/interrput/interrupt/ and s/accesss/access/ in comments.
andvar
2023-03-27
Use PRIuBUSSIZE to print bus_size_t variables.
nakayama
2023-03-27
virtio(4): Avoid name collision with global intrhand on sparc64.
riastradh
2023-03-26
fix various typos in documentation, comments and sysctl device description.
andvar
2023-03-25
s/deteced/detected/ and s/couner/counter/ in comments.
andvar
2023-03-25
Mark as MPSAFE.
mlelstv
2023-03-25
Fix 32bit overflow when calculating balloon size.
mlelstv
2023-03-25
A single SCSI request may require multiple slots in the virtio queue
mlelstv
2023-03-25
restore fetch of qsize.
mlelstv
2023-03-25
Setup virtqueues after registering them to virtio_softc
yamaguchi
2023-03-24
Added check of pointer for allocated memory before release of resource
yamaguchi
2023-03-24
vioif(4): fix wrong memory allocation size
yamaguchi
2023-03-23
vioif(4): clear flags when configure is failed
yamaguchi
2023-03-23
Added functions to set interrupt handler and index into virtqueue
yamaguchi
2023-03-23
viocon(4): fix not to allocate unused virtqueue
yamaguchi
2023-03-23
Set virtqueues in virtio_child_attach_finish
yamaguchi
2023-03-23
vioif(4): divide IFF_OACTIVE into per-queue
yamaguchi
2023-03-23
vioif(4): reorganize functions
yamaguchi
2023-03-23
vioif(4): rename sc_hdr_segs to sc_segs
yamaguchi
2023-03-23
vioif(4): added functions to manipulate network queues
yamaguchi
2023-03-23
vioif(4): added new data structure for network queues
yamaguchi
2023-03-23
vioif(4): added __predct_false to error check
yamaguchi
2023-03-23
vioif(4): prepare slot before dequeuing
yamaguchi
2023-03-23
vioif(4): added a structure to manage variables for packet processings
yamaguchi
2023-03-23
vioif(4): increase output error counter
yamaguchi
2023-03-23
vioif(4): merge drain into clear of queue
yamaguchi
2023-03-23
vioif(4): divide interrupt handler for receiving
yamaguchi
2023-03-23
vioif(4): drain receive buffer on stopping the device
yamaguchi
2023-03-23
vioif(4): fix missing virtio_enqueue_abort for error handling
yamaguchi
2023-03-23
vioif(4): added event counters related to receive processing
yamaguchi
2023-03-23
vioif(4): adjust receive buffer to ETHER_ALIGN
yamaguchi
2023-03-23
vioif(4): stop interrupt before schedule handler
yamaguchi
2023-03-23
vioif(4): rename {txq,rxq}_active to {txq,rxq}_running_handle
yamaguchi
2023-03-23
vioif(4): use device reset to stop interrupt completely
yamaguchi
2023-03-23
vioif(4): access to txq_active and rxq_active with lock held
yamaguchi
2023-03-23
vioif(4): remove unnecessary lock release
yamaguchi
2023-03-22
Pass B_PHYS when reading from device. Xbd(4) at least checks
hannken
2023-03-22
Ignore non-recoverable and critical limits smaller than the warning limits.
mlelstv
2023-03-17
s/Brigthness/Brightness/ in comment.
andvar
2023-03-14
Do not limit the number of pending requests for the worker thread.
hannken
2023-03-05
ucom(4): Simplify logic fixing PR kern/57259.
riastradh
2023-03-05
In the HUP-wait path in ucomopen():
thorpej
2023-03-01
nouveau: Kick out genfb on firmware framebuffer before initializing.
riastradh
2023-02-27
igpio(4): Disable Baytrail and Lynxpoint support. Fixes PR kern/57225.
msaitoh
2023-02-26
wsemul_vt100_subr: spell edp->tabs assertion with NULL
uwe
2023-02-26
wsemul_vt100_subr: don't assert unsigned ncols >= 0
uwe
2023-02-23
nvmm: Filter CR4 bits on x86 SVM (AMD).
riastradh
[next]