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-01-29
Add LPDDR4X and DDR5. Not decoded yet.
msaitoh
2022-01-29
Default WSDISPLAY_BORDER_COLOR to WS_DEFAULT_BG.
uwe
2022-01-28
Factor out the lun detection code to simplify control flow.
christos
2022-01-28
shut up GCC about possibly-uninit; some KNF
jakllsch
2022-01-27
use powerof2() in sd_validate_blksize()
jakllsch
2022-01-27
We no need for PQUIRK_FORCELUNS now that we try REPORT LUNS.
jakllsch
2022-01-27
Try REPORT LUNS command to enumerate logical units.
jakllsch
2022-01-27
drop poorly phrased and redundant message about unsupported chip revisions
jakllsch
2022-01-26
shut up an unused variable warning
macallan
2022-01-25
fix various typos in comments.
andvar
2022-01-25
Add Intel 600 Series PCH (desktop) support.
msaitoh
2022-01-25
Regen.
msaitoh
2022-01-25
Add Alder Lake devices and Intel 600 Series PCH devices.
msaitoh
2022-01-25
Accept USB 3.2 in xhci_id_protocols().
msaitoh
2022-01-25
Fix compile error for non __HAVE_ATOMIC64_LOADSTORE arch.
msaitoh
2022-01-25
Use atomic_{load,store}_relaxed() for event counters.
msaitoh
2022-01-24
remove double "with" in comments and usage text. Also fix one typo.
andvar
2022-01-24
s/begining/beginning/ in comments and messages.
andvar
2022-01-24
Fix ixv.c rev. 1.176. Calculate 36bit counter correctly.
msaitoh
2022-01-24
Use 32bit for 32bit counter.
msaitoh
2022-01-23
Use __MASK(4) in bus_dmatag_subregion. NFCI.
skrll
2022-01-22
Explicitly cast a __MASK(48) to bus_addr_t (for 32bit bus_addr_t archs)
martin
2022-01-22
Explicitly cast a __MASK(40) to bus_addr_t (for 32bit bus_addr_t archs)
martin
2022-01-22
Explicitly cast a 40-bit mask to bus_addr_t in a dead branch (gcc apparently
martin
2022-01-22
Ensure bus_dmatag_subregion is called with an inclusive max_addr
skrll
2022-01-22
Change the devhandle_from_*() functions to also take a "super handle",
thorpej
2022-01-21
s/compatile/compatible/
andvar
2022-01-21
when enumerating ports and endpoints treat missing 'reg' properties as zero
macallan
2022-01-21
Don't bother with prom_node_to_devhandle() if we're just forwarding along
thorpej
2022-01-21
Replace devhandle_invalidate(), which invalidates a devhandle, with
thorpej
2022-01-20
don't 'extern' some other .c file's data, espcially when it's
mrg
2022-01-19
Use spi_compatible_lookup().
thorpej
2022-01-19
Provide a spi_compatible_lookup() function to go along with
thorpej
2022-01-19
Stash the device_t in spi_softc.
thorpej
2022-01-19
Improve ixv(4)'s some event counters.
msaitoh
2022-01-19
Try to fix the build.
martin
2022-01-19
Pass the device_t into spi_configure(), and make the API contract that
thorpej
2022-01-19
Probe / match routines should not have side-effects: do the spi_configure()
thorpej
2022-01-18
Update ixv_print_debug_info() to print similar data to ixg(4).
msaitoh
2022-01-18
Don't expose garbage data of hw.ixvN.debug.
msaitoh
2022-01-18
Don't clear mailbox related counters in ixgbe_upgrade_mbx_params_pf().
msaitoh
2022-01-18
Don't clear mailbox related counters in ixgbe_upgrade_mbx_params_vf().
msaitoh
2022-01-18
Use 64bit for lxon + lxoff.
msaitoh
2022-01-17
fix typos in comments, mainly s/foward/forward/.
andvar
2022-01-17
sdhc: avoid taking adaptive mutex while holding spin mutex
mrg
2022-01-17
Pass the controller devhandle along to the GPIO layer.
thorpej
2022-01-17
G/C mcpgpio_softc::sc_phandle; nothing is using it.
thorpej
2022-01-17
Minimal hack to pass child devices a devhandle created from the OF
thorpej
2022-01-17
When initializing pins, try to get the default pin name from the
thorpej
2022-01-17
Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", and
thorpej
[prev]
[next]