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-11-06
move definitions which should be in rwsem.h
Jonathan Gray
2020-11-06
Match on ConnectX-6 (non-Dx) cards too.
Jonathan Matthew
2020-11-06
Bail out early if the port type is not Ethernet, rather than failing later
Jonathan Matthew
2020-11-02
add support for ctl reads and writes on 710 chips with API < 1.5
David Gwynne
2020-10-31
Update the RTL8125B microcode and use ifiq_input and its return value to
Kevin Lo
2020-10-29
We need more memory barriers on powerpc.
Mark Kettenis
2020-10-29
Silence "using MMIO for ATOM IIO" error message, since that is normal on
Mark Kettenis
2020-10-28
regen
Mark Kettenis
2020-10-28
Fujitsu SPARC64 X CPI host bridge and another PLX PCIe switch.
Mark Kettenis
2020-10-28
Switch from bus_space_read/write to linux io.h interfaces for all
Jonathan Gray
2020-10-28
Use the function from <linux/io.h> for all "Memory Space" IO. This reduces
Mark Kettenis
2020-10-28
Add missing bus_space_barrier() in mcx_cmdq_post() - without this, cmdq
Jonathan Matthew
2020-10-27
Do not touch non existing queues. Allows to disable MSI-X in ix(4).
Alexander Bluhm
2020-10-26
Make mapping the "I/O Space" BAR optional. POWER9 systems don't support
Mark Kettenis
2020-10-26
Improve I/O functions to match Linux:
Mark Kettenis
2020-10-26
remove unused alpha memory barrier defines
Jonathan Gray
2020-10-26
use __membar() where possible
Jonathan Gray
2020-10-26
use lwsync and eieio for smp barriers on powerpc
Jonathan Gray
2020-10-25
Make mapping the "I/O Space" BAR optional. POWER9 systems don't support
Mark Kettenis
2020-10-25
Add firmload attribute to drivers that load firmware.
Mark Kettenis
2020-10-25
enable snooping on more Intel devices
Jonathan Gray
2020-10-25
regen
Jonathan Gray
2020-10-25
add more Intel azalia ids
Jonathan Gray
2020-10-25
enable snooping on more AMD devices
Jonathan Gray
2020-10-25
use pci macros when testing subvendor id for idt codecs
Jonathan Gray
2020-10-25
recognise some more realtek codecs found in submitted dmesgs
Jonathan Gray
2020-10-24
add entry for realtek alc3204/236;
Jason McIntyre
2020-10-22
add support for AMD 17h/3xh HD Audio and the ALC887 codec
Robert Nagy
2020-10-22
Do not write unneeded data into the iwx(4) MAC context removal command.
Stefan Sperling
2020-10-21
handle capable(CAP_SYS_NICE) for allowing high priority contexts
Jonathan Gray
2020-10-21
Constify and use C99 initializer for "struct uvm_pagerops".
Martin Pieuchot
2020-10-21
change drm_vma function arguments to take struct drm_file *
Jonathan Gray
2020-10-20
use drm_mm from linux 5.7.y
Jonathan Gray
2020-10-18
Fix several bugs in the TTM page fault handler and porperly integrate all the
Mark Kettenis
2020-10-17
Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup()
Sebastien Marie
2020-10-16
remove uneeded pool.h include
Jonathan Gray
2020-10-16
implement linux interval tree functions
Jonathan Gray
2020-10-15
Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call
Kenneth R Westerback
2020-10-15
consistently use dev_info() for sos fw version messages
Jonathan Gray
2020-10-15
don't print pci ids when radeondrm attaches
Jonathan Gray
2020-10-15
don't print pci ids when amdgpu attaches
Jonathan Gray
2020-10-15
drm/amdgpu: move gpu_info parsing after common early init
Jonathan Gray
2020-10-15
drm/amdgpu: move discovery gfx config fetching
Jonathan Gray
2020-10-14
remove unused locally added drm_driver struct members
Jonathan Gray
2020-10-14
don't multiply ticks by hz when result is compared to jiffies
Jonathan Gray
2020-10-14
Add an interrupt barrier in bnxt_down() and check if the interface is
Jonathan Matthew
2020-10-13
move ifdef to make it clear we don't use __create_shmem()
Jonathan Gray
2020-10-12
Set the maximum frame size to RGE_JUMBO_FRAMELEN.
Kevin Lo
2020-10-11
Stop exporting `wt_hwqueue' now that drivers don't advertise it.
Martin Pieuchot
2020-10-11
Align pool items on CACHELINESIZE when replacing linux kmem_cache with
Jonathan Gray
[next]