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
Age
Commit message (
Expand
)
Author
2019-08-17
change drm memory barriers to be closer to what linux does on
Jonathan Gray
2019-08-17
Move play blocks count from the audio_softc to the audio_buf structure.
Alexandre Ratchov
2019-08-17
Move block size and block count calculations in their own routines.
Alexandre Ratchov
2019-08-16
check that software de/encrypt is possible: under hardware
Richard Procter
2019-08-16
ifq_hdatalen should keep the mbuf it's looking at, not leak it.
David Gwynne
2019-08-15
NMEA 4.1 has one more field in the RMC message; ok kettenis@
Otto Moerbeek
2019-08-15
auich_freemem() returns void. while here fix a typo in an error message. audi...
miko
2019-08-15
Serialize access to the vnode pointers associated with acct(2) system
anton
2019-08-14
scsi_[add|remove]_link() are local functions so move their
Kenneth R Westerback
2019-08-14
Whitespace nit. Add {} around body of SLIST_FOREACH().
Kenneth R Westerback
2019-08-14
Tweak some comments.
Kenneth R Westerback
2019-08-14
move CONFIG_DRM_FBDEV_EMULATION and CONFIG_BACKLIGHT_CLASS_DEVICE
Jonathan Gray
2019-08-14
enable amdgpu on amd64 requested by a few people
Jonathan Gray
2019-08-13
Implement backlight control for amdgpu(4). This allows me to set
Patrick Wildt
2019-08-13
Reorganize the ipmi(4) code a bit in anticipation of adding SSIF support:
Mark Kettenis
2019-08-13
azalia: add quirk for speaker routing on ThinkPad X1C7
Joshua Stein
2019-08-13
Allow PXE booting using u-boot by relaxing our requirements
Patrick Wildt
2019-08-13
Unbreak build of efi32 due to a typo in the fchmod change.
Patrick Wildt
2019-08-13
regen
anton
2019-08-13
Revert unlock of lseek(2) since vn_lock() could end up calling tsleep()
anton
2019-08-13
regen
Jonathan Gray
2019-08-13
add Union Memory NVMe
Jonathan Gray
2019-08-13
Don't match on amdgpu devices flagged as having experimental hardware support
Jonathan Gray
2019-08-12
Fix typo; spotted by Krystian Lewandowski.
Mark Kettenis
2019-08-12
Remove spurious newline. Spotted by patrick@
Mark Kettenis
2019-08-12
Make it possible to switch to framebuffer "glass" console in case it
Mark Kettenis
2019-08-12
Remlve command mutex. It is unnecessary since commands are already
Mark Kettenis
2019-08-12
regen
anton
2019-08-12
Unlock lseek(2) since the file offset is MP-safe by now. Calling
anton
2019-08-11
Add clock support to sxirtc(4); needed by newer Linux DTs.
Mark Kettenis
2019-08-11
Add battery sensors for the AXP803. A somewhat recent Linux DT is needed
Mark Kettenis
2019-08-11
Add sxisyscon(4) a driver for the system controller found on various
Mark Kettenis
2019-08-11
The "phy-names" property has been dropped from the Linux device trees so
Mark Kettenis
2019-08-11
Fix an issue where output gets stuck when a machine is under load. Also
Mark Kettenis
2019-08-10
udcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9); ok kettenis@
cheloha
2019-08-10
gpiodcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9)
cheloha
2019-08-10
Make sure fdt_get_reg() looks beyond its parent to establish the correct
Mark Kettenis
2019-08-10
Fix pixel formats. Turns out the order in the device tree description is
Mark Kettenis
2019-08-10
really crank to 6.6-beta
Christian Weisgerber
2019-08-10
move to 6.6-beta
Theo de Raadt
2019-08-09
Add TSC synchronization for multiprocessor machines.
Paul Irofti
2019-08-09
don't #define DEBUG, breaks building kernel with option DEBUG
Jonathan Gray
2019-08-09
match radeon/atom.c rev 1.4 and #undef DEBUG before DEBUG macro
Jonathan Gray
2019-08-08
Support WPA2 CCMP encryption/decryption in hardware with iwm(4).
Stefan Sperling
2019-08-08
softraid(4): tsleep(9) -> tsleep_nsec(9); ok kn@
cheloha
2019-08-08
wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@
cheloha
2019-08-07
Handle VF resets. When the PF changes VF settings, the VF will be reset,
Jonathan Matthew
2019-08-07
Process admin queue responses in the interrupt handler, rather than
Jonathan Matthew
2019-08-07
recognize the Realtek ALC285
Joshua Stein
2019-08-07
The pathname in unveil(2) allocated 1024 bytes on the stack during
Alexander Bluhm
[next]