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-03-12
vhci(4): Don't fail with ENOBUFS if no intrxfer is set up.
riastradh
2022-03-11
convert non-config-handled "DEBUG_ROOT" to aprint_debug().
mrg
2022-03-10
s/woud/would/ in comment.
andvar
2022-03-10
Print ECC, PHY and temp error log using with ratecheck().
msaitoh
2022-03-10
Enclose flow director stuff in ixgbe_intr_admin_common() with IXGBE_FIR.
msaitoh
2022-03-10
Move the definition of eicr_mask variable. No functional change.
msaitoh
2022-03-10
Modify comment to clarify EIAC setting.
msaitoh
2022-03-10
Add IFF_RUNNING check in ixgbe_legacy_irq() again.
msaitoh
2022-03-10
gffb(4): Nix membar_sync and explain what's going on here.
riastradh
2022-03-10
gffb(4): Use bus_space_barrier, not membar_sync.
riastradh
2022-03-09
xhci(4): Avoid holding bus lock across usb_delay_ms.
riastradh
2022-03-09
ohci(4): Don't flail around with enabling polling in suspend/resume.
riastradh
2022-03-09
ehci(4): Omit bus lock around ehci_suspend/resume.
riastradh
2022-03-09
usb: Provisionally release bus lock around ubm_rhctrl.
riastradh
2022-03-09
turns out we can map the full amount of VRAM on a 4MB board even when in
macallan
2022-03-09
merge two debug lines in auto-root selection.
mrg
2022-03-08
fix few typos in comments.
andvar
2022-03-06
s/filered/filtered/ in comment.
andvar
2022-03-06
usb(4): Use atomics for usb_async_proc.
riastradh
2022-03-05
usbnet(9): uno_init is now optional.
riastradh
2022-03-04
Add mailbox and power-domain support.
skrll
2022-03-03
Fix for PR kern/56613
blymn
2022-03-03
video(9): Make softc argument mandatory for video_attach_mi.
riastradh
2022-03-03
uvideo(4): Attach one video(4) per independent stream.
riastradh
2022-03-03
uvideo(4): Fix zero initialization of uvideo_stream.
riastradh
2022-03-03
video(4): Allow drivers to pass the softc explicitly.
riastradh
2022-03-03
uvideo(4): Sprinkle debug messages.
riastradh
2022-03-03
uvideo(4): Use __nothing for empty DPRINTF, not actually empty.
riastradh
2022-03-03
usbdi(9): Suspend control pipe on detach.
riastradh
2022-03-03
usbdi(9): dtrace probes for USB control requests.
riastradh
2022-03-03
usb: Assert hci doesn't synchronously complete async xfers.
riastradh
2022-03-03
usb: Hold pipe lock across upm_transfer and upm_start.
riastradh
2022-03-03
usb: In usbd_transfer, test whether aborting under the lock.
riastradh
2022-03-03
usb: Inline usb_insert_transfer.
riastradh
2022-03-03
usbdi(9): New usbd_suspend_pipe, usbd_resume_pipe.
riastradh
2022-03-03
usb: Update tables of bus/pipe method locking rules.
riastradh
2022-03-03
usb: Add missing includes in usb_mem.h.
riastradh
2022-03-03
xhci(4): Add missing includes to xhcivar.h.
riastradh
2022-03-03
usb: Factor usb_transfer_complete out of ubm_abortx method.
riastradh
2022-03-03
usb: usbd_free_xfer never fails. Make it return void.
riastradh
2022-03-03
usb: usbd_close_pipe never fails. Make it return void.
riastradh
2022-03-03
usb: usbd_abort_pipe never fails. Make it return void.
riastradh
2022-03-03
usb: Factor usb_insert_transfer out of upm_transfer and make private.
riastradh
2022-03-03
urndis(4): Simplify circuitous initialization logic.
riastradh
2022-03-03
usbnet: Update some comments.
riastradh
2022-03-03
usbnet: On if_stop, abort xfers before resetting hardware.
riastradh
2022-03-03
usbnet: Fix type of struct usbnet::un_ed according to plan.
riastradh
2022-03-03
usbnet: Omit needless detachcv name parameter to usbnet_attach.
riastradh
2022-03-03
usbnet: Omit empty uno_init functions.
riastradh
2022-03-03
usbnet: Factor usbnet_init_rx_tx out into usbnet_if_init.
riastradh
[next]