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
2013-12-15
Overhaul the pread and pwrite code to match what Linux does. Should fix a few
Mark Kettenis
2013-12-15
Abuse phys_map to reliably wait for kva.
Mark Kettenis
2013-12-14
remove a duplicated includ file.
Yojiro Uo
2013-12-14
regen
Brad Smith
2013-12-14
new Realtek PHY.
Brad Smith
2013-12-13
add an entry for "IIJmobile 510FU"
Yojiro Uo
2013-12-13
regen
Yojiro Uo
2013-12-13
add IIJmobile 510FU
Yojiro Uo
2013-12-13
regen
Yojiro Uo
2013-12-13
add FUJITSU component FX-5251WB
Yojiro Uo
2013-12-13
add SACOM USB485BL
Yojiro Uo
2013-12-13
regen
Yojiro Uo
2013-12-13
add vendor SACOM (0ba0h)
Yojiro Uo
2013-12-13
Rewrite receive filter handling and ioctl bits.
Brad Smith
2013-12-12
Add db_vprintf(), and then use it in ACPI's db_disprint() instead of
Philip Guenther
2013-12-12
printf(variable) --> printf("%s", variable)
Philip Guenther
2013-12-11
Make obj->pages a simple array instead of an array of bus_dma_segment_t's.
Mark Kettenis
2013-12-11
Revert change to sha256: ramdisks don't build with this and the obvious
Philip Guenther
2013-12-11
update a few RC4 references to ChaCha. thanks sthen
Ted Unangst
2013-12-11
md5 smells bad. switch to sha256. ok deraadt matthew mikeb
Ted Unangst
2013-12-11
Clean up the ioctl handler to be in line with most of the other
Brad Smith
2013-12-09
Bring i915_gem_mmap_ioctl a bit closer to the Linux code.
Mark Kettenis
2013-12-09
At resume, do not spin flushing characters in from the chip. There shouldn't
Theo de Raadt
2013-12-09
Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT
Mark Kettenis
2013-12-09
use new com.c bus-independent suspend/resume code, rather than trying to
Theo de Raadt
2013-12-09
initialize staterr, no functional change; from david hill
Mike Belopuhov
2013-12-09
At suspend/resume time cope with timeouts, DTR on resume in a bus
Theo de Raadt
2013-12-09
Fix crash on urndis(4) detach
Paul Irofti
2013-12-09
replace workq_task_add with a task. stash teh struct in the ata xfer thing
David Gwynne
2013-12-09
timeout_del unconditionally
Theo de Raadt
2013-12-09
Mark a few functions with __unused.
Brad Smith
2013-12-08
Fix rtsx_read_cfg() return value check in rtsx_attach(). Diff from dhill.
Stefan Sperling
2013-12-08
simplify activate function
Theo de Raadt
2013-12-08
remove case that does nothing
Theo de Raadt
2013-12-08
Enable rum(4) for armv7. Committing through it on pandaboard.
Martynas Venckus
2013-12-08
add static back to the ttm functions
Jonathan Gray
2013-12-07
Some cleaning up of the ioctl handling bits to bring things in line
Brad Smith
2013-12-07
Rewrite receive filter handling and ioctl bits. Fixes not being able to
Brad Smith
2013-12-07
Emulating wait_event_timeout() using msleep() is hard. This version should
Mark Kettenis
2013-12-07
Remove the agp-specific bus_dma code. It is no longer used now that
Mark Kettenis
2013-12-07
No need to blow away the cache after updating GTT entries. The driver already
Mark Kettenis
2013-12-07
Now that we properly flush caches, we can enable cpu relocations.
Mark Kettenis
2013-12-07
Enable fast path for relocations.
Mark Kettenis
2013-12-07
Some fixes for jme_encap()..
Brad Smith
2013-12-06
Change a WARN_ON into a BUG_ON to match Linux.
Mark Kettenis
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-12-06
It seems to be possible to truncate an object while it is still mapped.
Mark Kettenis
2013-12-06
Another round of reducing diffs with Linux.
Mark Kettenis
2013-12-05
Fully unstub intel_overlay_{map|unmap}_regs.
Mark Kettenis
2013-12-05
use dv_unit rather than storing local version (removed sc_unit in
sasano
[next]