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
/
pci
Age
Commit message (
Expand
)
Author
2023-07-07
virtio(4): Fix byte order of DMA data for armeb in the same manner as
rin
2023-06-27
correct register function annotation as it's for receive coalesce.
nisimura
2023-06-24
Fix typo in comment.
msaitoh
2023-06-23
Add missing read to count Circuit Breaker Rx Dropped Packet correctly.
msaitoh
2023-06-02
follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.
andvar
2023-05-30
Use device_printf() instead of aprint_error_dev().
msaitoh
2023-05-29
aq(4): if_transmit: Invoke softint_schedule(9) with kpreempt disabled.
rin
2023-05-17
Update URL of the technical manual.
tsutsui
2023-05-15
Count the number of link down events in the MAC using with LINK_DN_CNT.
msaitoh
2023-05-13
fix typo in unused definition s/ESA_KDATA_OUEUE_LEFT/ESA_KDATA_QUEUE_LEFT/.
andvar
2023-05-13
fix typos in comments.
andvar
2023-05-11
Fix typo. s/ictxact/ictxatc/. No functional change.
msaitoh
2023-05-11
Use WM_IS_ICHPCH(). No functional change.
msaitoh
2023-05-11
Fix prc511's comment and description.
msaitoh
2023-05-11
Add SOICZIFDATA (ifconfig -z) support for evcnt(9).
msaitoh
2023-05-11
Move statistics updating code from wm_tick() to new wm_update_stats().
msaitoh
2023-05-11
Add some new event counters.
msaitoh
2023-05-11
Some statistics registers were replaced with new counters.
msaitoh
2023-05-11
Don't add "Count" for event counter's description.
msaitoh
2023-05-11
Fix a bug that the transmit underrun counter is incorrectly counted.
msaitoh
2023-05-11
IC{TX,RX}*C registers are for older than 82575.
msaitoh
2023-05-11
Sort lines. No functional change.
msaitoh
2023-05-11
Sort lines. No functional change.
msaitoh
2023-05-11
Add note for the TORL register.
msaitoh
2023-05-11
Count some 64bit counters correctly.
msaitoh
2023-05-11
Fix missing check for netq->netq_stopping in vioif_rx_intr()
yamaguchi
2023-05-10
ismt(4): Use config_detach_children.
riastradh
2023-05-10
esa(4): Use config_detach_children.
riastradh
2023-05-10
emuxki(4): Use config_detach_children.
riastradh
2023-05-10
cxdtv(4): Use config_detach_children.
riastradh
2023-05-10
auich(4): Use config_detach_children.
riastradh
2023-05-06
few more typos in the word "register", mainly s/resister/register/.
andvar
2023-05-06
s/Regiser/Register/ and s/regester/register/ in comments.
andvar
2023-04-21
virtio(4): change members of struct vring_desc_extra before free a slot
yamaguchi
2023-04-19
virtio(4): change variable name, nfc
yamaguchi
2023-04-19
Fix not to allocate unnecessary descriptor
yamaguchi
2023-04-19
Use enumeration for state of a child driver instead of flags
yamaguchi
2023-04-16
virtio@pci: Fix assertion on detach.
riastradh
2023-04-12
ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets.
riastradh
2023-04-06
Regen.
msaitoh
2023-04-06
The SAATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3.
msaitoh
2023-03-31
Added flags to store status of attaching a virtio device
yamaguchi
2023-03-31
Use descriptor chain for free slots instead of vq_entry list
yamaguchi
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-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
Mark as MPSAFE.
mlelstv
2023-03-25
Fix 32bit overflow when calculating balloon size.
mlelstv
[next]