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
/
pci
Age
Commit message (
Expand
)
Author
2019-05-31
remove duplicate page table
Jonathan Gray
2019-05-30
Fix definitions of PCI_MSIX_MAU32 and add a define for the MSI-X function
Mark Kettenis
2019-05-30
Mellanox support tells me that according to an internal datasheet, legacy
Jonathan Matthew
2019-05-30
wrap some long lines, except in bits I'll probably have to rewrite soon
Jonathan Matthew
2019-05-29
Add jumbo frame support. Set the port MTU as high as we can (up to 9500)
Jonathan Matthew
2019-05-27
spelling fixes in comments and one printf; from j sisson
Jason McIntyre
2019-05-27
fix virtio_pci on 32bit archs
Stefan Fritsch
2019-05-26
Support virtio 1.0 for virtio_pci
Stefan Fritsch
2019-05-26
Rework virtio_negotiate_features()
Stefan Fritsch
2019-05-26
virtio_pci: Move msix vector config into functions
Stefan Fritsch
2019-05-26
virtio_pci: Split bus space handles
Stefan Fritsch
2019-05-24
Match radeon_device.c rev 1.2 and return early in amdgpu_device_suspend()
Jonathan Gray
2019-05-24
implement support for SIOCGIFSFFPAGE
Jonathan Matthew
2019-05-23
drop STUB() calls in paths frequently called when running xorg
Jonathan Gray
2019-05-23
Inline 18 bytes of packet header so we can send vlan tagged packets.
Jonathan Matthew
2019-05-23
match radeondrm and switch DRM_INFO message with device id/asic name to
Jonathan Gray
2019-05-23
Formatting fixes.
Kevin Lo
2019-05-21
add amdgpu from linux 4.19.44 for recent AMD Radeon parts
Jonathan Gray
2019-05-17
Implement mcx_down() and use it to unwind unsuccessful mcx_up() attempts.
Jonathan Matthew
2019-05-16
Attach two dwiic-pci devices that didn't work before. That problem seems
Mike Larkin
2019-05-15
remove some use of uninitialized values pointed out by jsg@
Jonathan Matthew
2019-05-15
Rework tx path to allow using up to 13 segments per packet, so we don't
Jonathan Matthew
2019-05-13
enable in_irq() based check
Jonathan Gray
2019-05-13
add in_irq() in_interrupt() in_task()
Jonathan Gray
2019-05-13
free(9) sizes.
Martin Pieuchot
2019-05-13
add idr_is_empty()
Jonathan Gray
2019-05-12
remove unused STUB definition
Jonathan Gray
2019-05-11
implement dma_fence_array
Jonathan Gray
2019-05-11
move irq_work bits into irq_work header
Jonathan Gray
2019-05-10
Fix idr_get_next() such that idr_for_each_entry() actually works.
Mark Kettenis
2019-05-10
Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems.
Brent Cook
2019-05-10
regen
Jonathan Gray
2019-05-10
add Intel Atom C3000 ids
Jonathan Gray
2019-05-09
set up IFP using the gen3 path on pineview
Jonathan Gray
2019-05-09
Correctly mask status bits in iwm's ADD_STA command response; remaining
Stefan Sperling
2019-05-09
Add two sanity checks to iwm's firmware notification interrupt handler:
Stefan Sperling
2019-05-09
add free sizes
Brent Cook
2019-05-09
Implement set_rate() method for M-Audio Audiophile 192k cards.
Alexandre Ratchov
2019-05-08
Add wait_event_killable(). In linux TASK_KILLABLE only gets fatal
Jonathan Gray
2019-05-08
Fix overflow tests such that we can allocate arrays with zero items.
Mark Kettenis
2019-05-08
add cmpxchg() with same implementation as atomic_cmpxchg()
Jonathan Gray
2019-05-08
We're not quite ready yet to actually detach inteldrm(4).
Mark Kettenis
2019-05-08
add free size, the old number of mixers, when reallocating.
Ted Unangst
2019-05-08
match on 200 and 300 series pch kt
Jonathan Gray
2019-05-08
match on 300 series pch
Jonathan Gray
2019-05-08
regen
Jonathan Gray
2019-05-08
add more Intel 300 Series PCH ids
Jonathan Gray
2019-05-07
Use the same completion queue for both the send and receive queues.
Jonathan Matthew
2019-05-07
always rearm completion queues as leaving them disarmed would lead to rx
Jonathan Matthew
2019-05-07
align the rx buffer to ETHER_ALIGN
David Gwynne
[next]