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
2016-04-13
provide an scsi_adapter and stub functions for emulation to sit in
David Gwynne
2016-04-13
nvme_sqe_fill will post a copy of an sqe from a caller
David Gwynne
2016-04-13
poll for command completion on the cqe itll be of calling nvme_intr
David Gwynne
2016-04-13
make nvme_poll return the flags from the completion queue entry
David Gwynne
2016-04-13
keep track of the queue id in nvme_queue.
David Gwynne
2016-04-13
rename idx to id in nvme_q_alloc
David Gwynne
2016-04-13
nvme_dmamem_alloc runs in autoconf or process context, so it can sleep
David Gwynne
2016-04-13
We're always ready! So send IFQ_SET_READY() to the bitbucket.
Martin Pieuchot
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-04-13
Keep all pools in the same place.
Martin Pieuchot
2016-04-13
Remove extra parenthesis around comparison.
Vincent Gross
2016-04-13
add missing arguments to debug printf
Mike Larkin
2016-04-12
Simplify amap traversal in amap_swap_off.
Stefan Kempf
2016-04-12
No need to rescan chunks in each discipline to find appropriate
Kenneth R Westerback
2016-04-12
Unbreak tree. Put 'laddr6' declaration inside #ifdef INET6/#endif.
Kenneth R Westerback
2016-04-12
Call if_enqueue() and if_start() instead of dereferencing the ifp
Martin Pieuchot
2016-04-12
shuffle attach so we read chip capabilities before operating on it
David Gwynne
2016-04-12
Call ether_fakeaddr() instead of faking Ethernet addresses manually.
Martin Pieuchot
2016-04-12
Call debug register dump functions in error conditions (if VMM_DEBUG set)
Mike Larkin
2016-04-12
Remove unneeded art_free().
Martin Pieuchot
2016-04-12
Set bridge(4)'s if_output to a dummy function returning EAFNOSUPPORT as
Martin Pieuchot
2016-04-12
Only build the vcpu register dump functions if VMM_DEBUG is enabled, no
Mike Larkin
2016-04-11
Simplify in_pcblookup_local() logic.
Vincent Gross
2016-04-11
Rename in_pcblookup() to in_pcblookup_local() and change its prototype
Vincent Gross
2016-04-11
This code chunk has been disabled since its import, and what is does is
Vincent Gross
2016-04-11
Search in the correct routing table if NPF is not defined.
Martin Pieuchot
2016-04-11
Add functions to dump vcpu register state. Needed for some upcoming diffs.
Mike Larkin
2016-04-11
Clarify some comments
Mike Larkin
2016-04-10
For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8M
Mark Kettenis
2016-04-10
Fix layer violation in the ihidev(4) code by implementing a generic mechanism
Mark Kettenis
2016-04-10
remove an uneeded include
Jonathan Gray
2016-04-10
Don't try to get a board name string before attaching mainbus with the
Jonathan Gray
2016-04-08
We must always check if the socket is already bound, and always set
Vincent Gross
2016-04-08
Fix match function so that the cortex bus only attaches if the attach
Patrick Wildt
2016-04-08
sync
Reyk Floeter
2016-04-08
Add Intel Bay Trail EHCI (as found on 1st gen Compute Stick)
Reyk Floeter
2016-04-08
Get rid of some infrastrcuture that is now obsolete and synchronize some of
Mark Kettenis
2016-04-08
add m_purge for freeing a list of mbufs linked via m_nextpkt
David Gwynne
2016-04-07
Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driver
Mark Kettenis
2016-04-07
Return -ENOSPC if idr_alloc() fails to allocate an unused id instead of
Mark Kettenis
2016-04-07
Instead of panicking if an mbuf(9) already has a statekey dump its
Martin Pieuchot
2016-04-07
Always call bread_cluster() instead of calling it only if the current
Martin Pieuchot
2016-04-07
Share clone bitmap between aliased vnodes. This prevents duplicate clone
Martin Natano
2016-04-06
Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the T430s.
Mark Kettenis
2016-04-06
Remove some pre-idr leftovers.
Mark Kettenis
2016-04-06
Another "idr" conversion.
Mark Kettenis
[next]