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
Age
Commit message (
Expand
)
Author
2020-07-21
acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for
Theo de Raadt
2020-07-20
Neither is saa.ssa.pool the same as saa.saa_pool.
Kenneth R Westerback
2020-07-20
Missed a chunk somewhere along the line. Use our_id vs our_id_b in
Kenneth R Westerback
2020-07-20
Move remaining scsi bus initialization info from "prototype scsi link"
Kenneth R Westerback
2020-07-20
Update Spleen kernel fonts to version 1.8.1, bringing the following
Frederic Cambus
2020-07-20
Fix various whitespace and formatting issues in rasops(9).
Frederic Cambus
2020-07-20
KNF for multi-line comment added to iwn5000_set_gains() in previous commit.
Stefan Sperling
2020-07-20
Fix gain calibration for some iwn(4) devices (5000 and up).
Stefan Sperling
2020-07-20
Fix a logic bug in iwn(4) which meant that automatic rate control for
Stefan Sperling
2020-07-20
update a comment in iwn_ampdu_tx_done following previous SSN -> SEQ change
Stefan Sperling
2020-07-20
Make iwn_ampdu_tx_done() record an ACK for the frame for which the hardware
Stefan Sperling
2020-07-20
The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags.
Stefan Sperling
2020-07-20
use timeout_del_barrier(9) for del_timer_sync()
Jonathan Gray
2020-07-19
Move the adapter related items (luns, adapter, adapter_target,
Kenneth R Westerback
2020-07-19
regen
Daniel Dickman
2020-07-19
Add a few more Atheros ids; ok deraadt
Daniel Dickman
2020-07-18
Make /dev/ksyms work.
Mark Kettenis
2020-07-18
Add functions to set/add properties on an FDT node.
Mark Kettenis
2020-07-18
replace stat collection with the kstat api.
David Gwynne
2020-07-17
Re-work intr_barrier(9) on arm64 to remove layer violation. So far we
Patrick Wildt
2020-07-17
Merge the two if blocks checking if the font in use contains a given
Frederic Cambus
2020-07-17
Revert r1.170. dlg and jmatthew simultaneously fixed this the
Theo Buehler
2020-07-17
i forgot to commit this with if_ix.c r1.169
David Gwynne
2020-07-17
This needs <net/toeplitz.h> for stoeplitz_to_key(9).
Theo Buehler
2020-07-17
use the system stoeplitz key instead of a random one.
David Gwynne
2020-07-17
enable multiq support for ix.
David Gwynne
2020-07-17
Virtual functions are effectively identical to full physical functions,
Jonathan Matthew
2020-07-17
name the rx rings so systat mb shows them.
David Gwynne
2020-07-17
Consistently use the port type and speed register (PTYS) to determine if
Jonathan Matthew
2020-07-17
add kstats to myx.
David Gwynne
2020-07-17
Always a joker hiding somewhere.
Kenneth R Westerback
2020-07-16
Pass the interrupt handler cookie instead of the pointer to it
Patrick Wildt
2020-07-16
Access adapter softc via link->bus->sb_adapter_softc.
Kenneth R Westerback
2020-07-16
drm/i915: Also drop vm.ref along error paths for vma construction
Jonathan Gray
2020-07-16
drm/i915: Drop vm.ref for duplicate vma on construction
Jonathan Gray
2020-07-16
drm/amdgpu: asd function needs to be unloaded in suspend phase
Jonathan Gray
2020-07-16
drm/amdgpu: add TMR destory function for psp
Jonathan Gray
2020-07-16
drm/amdgpu: don't do soft recovery if gpu_recovery=0
Jonathan Gray
2020-07-16
drm/i915: Skip stale object handle for debugfs per-file-stats
Jonathan Gray
2020-07-16
drm/i915/gt: Pin the rings before marking active
Jonathan Gray
2020-07-16
drm/radeon: fix double free
Jonathan Gray
2020-07-16
drm: panel-orientation-quirks: Use generic orientation-data for Acer S1003
Jonathan Gray
2020-07-16
drm: panel-orientation-quirks: Add quirk for Asus T101HA panel
Jonathan Gray
2020-07-16
drm/ttm: Fix dma_fence refcnt leak when adding move fence
Jonathan Gray
2020-07-16
drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reserved
Jonathan Gray
2020-07-16
Remove the refill timeout and wait for interrupts to finish when
Jonathan Matthew
2020-07-16
use a mutex to serialise the test and set of ifp->if_link_state.
David Gwynne
2020-07-16
sc_atq_mtx is unused, so get rid of it
David Gwynne
2020-07-16
Initialize sis_ring_init() 'sis_rx_prod' and 'sis_rx_cons' to 0.
Kevin Lo
2020-07-15
Run the sxitemp(4) at IPL_SOFTCLOCK instead of IPL_VM. Prevents "panic:
Darren Tucker
[next]