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
Age
Commit message (
Expand
)
Author
2015-04-07
introduce a garbage collector for (very) idle pool pages.
David Gwynne
2015-04-07
Do not pass an `ifp' argument to interface input handlers since it
Martin Pieuchot
2015-04-07
Mark audio interrupt handlers as MPSAFE, they already grab the right
Martin Pieuchot
2015-04-07
Use appropriate memory barriers.
Martin Pieuchot
2015-04-06
Move almost all of the linux compat from drmP.h to drm_linux.h.
Jonathan Gray
2015-04-06
switch back from roundup2() and roundup() to round_up()
Jonathan Gray
2015-04-06
switch back from howmany() to DIV_ROUND_UP()
Jonathan Gray
2015-04-06
move some inline linux compat into the dedicated files
Jonathan Gray
2015-04-06
drm_calloc -> kcalloc
Jonathan Gray
2015-04-06
add/use some more errno remapping
Jonathan Gray
2015-04-06
Now we have dev_priv->mm.gtt_base_addr we can set fb_base and remove
Jonathan Gray
2015-04-06
Add an empty drm_sysfs_hotplug_event() function and use it
Jonathan Gray
2015-04-06
Convert to if_input(); ok mpi@
Miod Vallat
2015-04-06
Add get_user() and put_user() compatibility interfaces and use them.
Mark Kettenis
2015-04-06
add back some more static use to reduce the diff to linux
Jonathan Gray
2015-04-06
No need to use a temporary pointer variable after the drm struct name
Jonathan Gray
2015-04-06
add and use macros for wake_up/wake_up_all/wake_up_all_locked
Jonathan Gray
2015-04-06
Convert some udelay() calls back to DRM_UDELAY() where
Jonathan Gray
2015-04-05
Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers;
Miod Vallat
2015-04-05
Consistently use #if 0/#endif to handle our lack of DRM_MINOR_CONTROL.
Mark Kettenis
2015-04-05
whitespace
Mark Kettenis
2015-04-05
Another round of reducing diffs with Linux. This one moves the various
Mark Kettenis
2015-04-04
fchmod and lstat are standard, widen their visibility
Jeremie Courreges-Anglas
2015-04-04
Use config_suspend() instead of dereferencing ca_activate directly to
Martin Pieuchot
2015-04-03
Fix unsigned vs signed comparison in for() loop condition causing an infinite
Miod Vallat
2015-04-03
resync i915_drv.h to make it diffable to linux
Jonathan Gray
2015-04-03
change types/macros to reduce the diff to linux
Jonathan Gray
2015-04-03
Translate PAGE_MASK usage for the way it is defined in our kernel.
Jonathan Gray
2015-04-03
Convert to if_input().
Martin Pieuchot
2015-04-02
use correct capitalization of 'BlackBerry'
Jasper Lievisse Adriaanse
2015-04-02
Merge openpic_init() into openpic_attach(), no functional change.
Martin Pieuchot
2015-04-02
One function pointer per pic function is enough.
Martin Pieuchot
2015-04-02
Cleanup function definitions, use only one define for DEBUG and remove
Martin Pieuchot
2015-04-02
Call if_input() without grabbing the kernel lock first.
Mark Kettenis
2015-04-02
Grab the kernel lock around the bpf_mtap_ether() call in if_input(). This
Mark Kettenis
2015-04-01
Add cpu_pae variable (which will be later used to determine if PAE mode is
Mike Larkin
2015-04-01
fix typo in comment; OK mpi@
Gleydson Soares
2015-04-01
Correct comments.
Masao Uebayashi
2015-04-01
Run most of the interrupt handler without holding the kernel lock.
Mark Kettenis
2015-04-01
Kill useless comments talking about ether_input().
Martin Pieuchot
2015-04-01
Remove annoying comment mentionning ether_output().
Martin Pieuchot
2015-04-01
Small cleanups when attaching sensors, from David Higgs.
Martin Pieuchot
2015-04-01
create a taskq for network tasks to run in. cut ether_input_mbuf
David Gwynne
2015-03-31
Make it possisble to disable block address translation mechanism on
Martin Pieuchot
2015-03-31
Merge two versions of ppc_check_procid().
Martin Pieuchot
2015-03-31
let vlan(4) mtu be limited by the parents hardmtu, not current mtu.
David Gwynne
2015-03-31
Tell the firmware to shut down the fan management thread on the last
Martin Pieuchot
2015-03-31
Tracing across an interrupt frame was failing because the trace code thought
Philip Guenther
2015-03-31
zero the frame pointer of the kernel stack of new threads to make ddb trace
Philip Guenther
2015-03-31
Upon finding an AUX slot that has no driver for it (such as the
Joshua Stein
[next]