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
2020-06-16
remove some unused defines
Jonathan Gray
2020-06-16
implement atomic_inc_not_zero() by way of atomic_add_unless()
Jonathan Gray
2020-06-16
remove a dead store
Jonathan Gray
2020-06-16
configure toeplitz using the kernel stoeplitz key if needed.
David Gwynne
2020-06-16
show the structure for the rss configuration.
David Gwynne
2020-06-16
Use separate event queues and interrupt vectors for admin/link events
Jonathan Matthew
2020-06-14
rename our kunmap() to kunmap_va()
Jonathan Gray
2020-06-14
convert kunmap() arguments with pointer to page struct
Jonathan Gray
2020-06-14
fix i915_gem_swizzle_page()
Jonathan Gray
2020-06-14
make IS_ERR() and IS_ERR_OR_NULL() return bool
Jonathan Gray
2020-06-14
move tx and rx ring variables into their own structs.
David Gwynne
2020-06-13
correct a krealloc conversion
Jonathan Gray
2020-06-13
Some new firmware for ConnectX-5 tries to give pages back when
Jonathan Matthew
2020-06-13
use wakeup_one() in complete()
Jonathan Gray
2020-06-13
use a unique wchan name for wait_for_completion()
Jonathan Gray
2020-06-12
Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs is
Mark Kettenis
2020-06-12
Make amdgpu_irq_add_domain silent; this functionality is only needed to
Mark Kettenis
2020-06-12
don't warn on calls to drm_connector_attach_content_protection_property()
Jonathan Gray
2020-06-12
correct typo, this did not compile..
Theo de Raadt
2020-06-12
Pay attention to the (Linux) kernel log level.
Mark Kettenis
2020-06-12
Since we don't support CONFIG_SWIOTLB, make drm_need_swiotlb() just return
Mark Kettenis
2020-06-12
We won't support debugfs stuff on OpenBSD, at least not via a filesystem
Mark Kettenis
2020-06-12
Make i915_perf_register silent; don't see us supporting this functionality
Mark Kettenis
2020-06-12
DRM_I915_FBDEV was replaced by DRM_FBDEV_EMULATION
Jonathan Gray
2020-06-12
remove unused mcx_softc members.
David Gwynne
2020-06-11
wrap some long lines. no functional change.
David Gwynne
2020-06-11
handle sg_set_page() with NULL page argument
Jonathan Gray
2020-06-11
In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address again
Stefan Sperling
2020-06-11
Make iwx(4) update the Tx ring byte count table.
Stefan Sperling
2020-06-11
Increase iwx(4) command queue size. Otherwise the firmware sends duplicate
Stefan Sperling
2020-06-11
Load iwx(4) firmware just once.
Stefan Sperling
2020-06-11
Add initial support for regulatory domain updates in iwx(4).
Stefan Sperling
2020-06-11
Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM data
Stefan Sperling
2020-06-10
Avoid out-of-bounds access when dumping (faulty) edid info; as seen
Otto Moerbeek
2020-06-10
Fix wrong size passed to free(9) when freeing an iwx(4) firmware image.
Stefan Sperling
2020-06-10
Compute the Tx queue ID consistently in iwx(4).
Stefan Sperling
2020-06-09
regen
Mark Kettenis
2020-06-09
Add IBM POWER9 host bridge.
Mark Kettenis
2020-06-09
Various changes related but independant from multiqueue logic:
Martin Pieuchot
2020-06-09
Implement the rx side of checksum and vlan offloads too.
Jonathan Matthew
2020-06-09
reduce the diff to linux
Jonathan Gray
2020-06-09
match on Intel 200 Series HD Audio pci id
Jonathan Gray
2020-06-09
Make use of vlan and checksum offloads. This involves using the long
Jonathan Matthew
2020-06-08
update drm to linux 5.7
Jonathan Gray
2020-06-07
build on mpi's work toward ix multiq support.
David Gwynne
2020-06-07
regen
Mark Kettenis
2020-06-07
Marvel 88SE9215 and 88SE9235 AHCI.
Mark Kettenis
2020-06-06
additional device; from Bruno Flueckiger
Theo de Raadt
2020-06-03
Add missing ieee80211_release_node() calls in cases where hardware
Jonathan Matthew
2020-06-02
Add support for hardware vlan tagging. Tag insertion here is actually
Jonathan Matthew
[next]