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
2015-12-31
Unconditionally set the "switchcookie". Fixes synchronous VT switching.
Mark Kettenis
2015-12-29
regen
Mark Kettenis
2015-12-29
Intel C610 Thermal Sensor
Mark Kettenis
2015-12-29
Tweak previous by de-indenting label and replacing remaining continues
mmcc
2015-12-29
shuffle tx code slightly and mark bge_start as mpsafe.
David Gwynne
2015-12-29
Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor
Mark Kettenis
2015-12-29
Remove NULL-checks before free().
mmcc
2015-12-28
1. Add a loop_end label to the outer loop
mmcc
2015-12-28
Rework re_start and re_txeof to only check the producer/consumer ring
Jonathan Matthew
2015-12-28
use ulmin when looking at uio_resid to prevent wrapping around.
Ted Unangst
2015-12-27
set sensor type later on init
Joerg Jung
2015-12-27
fold for loops back into a wait function in a similar manner as acpiec does
Joerg Jung
2015-12-27
rename kbdled to backlight and mention chip model in comment
Joerg Jung
2015-12-27
extra taskq is gone, so also remove the no longer needed init variable
Joerg Jung
2015-12-27
simplify and unify keyboard backlight hooks, doing the same kassert instead of
Joerg Jung
2015-12-27
with Mark's fix in previous commit the extra taskq for delayed initialization
Joerg Jung
2015-12-26
Add support for the Perle Speed8 LE.
Mark Kettenis
2015-12-26
regen
Mark Kettenis
2015-12-26
Add Perle Speed8 LE.
Mark Kettenis
2015-12-25
enable iso keyboard munge fix for macbookair6,2
Joerg Jung
2015-12-24
more e-mail -> email
mmcc
2015-12-24
Remove a couple NULL-checks before free().
mmcc
2015-12-23
add aml_freevalue in a couple places, avoid storing a result that
Joshua Stein
2015-12-23
Drop unused goto label.
Visa Hankala
2015-12-22
Make xs_setprop a bit more useful by removing property nodes
Mike Belopuhov
2015-12-22
Implement a bus_dma(9) abstraction on top of Grant Table API
Mike Belopuhov
2015-12-22
Remove obsolete comment.
Mark Kettenis
2015-12-22
The Apple SMC is implemented on a H8S/2117 chip. Communication with the chip
Mark Kettenis
2015-12-21
add virtio-console driver
Stefan Fritsch
2015-12-21
Goto a loop_end label rather than using a continue statement for an
mmcc
2015-12-21
Introduce xen_intr_mask and xen_intr_unmask primitives
Mike Belopuhov
2015-12-21
Cleanup hypercall subsystem type defines
Mike Belopuhov
2015-12-21
Don't unmask the port in xen_intr_establish
Mike Belopuhov
2015-12-20
Advertise support for DRM version 1.4. We have support for all the necessary
Mark Kettenis
2015-12-20
Do not delay video(4) attachment if the device does not need to load
Martin Pieuchot
2015-12-19
Replace 'arc4random() % x' by 'arc4random_uniform(x)'.
tb
2015-12-19
Remove code that has been unused ever since we removed the agp ioctl interface.
Mark Kettenis
2015-12-19
Move agp_generic_enable() prototype to agpvar.h to unbreak the build on
Mark Kettenis
2015-12-19
Prevent GPU lockups with KMS & AGP-enable on Uninorth (G4) machines.
Martin Pieuchot
2015-12-19
Do not match Uninorth bridges until we have a working KMS with AGP
Martin Pieuchot
2015-12-19
Add xs_setprop to set device properties
Mike Belopuhov
2015-12-19
Fixup a few bugs in xen_intr_{establish,disestablish}
Mike Belopuhov
2015-12-18
Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex
Mark Kettenis
2015-12-18
Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier.
Stefan Sperling
2015-12-18
Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex
Mark Kettenis
2015-12-18
Remove two error-on-NULL conditions for allocations that can't fail.
mmcc
2015-12-18
Remove an error-on-NULL condition after a mallocarray() call that cannot
mmcc
2015-12-17
sprinkling ifndef __linux__ around two variable declarations could not
Ted Unangst
2015-12-17
s/expresion/expression/g
mmcc
2015-12-17
If CORB/RIRB are not running, log error message unconditonnaly
Alexandre Ratchov
[next]