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
2014-07-09
Kill unused shutdown hook pointers.
Martin Pieuchot
2014-07-09
avoid being too smart when filling the rx ring.
David Gwynne
2014-07-09
dont try to be smart about avoiding the use of too many descriptors
David Gwynne
2014-07-08
Recognize (and ignore) ``black button'' presses. ok beck@
Miod Vallat
2014-07-08
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
Theo de Raadt
2014-07-08
undo accidentally committed changes
Stefan Sperling
2014-07-08
Remove left-over call to removed function m_clsetwms().
Stefan Sperling
2014-07-08
cut things that relied on mclgeti for rx ring accounting/restriction over
David Gwynne
2014-07-08
bus_dmamap_sync the rx ring once per em_rxeof call, rather than for every
David Gwynne
2014-07-08
in em_rxeof, when the ifp stack var is declared its initted to the
David Gwynne
2014-07-08
em_rxeof is only called from em_intr, and only if IFF_RUNNING is
David Gwynne
2014-07-07
if em encounters a heavilty fragmented packet, it can (will) stall the
David Gwynne
2014-07-07
Don't print warnings for mouse interrupts on bsd.rd
Alexandr Shadchin
2014-07-06
If we find a bogus interrupt (undefined polarity or trigger) don't panic but
Mark Kettenis
2014-07-06
drm/radeon: avoid segfault on device open when accel is not working.
Jonathan Gray
2014-07-06
drm/radeon: handle non-VGA class pci devices with ATRM
Jonathan Gray
2014-07-06
drm/radeon: also try GART for CPU accessed buffers
Jonathan Gray
2014-07-03
Get clocks from Open Firmware on macppc and sparc64.
Mark Kettenis
2014-07-03
sending a heavily fragmented packet will cause the bus_dmamap_load
David Gwynne
2014-07-02
Use real parameter types for u{dv,vn}_attach() instead of void *
Matthew Dempsky
2014-07-01
Adding an additonal delay after each access to SystemMemory or SystemIO
Mark Kettenis
2014-06-28
Add the userland facing drm header for nouveau.
Jonathan Gray
2014-06-27
Standardize xfer byte counts to ssize_t rather than a mix of size_t and int
Miod Vallat
2014-06-26
fix format string when compiled with VIRTIO_DEBUG
Jasper Lievisse Adriaanse
2014-06-26
Work around compatibility problems with Intel ahci and Intel SSDs by retrying
Jonathan Matthew
2014-06-25
So it turns out that there is AML out there that asks for an access
Mark Kettenis
2014-06-25
If the Embedded Contoller device has a _STA method, evaluate it and bail out
Mark Kettenis
2014-06-23
SystemMemory is used to access memory mapped registers on some machines, so we
Mark Kettenis
2014-06-21
drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()
Jonathan Gray
2014-06-21
drm/radeon/si: make sure mc ucode is loaded before checking the size
Jonathan Gray
2014-06-21
drm/radeon: memory leak on bo reservation failure. v2
Jonathan Gray
2014-06-21
remove useless brace block; from dhill
Theo de Raadt
2014-06-20
sf@ pointed out that atom.c defines a DEBUG macro that takes arguments,
Jonathan Gray
2014-06-19
drm/i915: fix lane bandwidth capping for DP 1.2 sinks
Jonathan Gray
2014-06-19
drm/i915: kill intel_dp_link_clock()
Jonathan Gray
2014-06-17
Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANs
Stefan Fritsch
2014-06-17
whitespace fix.
David Gwynne
2014-06-17
Revise previous: if a user calls STRIOCGETCWD two or more times in a row
Philip Guenther
2014-06-17
ansi function declarations.
David Gwynne
2014-06-15
Fix vnode leak in systrace(4).
Matthew Dempsky
2014-06-15
Fix a few format string bugs with -DDEBUG
Stefan Fritsch
2014-06-15
Fix hang with virtio event_idx feature
Stefan Fritsch
2014-06-15
Decode ModR/M for 32-bit MOVSX instruction.
Paul Irofti
2014-06-15
Fix 0x67 prefixed LEA instruction.
Paul Irofti
2014-06-15
Fix 0x67 prefixed near CALL decoding.
Paul Irofti
2014-06-14
Change return value of getentropy() to int 0 for success. Maximum
Theo de Raadt
2014-06-13
Make run(4) attach to RT5572.
Stefan Sperling
2014-06-13
regen
Stefan Sperling
2014-06-13
Add USB device ID of Ralink RT5572. Found in a TP-LINK TL-WDN3200 device.
Stefan Sperling
2014-06-13
Add new getentropy() system call. Code and pressure from matthew.
Theo de Raadt
[next]