index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
Age
Commit message (
Expand
)
Author
2020-04-07
Claim framebuffer that was configured by bootloader.
Mark Kettenis
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-04-07
Implement support for "usb-nop-xceiv" PHYs.
Mark Kettenis
2020-04-07
Fix off-by-one in check for valid pin numbers and use the existing
Mark Kettenis
2020-04-06
acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-04-06
wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@
cheloha
2020-04-06
sunkbd(4): timeout_add(9) -> timeout_add_msec(9); ok kettenis@
cheloha
2020-04-06
pcppi(4), spkr(4): ticks -> milliseconds
cheloha
2020-04-06
Remove redundant VOP_CLOSE() and vput(). The fail branch will close
Visa Hankala
2020-04-06
fix previous: use the correct offset for sq/rq creation, and don't
Jonathan Matthew
2020-04-06
Make it possible to use ix(4) with MSI-X, currently disabled by default.
Martin Pieuchot
2020-04-06
Add a helper function for writing physical addresses for queues into
Jonathan Matthew
2020-04-06
Update my email address.
Paul Irofti
2020-04-04
Return ENETRESET on success from mcx_up() so mcx_ioctl() will call
Jonathan Matthew
2020-04-03
Put back the code to enable and set the output tap delay. Tis fixes
Mark Kettenis
2020-04-03
Move the responsibility of syncing the data buffers from the USB
Patrick Wildt
2020-04-03
Add rkrng(4), a driver for the random number generator found on various
Mark Kettenis
2020-04-03
The dtb I'm using for my rockpro64 has an "assigned-clocks" property so
Mark Kettenis
2020-04-03
Revert "drm/dp_mst: Skip validating ports during destruction, just ref"
Jonathan Gray
2020-04-03
Fix an automatic Tx rate control issue in iwm(4) and iwx(4).
Stefan Sperling
2020-04-03
Fix incoherencies of errors returned by various *kqfilter routines.
Martin Pieuchot
2020-04-02
Fix use-after-free zyd(4) upon Tx error and device detach.
Stefan Sperling
2020-04-02
Remove iwm(4) 11n mode CCK Tx rate fallback.
Stefan Sperling
2020-04-02
iwm's LQ_CMD can work asynchronously from interrupt context.
Stefan Sperling
2020-04-02
Remove 'done' flag from struct iwx_tx_data. Check data->m == NULL instead.
Stefan Sperling
2020-04-02
Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.
Stefan Sperling
2020-04-01
USB control requests to the root hub differ from those to devices. For
Patrick Wildt
2020-03-31
Fix MIMO rates with firmware-based rate scaling in iwm(4).
Stefan Sperling
2020-03-31
When using a fixed Tx MCS in iwx(4) enable SGI if the peer supports it.
Stefan Sperling
2020-03-31
When using a fixed Tx MCS in iwm(4) enable SGI if the peer supports it.
Stefan Sperling
2020-03-30
No point in checking the loop variable for NULL inside a LIST_FOREACH.
Kenneth R Westerback
2020-03-29
Pin groups have regulators associated with them; enable these such that
Mark Kettenis
2020-03-29
Add glue to make ipmi(4) attach to FDT.
Mark Kettenis
2020-03-28
Export the number of arguments exposed by a probe to userland.
Martin Pieuchot
2020-03-28
Add a few more Allwinner A80 clocks and resets.
Mark Kettenis
2020-03-28
Apply masks to values read from the RTC registers. This is essential for
Mark Kettenis
2020-03-27
Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs.
Patrick Wildt
2020-03-27
Don't free() part of a struct.
Kenneth R Westerback
2020-03-27
Use correct bit mask to promptly exit rge_set_phy_power() and
Kenneth R Westerback
2020-03-27
BD71837 uses the same BUCK2 register as BD71847. This allows
Patrick Wildt
2020-03-26
Fix register definition. Fixes USB3 support when USB has not been
Mark Kettenis
2020-03-26
Prevent NULL dereference in passing result of dma_alloc() with NO_WAIT
tobhe
2020-03-26
drm/amd/amdgpu: Fix GPR read from debugfs (v2)
Jonathan Gray
2020-03-26
drm/amd/display: fix dcc swath size calculations on dcn1
Jonathan Gray
2020-03-26
drm/amd/display: Clear link settings on MST disable connector
Jonathan Gray
2020-03-26
print platform name and gen in early inteldrm attach
Jonathan Gray
2020-03-25
Add missing %s in sr_error, otherwise 'sd->sd_name' is not printed.
tobhe
2020-03-25
Revert introduction of MSI-X code, deraadt@ reported a regression on i386.
Martin Pieuchot
2020-03-25
Introduce stacktrace_save_at() and make use of it in dt(4).
Martin Pieuchot
2020-03-25
Indicate that the case handling data underruns falls through to the case
Jonathan Matthew
[next]