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
2018-02-23
regen
David Gwynne
2018-02-23
masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devs
David Gwynne
2018-02-21
match linux whitespace in ioctl list
Jonathan Gray
2018-02-20
stop mixing bsd and c99 fixed width types and just use c99 types everywhere
Jonathan Gray
2018-02-20
Set the chain_offset field (same as sgl_offset0, only in 16 byte units)
Jonathan Matthew
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-08
Move bwfm(4) from ifq begin/commit/rollback semantics to the newer
Patrick Wildt
2018-02-07
Move parsing the BCDC header on RX into a protocol specific RX
Patrick Wildt
2018-02-02
use the same bar used to determine memory type when mapping memory
Jonathan Gray
2018-02-01
Make sure iwn(4) firmware and driver stay in sync when a scan is
Stefan Sperling
2018-01-31
Some wifi drivers don't call ieee80211_newstate() during some state
Stefan Sperling
2018-01-31
adjust container_of() for const use
Jonathan Gray
2018-01-31
add pci_is_root_bus()
Jonathan Gray
2018-01-31
add list_prev_entry()
Jonathan Gray
2018-01-31
add dmi_match() and change dmi_found() to use it
Jonathan Gray
2018-01-30
add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()
Jonathan Gray
2018-01-30
add module_init()/module_exit()/signal_pending()
Jonathan Gray
2018-01-30
add stubs for pci_clear_master()/pci_save_state()/pci_restore_state()/
Jonathan Gray
2018-01-30
add mutex_destroy()/down_read_trylock()
Jonathan Gray
2018-01-30
add create_singlethread_workqueue()/system_power_efficient_wq
Jonathan Gray
2018-01-30
add pm_runtime_* stubs
Jonathan Gray
2018-01-30
Don't limit vga_switcheroo stubs to amd64/i386 and add
Jonathan Gray
2018-01-30
add iowrite64()/writeq()
Jonathan Gray
2018-01-30
add GFP_USER/__user/vmalloc()
Jonathan Gray
2018-01-30
add ilog2()/order_base_2()/gcd()
Jonathan Gray
2018-01-30
disable -Wformat-zero-length when building with gcc
Jonathan Gray
2018-01-30
add i2c_bit_add_bus()
Jonathan Gray
2018-01-30
add more endian macros
Jonathan Gray
2018-01-30
add drm_invalid_op()
Jonathan Gray
2018-01-30
add atomic_cmpxchg()/atomic64_add()/atomic64_sub()
Jonathan Gray
2018-01-22
Match on Iris Pro Graphics 580 and other skylake GT4 ids and correct
Jonathan Gray
2018-01-15
Switch the inteldrm(4) i2c code over to the Linux code base. This gives us
Mark Kettenis
2018-01-14
Pass our currently configured SSID to iwm(4) scan commands.
Stefan Sperling
2018-01-13
Add a linux compatible request_firmware() wrapper around loadfirmware(9).
Jonathan Gray
2018-01-13
add kqueue support to drm(4) by making the drm_sysfs_hotplug_event()
Robert Nagy
2018-01-12
Constrain alloc_pages() to the dma_constraint range. Avoids a
Jonathan Gray
2018-01-12
revert previous changes to enable dwiic on Dell precision as it seems
Mike Larkin
2018-01-11
The PCI bwfm(4) chips have no TX rings in the traditional sense, as on
Patrick Wildt
2018-01-10
Attach bwfm to the Broadcom 4350 found in the 2017 MacBook.
Joshua Stein
2018-01-10
regen
Joshua Stein
2018-01-10
add broadcom bcm4350
Joshua Stein
2018-01-10
Attach nvme to additional Apple NVMe device, limit targets to 1
Joshua Stein
2018-01-10
regen
Joshua Stein
2018-01-10
add another Apple NVMe
Joshua Stein
2018-01-10
Make azalia_free_dmamem() void, as its return value is not used. From
Alexandre Ratchov
2018-01-10
Add firmware names for the two revisions of the Broadcom 4350 as seen
Patrick Wildt
2018-01-10
Don't reset the internal memory core on chips other than the Broadcom
Patrick Wildt
2018-01-10
Move line for readability.
Patrick Wildt
2018-01-09
lock->ctx != NULL => lock->ctx
Jonathan Gray
2018-01-09
Work around a problem with ww_mutexes in the drm modeset lock.
Jonathan Gray
[next]