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-04-16
New driver for Araneus Alea II TRNG. All the hardwork has been done by
Martin Pieuchot
2015-04-15
Convert remaining drm ioctl implementation functions to return Linux-style
Mark Kettenis
2015-04-14
Setting the configuration in *_attach() is a bad practise because if it
Martin Pieuchot
2015-04-14
It's not possible to call umcs_get_status() in interrupt context
Martin Pieuchot
2015-04-14
Make sure we close the interrupt pipe when the device is detached.
Martin Pieuchot
2015-04-13
Initialize RX/TX on re(4) slightly later; it appears that newer chips
Stuart Henderson
2015-04-13
Make sure we print the MAC address on sparc64 as well.
Mark Kettenis
2015-04-13
Now that if_input() set the receiving interface pointer on mbufs for us
Martin Pieuchot
2015-04-12
Add a few missing trace functions, and "use" them. Add back the WATCH_GTT
Mark Kettenis
2015-04-12
change back to linux style pci vendor/device defines
Jonathan Gray
2015-04-12
change back to wait_for/wait_for_atomic_us
Jonathan Gray
2015-04-12
Switch back to ioread32 and iowrite32 for cases where bus_space_vaddr is
Jonathan Gray
2015-04-12
make wait_queue_head a struct with a mutex
Jonathan Gray
2015-04-11
Directly handle ioctls issued to a SCSI device associated with a softraid
Joel Sing
2015-04-11
Add support for restarting rebuilds on RAID 5.
Joel Sing
2015-04-11
Convert lii(4) to if_input().
Joel Sing
2015-04-11
rename i915 interrupt handlers from *_intr back to *_irq_handler
Jonathan Gray
2015-04-11
change back to spinlock_t/DEFINE_SPINLOCK
Jonathan Gray
2015-04-11
change back to drm_free_large/drm_malloc_ab
Jonathan Gray
2015-04-11
add/use max_t()
Jonathan Gray
2015-04-11
Rename i915_gem_chipset_flush() to intel_gtt_chipset_flush()
Jonathan Gray
2015-04-10
Axe vq_free_entry_locked
Stefan Fritsch
2015-04-10
Fix typo in macro name
Stefan Fritsch
2015-04-10
Convert to if_input().
Martin Pieuchot
2015-04-10
I did quite some changes to this driver, so add copyright.
Martin Pieuchot
2015-04-10
Full-speed isochronous transfers support with opportunistic micro-frames
Martin Pieuchot
2015-04-10
Move irqs_disabled() and in_dbg_master() out of the i386/amd64 ifdef block
Jonathan Gray
2015-04-10
Add support for CRC-enabled elantech v3 touchpads.
Stefan Sperling
2015-04-10
Convert remaining USB Ethernet adapter to if_input().
Martin Pieuchot
2015-04-10
Use mdelay(x) instead of delay(x * 1000) for drm_msleep() to better
Jonathan Gray
2015-04-10
Make drm_can_sleep() match linux. No change in behaviour as it's
Jonathan Gray
2015-04-10
add irqs_disabled() and in_dbg_master() using cold and db_is_active
Jonathan Gray
2015-04-09
Send lmc(4) and san(4) to the HDLC framed bit bucket in the sky.
Theo de Raadt
2015-04-09
to quote jim smith:
David Gwynne
2015-04-08
Move vmap back to kernel_map/uvm_km_valloc as it's allowed to fail.
Jonathan Gray
2015-04-08
Convert to if_input().
Martin Pieuchot
2015-04-08
Convert to if_input().
Martin Pieuchot
2015-04-08
don't leak the chip's hardware address during scans when a randomized address
Jasper Lievisse Adriaanse
2015-04-08
change back to udelay/mdelay
Jonathan Gray
2015-04-08
change back to memcpy_toio/memcpy_fromio/memset_io
Jonathan Gray
2015-04-08
change back to using min_t
Jonathan Gray
2015-04-08
ttm has it's own version of kmap/kunmap that uses
Jonathan Gray
2015-04-07
Use m_defrag when mbuf chains get fragmented.
Stefan Fritsch
2015-04-07
Keep in sync with the sparc version: convert to if_input().
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
[next]