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
2021-06-12
usb(4): Merge logic in usbd_kill_pipe and usbd_close_pipe.
riastradh
2021-06-12
usb(4): Fix fix for interface change pipe fix.
riastradh
2021-06-12
Revert "usb(4): Fix mistake in previous fix for pipe/interface-change races."
riastradh
2021-06-12
usb(4): Fix mistake in previous fix for pipe/interface-change races.
riastradh
2021-06-12
usb(4): Fix races between usbd_open_pipe* and usbd_set_interface.
riastradh
2021-06-12
usb(4): Fix racy endpoint reference counting.
riastradh
2021-06-12
usb(4): Omit needless lock/unlock cycle in usbd_pipe_close.
riastradh
2021-06-12
usb(4): Cancel and wait for async task on closing pipe.
riastradh
2021-06-12
ath(4): Use config_deactivate; don't abuse autoconf private dv_flags.
riastradh
2021-06-12
ipmi(4), intelfb(4): Use config_pending_incr/decr.
riastradh
2021-06-12
usb(4), uhub(4): Sprinkle usbhist.
riastradh
2021-06-12
usb(4): Sprinkle kernel lock assertions.
riastradh
2021-06-12
usb(4): usb event thread is not actually MP-safe.
riastradh
2021-06-12
usb(4): Verify dev->ud_subdevs is still there before freeing it.
riastradh
2021-06-12
usb(4): kmem_zalloc(KM_SLEEP) cannot fail; nix error branch.
riastradh
2021-06-12
uhub(4): Allow only one explore/rescan at a time.
riastradh
2021-06-11
Add a missing htole16() around the length passed to bpf_mtap2().
jdc
2021-06-10
hvs(4): Pass correct pointer of scsibus device to scsi_probe_bus().
nonaka
2021-06-09
Use the localcount(9)-based module_hook mechanism to prevent the verbose
pgoyette
2021-06-08
audio(4): Revert revision 1.96 and redo it another way.
riastradh
2021-06-08
pad(4): run the callout if the buffer is saturated instead of returning
nia
2021-06-07
fix the NetBSD tag.
christos
2021-06-07
PR/56223: David Shao ^[]8;;^G make console unresponsive. From OpenBSD:
christos
2021-06-06
also reset xs->xs_xr[dci] to NULL when closing the pipe
jdolecek
2021-06-06
Fail open when ipmi device was found.
mlelstv
2021-06-06
Provide missing file ops. Before a simple read() would panic the kernel.
mlelstv
2021-06-06
Schedule command timeout without connection lock being held to prevent
mlelstv
2021-06-05
Ooopppsss - typo!
pgoyette
2021-06-05
As with usbverbose and pciverbose, these modules are not safe to be
pgoyette
2021-06-05
Back out the following changes:
thorpej
2021-06-05
hpcfb_cnattach(): If fbconf == NULL, this is for early console output
rin
2021-06-05
Add IT8625 chip id.
nonaka
2021-06-04
audio(4): When closing /dev/audioN, drain before removing from list.
riastradh
2021-06-02
tpm(4): Preserve error if any on ending commands.
riastradh
2021-06-02
Clear sc_mode only on last close.
mlelstv
2021-06-02
Copy mode of open wedges with the same parent and validate it.
mlelstv
2021-06-02
Can't left shift a signed int by 31. Found by kubsan.
nia
2021-06-01
wsdisplay(4): Use C99 initializer for usl_syncops.
riastradh
2021-06-01
dev_verbose(9): Prohibit autounloading modules.
riastradh
2021-06-01
audio(4): audio_unlink never fails, so make it return void.
riastradh
2021-06-01
audio(4): Insert mixers and audioctls into sc_files on open too.
riastradh
2021-06-01
audio(4): No need to set file->dying when closing the file.
riastradh
2021-06-01
audio(4): Grab sc->sc_cred under sc->sc_lock before freeing.
riastradh
2021-06-01
audio(4): Use kmem_alloc(sizeof(*p)) style.
riastradh
2021-06-01
audio(4): Make sure to return ENXIO if device is being detached.
riastradh
2021-06-01
audio(4): Set AUMODE_PLAY/RECORD only if asked _and_ supported.
riastradh
2021-05-30
synaptics(4): New sysctl knob for debug output.
riastradh
2021-05-30
thinkpad(4): Fix evaluation of MHKA on version 2 devices.
riastradh
2021-05-30
ld(4): Block requests while suspended until resumed.
riastradh
2021-05-30
typo in comment
dholland
[next]