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
2021-01-06
Let a process open a video(4) device multiple times
Jeremie Courreges-Anglas
2021-01-06
Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to the
Claudio Jeker
2021-01-04
the tx doorbell is next to the rx doorbell, not on top of it.
David Gwynne
2021-01-04
use bus_dmamap_sync around updates to the doorbells.
David Gwynne
2021-01-01
Remove useless redundant call of ttyopen().
jan
2020-12-31
Keep polling if a temperature sensor reading fails. This is needed
Mark Kettenis
2020-12-31
Add trace points for malloc(9) and free(9). This makes them traceable
Claudio Jeker
2020-12-31
don't oversleep when waiting on fences
Jonathan Gray
2020-12-30
Enter power-saving mode on POWER9 (ISA v3)
gkoehler
2020-12-29
Handle pinctrl.
Mark Kettenis
2020-12-29
Add more PWM pin descriptions.
Mark Kettenis
2020-12-28
Analog to the the kern.audio.record sysctl parameter for audio(4)
Marcus Glocker
2020-12-28
Add support for the PCIe controller found on Amlogic G12A/G12B/SM1 SoCs.
Mark Kettenis
2020-12-28
regen
Mark Kettenis
2020-12-28
Add Synopsys vendor and their DesignWare PCIe bridge.
Mark Kettenis
2020-12-27
acpi_map_address() cannot be wrapped by SMALL_KERNEL anymore, as
Theo de Raadt
2020-12-27
Remove debug printf.
Mark Kettenis
2020-12-27
Add PCIe support.
Mark Kettenis
2020-12-27
Add PCIe power domain.
Mark Kettenis
2020-12-27
have mcx_process_txeof return the number of slots it processed.
David Gwynne
2020-12-27
do a bus space barrier after arming the eq.
David Gwynne
2020-12-27
disable timestamping a little bit harder to avoid divide by 0.
David Gwynne
2020-12-27
shuffle filling the rx ring so the sw prod is updated before the hw.
David Gwynne
2020-12-26
reuse the calculated vector as the argument to pci_intr_map_msix.
David Gwynne
2020-12-26
add bus_dmamap_sync ops around the eq.
David Gwynne
2020-12-26
add some bus_dmamap_syncs around the rq.
David Gwynne
2020-12-26
sprinkle some bus_dmamap_syncs around the cq handling.
David Gwynne
2020-12-26
sprinkle some bus_dmamap_syncs around the sq.
David Gwynne
2020-12-26
better manage the lifetime of the dmamem used for various rings.
David Gwynne
2020-12-26
sdmmc(4): sdmmc_io_function_enable(): don't sleep on lbolt
cheloha
2020-12-25
expose the mcx timer as a timecounter.
David Gwynne
2020-12-25
match on Gemini Lake I2C
Jonathan Gray
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-12-24
Do proper accounting of zero length TDs. Currently a specific number
Marcus Glocker
2020-12-24
Extract clock frequency from _DSD properties.
Patrick Wildt
2020-12-24
Implement capability register overrides based on _DSD properties.
Mark Kettenis
2020-12-24
regen
Jonathan Gray
2020-12-24
add some NVMe devices and Intel Comet Lake host bridges
Jonathan Gray
2020-12-24
ramdisks do not contain WOL
Theo de Raadt
2020-12-24
Add Wake on LAN support to rge(4).
Kevin Lo
2020-12-23
Fix regulators that use "active-low" polarity. Our implementation now
Mark Kettenis
2020-12-22
have the ifrxr info stuff report the buffer size the hw handles.
David Gwynne
2020-12-22
Add PCIe clocks.
Mark Kettenis
2020-12-22
Defer hardware initialization in order to give things like PCIe PHYs
Mark Kettenis
2020-12-22
name the rx rings like ix does for systat mb
David Gwynne
2020-12-21
Only enable rasops1_putchar8() and rasops1_putchar16() optomizations on
Mark Kettenis
2020-12-20
sync with i915_pciids.h
Jonathan Gray
2020-12-20
drm/i915: Remove dubious Valleyview PCI IDs
Jonathan Gray
2020-12-20
remove duplicate device id caused by subids in INTEL_IVB_Q_IDS
Jonathan Gray
2020-12-20
test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok()
Jonathan Gray
[next]