index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
radeon_irq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't assume no interrupts if the command processor is not running.
oga
2011-06-19
1
-4
/
+1
*
Add $OpenBSD$ after oga said 'go ahead and fix that'
weerd
2011-06-02
1
-0
/
+1
*
Add RADEON_CS ioctl support for r600 and r700.
oga
2011-05-30
1
-0
/
+2
*
Use IPL_TTY instead of IPB_BIO as suggested by oga.
marco
2010-04-15
1
-1
/
+1
*
DRM for R600 and R700 chipsets.
oga
2010-03-27
1
-13
/
+18
*
Rework the vblank subsystem so that instead of having various bits in
oga
2009-04-05
1
-1
/
+1
*
${XORGNAME}_driver_irq_handler() is a stupid name for an interrupt
oga
2009-04-03
1
-3
/
+3
*
More compat crud bites the dust: Remove the IRQ_NONE and IRQ_HANDLED
oga
2009-04-03
1
-2
/
+2
*
kill the stupid DRM_IRQ_ARGS macros and irqreturn_t typedef, switch to
oga
2009-04-03
1
-3
/
+3
*
Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove
oga
2009-04-03
1
-0
/
+1
*
Add a lock to protect races for the software interrupt on radeon chips
oga
2009-04-03
1
-44
/
+41
*
Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep,
oga
2009-04-03
1
-6
/
+5
*
Remove a bunch of compat macros, just expand them to the openbsd
oga
2009-03-27
1
-1
/
+1
*
De-macro the ring manipulation macros in favour of functions. Saves a
oga
2009-03-05
1
-1
/
+0
*
Do a similar thing to inteldrm re removing the old vblank crtc
oga
2009-03-05
1
-19
/
+0
*
Remove the stats_boxes counters and associated code from radeondrm.
oga
2009-03-05
1
-2
/
+0
*
dev_priv->irq_enabled is only set to zero and then ignored. kill it.
oga
2009-02-15
1
-2
/
+0
*
destatic radeondrm almost completely. I'm sick of ddb lying to me.
oga
2008-11-24
1
-5
/
+15
*
Fixup wakeup pointers. interrupts work properly again.
oga
2008-11-24
1
-1
/
+1
*
Map device interrupts in the attach routine. and remove more need for
oga
2008-11-23
1
-7
/
+10
*
Move vblank data allocation to happening at attach, not at irq enable.
oga
2008-11-23
1
-5
/
+0
*
using ``wait queues' for sleep is a linuxism. Kill them and just sleep
oga
2008-11-22
1
-3
/
+2
*
Kill the linux-ready negative return codes in ``shared'' code. We handle
oga
2008-10-07
1
-6
/
+6
*
Update to DRM git.
oga
2008-07-29
1
-41
/
+14
*
Update the radeondrm driver to be level with drm git.
oga
2008-07-03
1
-1
/
+1
*
Update to DRM git as of a few days ago. This mostly affects the
oga
2008-06-11
1
-102
/
+198
*
Initial import of the DRM (direct rendering manager).
oga
2007-11-28
1
-0
/
+321