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
2022-08-20
x86: Split most of pmap.h into pmap_private.h or vmparam.h.
riastradh
2022-08-20
x86: Move page attribute table bits to x86/pat.h.
riastradh
2022-08-20
ural_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" with
thorpej
2022-08-20
gfe_ifstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with
thorpej
2022-08-20
fwip_async_output(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with
thorpej
2022-08-20
udav(4): Prune dead branch: legacy IFF_ALLMULTI is never set here.
riastradh
2022-08-20
cue(4): Prune dead branch: IFF_BROADCAST is always set here.
riastradh
2022-08-20
usbnet(9): New usbnet_ispromisc(un).
riastradh
2022-08-20
usbnet(9): Rename core lock -> mii lock.
riastradh
2022-08-20
usbnet(9): Limit scope of core lock to mii and tick scheduling.
riastradh
2022-08-20
usbnet(9): Call mii_down once we've finished with mii_tick.
riastradh
2022-08-20
usbnet(9): Simplify core lock use in usbnet_tick_task.
riastradh
2022-08-20
usbnet(9): Call uno_tick before mii stuff.
riastradh
2022-08-20
usbnet(9): Assert core lock is held on usbnet_set_link.
riastradh
2022-08-20
usbnet(9): Split unp_stopping into stopped/txstopped/rxstopped.
riastradh
2022-08-20
usbnet(9): Don't touch unp_stopping in usbnet_pipe_intr.
riastradh
2022-08-20
usbnet(9): Omit needless un->un_intr test in usbnet_pipe_intr.
riastradh
2022-08-20
usbnet(9): Revert previous -- usbnet_media_upd does have IFNET_LOCK.
riastradh
2022-08-20
usbnet(9): Avoid ether_mediachange if stopped.
riastradh
2022-08-20
sys/dev/Makefile: Split INCS onto separate lines for ease of sorting.
riastradh
2022-08-20
usbdi(9): Nix resurrected usbd_request_async.
riastradh
2022-08-20
umb(4): Use usbd_do_request as drivers are intended to do.
riastradh
2022-08-20
nvme(4): Read cqe flags and cid in that order.
riastradh
2022-08-20
mii(4): Make mii_down wait for concurrent mii_phy_auto to finish.
riastradh
2022-08-20
machine/efi.h: Migrate common definitions to dev/efi/efi.h.
riastradh
2022-08-20
It is possible to overflow the (low 32bit) HPET counter between hpet_attach
mlelstv
2022-08-19
Make bge_detaching a bool. NFC.
skrll
2022-08-19
softc member naming consistency with wm(4). (Taylor made me do it... not
skrll
2022-08-19
Should be checking ifp->if_flags in bge_init and not sc->bge_if_flags.
skrll
2022-08-17
uhci(4): Fix wrong lock in callout_halt in uhci_suspend.
riastradh
2022-08-16
usbnet(9): Omit needless usbnet_core_mutex function.
riastradh
2022-08-15
Remove stray debug line (already commented out)
pgoyette
2022-08-15
nuke pasto in gffb_init()
macallan
2022-08-15
nvme(4): KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2022-08-14
mii(4): Wait for MIIF_DOINGAUTO to clear with MIIF_AUTOTSLEEP too.
riastradh
2022-08-14
mii(4): Sprinkle assertions in mii phy auto timeout.
riastradh
2022-08-14
nvme: Make sure that q_ccb_list is always accessed with the q lock held.
jmcneill
2022-08-14
virtio(4): Print numeric device type, even if unrecognized.
riastradh
2022-08-14
bge: Use BUS_DMA_WAITOK in attach routines.
skrll
2022-08-14
bge: Mirror the bus_dma RX buffer changes in the OpenBSD driver
skrll
2022-08-14
Make bge(4) MP safe
skrll
2022-08-14
Whitespace
skrll
2022-08-14
bge: Fix bge_ring_map bus_dmamap_sync POST{READ,WRITE} operations.
skrll
2022-08-13
pciconf: Skip callbacks for reserved ranges if resource allocation fails.
jmcneill
2022-08-13
viocon(4): Omit unused sc_dmamap.
riastradh
2022-08-13
viocon(4): Fix bus_dmamap_sync after tx: POSTWRITE, not POSTREAD.
riastradh
2022-08-13
viocon(4): Fix $NetBSD$ rcsid.
riastradh
2022-08-13
viocon(4): Fix tty device number.
riastradh
2022-08-13
audio: Rework about usrbuf allocation.
isaki
2022-08-12
rum(4): Avoid uninitialized garbage in failed register read.
riastradh
[prev]
[next]