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
2019-12-06
Added RNDIS RSS and TCP offload related definitions.
nonaka
2019-12-06
Added NDIS ver.6.20 definition.
nonaka
2019-12-06
localify
maxv
2019-12-05
Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() does the same thing.
msaitoh
2019-12-04
From OpenBSD:
msaitoh
2019-12-04
Rename ifm to ife for struct ifmedia_entry *. No functional change.
msaitoh
2019-12-01
Map the video RAM cacheable/prefetchable, it's very slow and this helps a bit.
ad
2019-11-28
Use NULL for pointer.
isaki
2019-11-23
Use actual hw mode, not proposed mode.
jmcneill
2019-11-23
Allow bus glue to setup DDC clocks
jmcneill
2019-11-16
Add software volume controls.
jmcneill
2019-11-16
Add I2S audio input support.
jmcneill
2019-11-15
Sort RTK_HWREV_* by value.
msaitoh
2019-11-11
nvme(4): Use the SET_FEATURES command to get the number of allocated queues.
nonaka
2019-11-11
Remove acorn26's upc(4) devices.
msaitoh
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-11-10
Select the correct MPLL and PHY settings for the requested pixel clock
jmcneill
2019-11-09
Add support for internal DesignWare HDMI PHYs
jmcneill
2019-11-04
Fix locking bug seen when using WDCNDELAY_DEBUG in PR kern/52126
prlw1
2019-11-02
fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spi
tnn
2019-11-02
ssdfb: add support for SSD1322
tnn
2019-10-30
if_percpuq(9) automatically increments if_ipackets, so don't add number of
msaitoh
2019-10-28
More code from OpenBSD
mlelstv
2019-10-23
Missing ata_channel_unlock(chp). Noted by mjg@freebsd.
christos
2019-10-22
allow to have a per-product init function
tnn
2019-10-22
use __SHIFTIN
tnn
2019-10-22
define SSD1322 command set
tnn
2019-10-22
Fix channel locking - patch from Christos.
martin
2019-10-21
if_percpuq(9) automatically increments if_ipackets, so don't increment it in
msaitoh
2019-10-19
awge: drop redundant m_adj(). Handled via uipc_mbuf.c r1.235 instead.
tnn
2019-10-18
s/initalize/initialize/ in comment or printf message.
msaitoh
2019-10-15
correct pointer arithmetics
tnn
2019-10-15
awge: fix issue that caused rx packets to be corrupt with DIAGNOSTIC kernel
tnn
2019-10-11
Use unsigned to avoid undefined behavior. Found by kUBSan.
msaitoh
2019-10-09
Provide a better abstraction for the TPM interface. Report it in the ioctl.
maxv
2019-10-09
Add suspend support for TPM 2.0 chips. Check the TPM response also for 1.2
maxv
2019-10-08
Improvements in tpm(4):
maxv
2019-10-06
Get rid of bogus ADW_CALLBACK typedef. Use the real callback types
uwe
2019-10-06
Get rid of bogus ASC_CALLBACK typedef. Use the real callback type
uwe
2019-10-05
remove __packed attribute from struct ieee80211_radiotap_header
mrg
2019-10-05
Add support for SDIO interrupts.
jmcneill
2019-10-03
If firmware is connected in HT or VHT mode, report it to SIOCGIFMEDIA
jmcneill
2019-10-01
Don't attach an ld device if the format descriptor is unsupported/unused.
mlelstv
2019-09-29
Use AHCI_RFIS_SYNC in ahci_cmd_complete() AT_READREG case.
jakllsch
2019-09-29
Use AHCI_CMDTBL_SYNC in ahci_exec_fis() to ensure hardware sees the
jakllsch
2019-09-29
Ensure cmdh_prdtl is 0 in ahci_do_reset_drive().
jakllsch
2019-09-29
Make AHCI_RFIS_SYNC macro (currently unused) compile.
jakllsch
2019-09-26
nvme(4): Don't attach the device, if namespace not found.
nonaka
2019-09-25
Make clang -Wformat-security happier by not passing a (constant) variable
maya
2019-09-23
Move the timeout check out of the loop, otherwise it is never reached.
maxv
[next]