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-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
David Gwynne
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
David Gwynne
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
David Gwynne
2020-06-21
Update Spleen kernel fonts to version 1.7.1, bringing the following
Frederic Cambus
2020-06-21
Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions and
Kenneth R Westerback
2020-06-21
correct mutex_lock_interruptible()
Jonathan Gray
2020-06-21
The onboard interfaces on T7/S7 machines don't provide a valid MAC address
Jonathan Matthew
2020-06-20
Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4.
Mark Kettenis
2020-06-20
Shifts (<<) of more than 32 bits must be done on 64-bit values.
Kenneth R Westerback
2020-06-20
Make FUNCTION()/UNIT() return valid major/minor device numbers rather
Kenneth R Westerback
2020-06-20
make zeroing fb mem conditional matching linux path
Jonathan Gray
2020-06-19
Add support for BCM4359 SDIO variants such as the AP6359SA module found
Mark Kettenis
2020-06-19
Whitespace.
Kenneth R Westerback
2020-06-19
Whitespace. Two short lines to one line.
Kenneth R Westerback
2020-06-19
Make iwx(4) reset Tx byte count table slots for frames that are done.
Stefan Sperling
2020-06-19
Add WPA2 (CCMP) crypto offload support to iwx(4).
Stefan Sperling
2020-06-19
reduce the diff to linux
Jonathan Gray
2020-06-18
Add pcamux(4), a driver for the PCA8548 I2C switch.
Mark Kettenis
2020-06-18
BCM5719 A1 seen in the wild.
Mark Kettenis
2020-06-17
Fix broken HID descriptors of Elecom trackballs.
Ulf Brosziewski
2020-06-17
needs param.h, not types.h
Theo de Raadt
2020-06-17
Remove the bus specific sc_ih (interrup handle) variable and use the common
Claudio Jeker
2020-06-17
Let iwx(4) firmware decide which Tx rate to use.
Stefan Sperling
2020-06-17
if the chip did rss, use the hash from the chip as an mbuf flowid.
David Gwynne
2020-06-17
make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.
David Gwynne
2020-06-17
enable multiple queues (and interrupts on multiple cpus) on vmx(4).
David Gwynne
2020-06-17
use atomic_set() in kref_init()
Jonathan Gray
2020-06-17
kref_sub() interface was removed from linux and is unused
Jonathan Gray
2020-06-17
add pci_intr_msix_count(), to get the msi-x table size for a device.
David Gwynne
2020-06-17
use WRITE_ONCE and READ_ONCE for set and read
Jonathan Gray
2020-06-17
Do not do logical negation of a bitshifted field.
mortimer
2020-06-16
Remove old commented out line and fix indent.
mortimer
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
Release the rx node if we were unable to allocate a new rx buffer.
Jonathan Matthew
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-15
slight copyright update regarding recent work
Theo de Raadt
2020-06-14
Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses,
Patrick Wildt
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
[next]