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
2018-02-08
Do not hardcode key length. Pointed out by jsing@
mortimer
2018-02-08
After flushing disks, try again to release all memory. We don't need to
Theo de Raadt
2018-02-08
Toss all releaseable memory, because fragmentation can get in the way
Theo de Raadt
2018-02-08
Use a temporary chacha instance to fill large randomdata sections. Avoids
mortimer
2018-02-08
sr_quiesce() is a new approach for ensuring that softraid drains
Theo de Raadt
2018-02-08
Move bwfm(4) from ifq begin/commit/rollback semantics to the newer
Patrick Wildt
2018-02-07
Sporadically the network over gem(4) interface hang on sparc64 and
Alexander Bluhm
2018-02-07
Outsource setting the backplane window into a specific function so it
Patrick Wildt
2018-02-07
Move parsing the BCDC header on RX into a protocol specific RX
Patrick Wildt
2018-02-07
Move parsing the BCDC header on RX into a protocol specific RX
Patrick Wildt
2018-02-07
Move SDIO bus and protocol definitions from the shared header
Patrick Wildt
2018-02-07
Add helper to find out if the chip supports Save/Restore. Will be used
Patrick Wildt
2018-02-07
Use duid_format() instead of rolling one locally.
Kenneth R Westerback
2018-02-06
Add support for chips which use SYSMEM memory. Code is a simplified
Patrick Wildt
2018-02-06
Support setting the Cortex-M3 cores to active mode.
Patrick Wildt
2018-02-06
remove a bit of dead code. ok bluhm deraadt
Ted Unangst
2018-02-05
Move event packet handling into a serialized process context to remove
Patrick Wildt
2018-02-05
claim copyright
Stefan Sperling
2018-02-05
Move athn(4) USB devices to the open source atk9k HTC firmware.
Stefan Sperling
2018-02-03
Remove a pointless assignment introduced in previous commit.
Stefan Sperling
2018-02-03
Add support for dumping USB transfers via bpf(4) using USBPcap headers.
Martin Pieuchot
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
Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media').
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
sync
Vadim Zhukov
2018-01-30
Add D-Link DWA-125 rev B2 to list of devices supported by run(4).
Vadim Zhukov
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-29
pms: minor cleanups in the alps code.
Ulf Brosziewski
2018-01-28
Store PSCI function ids as uint32_t not int in the softc.
Jonathan Gray
2018-01-24
Do not print that the firmware was successfully loaded in the USB backend
Patrick Wildt
2018-01-24
Put the default case, which prints information about an event we do not yet
Patrick Wildt
[next]