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
/
ic
Age
Commit message (
Expand
)
Author
2022-10-19
dwiic(4): Don't try processing interrupts before attach completes.
riastradh
2022-10-12
fix few typos in comments.
andvar
2022-10-08
com(4): Omit never-used sc_vendor_workaround member.
riastradh
2022-10-06
com(4): Add include guards.
riastradh
2022-10-06
fix few typos in comments and node description.
andvar
2022-10-03
com(4): Nix quirky `integrate' macro.
riastradh
2022-10-03
com(4): Omit needless spltty in comstart.
riastradh
2022-10-03
com(4): Nix dead code.
riastradh
2022-10-03
com(4): Comment on lock order.
riastradh
2022-10-03
com(4): Update confusing comment from decades ago to reflect now.
riastradh
2022-10-01
Add Nuvoton NCT6799D support.
msaitoh
2022-09-26
Extent rtl8188eu_txagc[] (in a quite cryptic way duplicating all
martin
2022-09-25
Remove unnecessary include of <sys/malloc.h>.
thorpej
2022-09-22
ichsmb(4): Remove confusing `lpcib_' prefix on register names.
riastradh
2022-09-22
tco(4): Nix PMC_TCO_BASE offset in TCO register definitions.
riastradh
2022-09-22
tco(4): Use a subregion of the PMC registers for TCO registers.
riastradh
2022-09-22
ichlpcib(4), tco(4): Take `lpcib_' off various names.
riastradh
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-18
Eliminate use of IFF_OACTIVE. (This driver never even set it.)
thorpej
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-13
nvme(4): Don't leak memory for queues on every resume.
riastradh
2022-09-07
tpm(4): add missing newline character in device_printf()
khorben
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2022-08-30
nvme(4): Actually check if bp is null as commented previously.
riastradh
2022-08-30
nvme(4): If bp is null or bp->b_ci is not assigned, use curcpu().
riastradh
2022-08-28
Sprinkle const
skrll
2022-08-25
add missing bus_dmamap_unload().
ryo
2022-08-24
jumboframe support for eqos(4)
ryo
2022-08-24
rename EQOS_TDES3_* macro to EQOS_TDES3_{TX,RX}_*, and add more defs.
ryo
2022-08-24
Giving up adjusting ETHER_ALIGN.
ryo
2022-08-23
Fix eqos(4) to work on RK3588 as well.
ryo
2022-08-20
nvme(4): Read cqe flags and cid in that order.
riastradh
2022-08-20
It is possible to overflow the (low 32bit) HPET counter between hpet_attach
mlelstv
2022-08-15
nvme(4): KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2022-08-14
nvme: Make sure that q_ccb_list is always accessed with the q lock held.
jmcneill
2022-08-09
Turn off AWIN_GMAC_MAC_CONF_ACS, so that all received packets retain FCS
sekiya
2022-08-06
PR 56948: fix multicast hash filter setup
martin
2022-08-05
Do not unilaterally set M_HASFCS; this breaks protocols that lack CRC bytes
sekiya
2022-08-01
Prevent multiple unregistrations.
mlelstv
2022-08-01
revert accidental commit.
mlelstv
2022-08-01
Revert this to 1.205, undoing changes apparently mistakenly
kre
2022-08-01
Now really restore 1.24.
mlelstv
2022-08-01
Revert last accidental commits.
mlelstv
2022-08-01
Also fix shift values for SCT constants.
mlelstv
2022-07-31
The namespace id is a 32bit value, in particular the "all namespaces" value
mlelstv
2022-07-31
The status is an 8 bit field. Fix masks and move the status type field
mlelstv
2022-07-30
aprint_error_dev is for autoconfig messages, use device_printf instead.
mlelstv
2022-07-21
Add some driver debugging infrastructure
martin
2022-07-20
When we init the hardware's rx/tx ring configuration we need to
martin
2022-07-16
Add max 256 VD support.
msaitoh
[prev]
[next]