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
2022-02-15
consistently use __linux__
Jonathan Gray
2022-02-15
MI disable_lid_wakeups() is not needed, x86 systems can do this
Theo de Raadt
2022-02-15
The DVACT_POWERDOWN step was accidentally moved in relation to some MD
Theo de Raadt
2022-02-14
Make sure we call acpi_resume_cpu() with the right ACPI state. This was
Mark Kettenis
2022-02-14
fix cmalo_media_change() test
Jonathan Gray
2022-02-14
acpi_indicator() can take the softc*, instead of void*
Theo de Raadt
2022-02-14
Use iic_is_compatible(9) and use the more generic compatible string to
Mark Kettenis
2022-02-14
OF_getproplen() returns -1 on error, so don't store result in size_t
Jonathan Gray
2022-02-14
reprint device name in attach error paths if needed
Jonathan Gray
2022-02-14
check return value of drm_attach_pci()
Jonathan Gray
2022-02-14
remove unused code
Jonathan Gray
2022-02-14
no need for ifndef __sparc64__
Jonathan Gray
2022-02-14
change a NULL pa_memex test after use to an earlier KASSERT
Jonathan Gray
2022-02-14
test the correct pointer for acpi_intr_establish() result
Jonathan Gray
2022-02-14
OF_getproplen() returns -1 on error, so don't store result in size_t
Jonathan Gray
2022-02-10
Enable receive checksum offloading on ixl(4) network interfaces.
Alexander Bluhm
2022-02-10
Embed klist head in acpi_softc to avoid explicit malloc.
Visa Hankala
2022-02-10
bring back a local change to use DC_FP_START()/DC_FP_END() in
Jonathan Gray
2022-02-09
Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c
Theo de Raadt
2022-02-09
add Surface Go 3 hid to acpibat(4)
Dave Voutila
2022-02-09
add newline to acpitz(4) attach condition
Dave Voutila
2022-02-09
enable hw vlan tag handling in the rx path too.
David Gwynne
2022-02-09
Add iic_is_compatible() for matching I2C devices
Visa Hankala
2022-02-09
drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled
Jonathan Gray
2022-02-09
drm/i915/overlay: Prevent divide by zero bugs in scaling
Jonathan Gray
2022-02-09
drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina ...
Jonathan Gray
2022-02-09
drm/amd/display: watermark latencies is not enough on DCN31
Jonathan Gray
2022-02-09
drm/amd/pm: correct the MGpuFanBoost support for Beige Goby
Jonathan Gray
2022-02-09
drm/i915/adlp: Fix TypeC PHY-ready status readout
Jonathan Gray
2022-02-09
drm/i915: Disable DSB usage for now
Jonathan Gray
2022-02-09
enable hardware vlan tagging.
David Gwynne
2022-02-08
The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing.
Theo de Raadt
2022-02-08
Fix a KASSERT in iwm(4) being triggered for the wrong reason.
Stefan Sperling
2022-02-08
bring back IPv4, TCP4/6 and UDP4/6 checksum offloading.
David Gwynne
2022-02-08
fix off by one in bounds test
Jonathan Gray
2022-02-08
rework checksum/vlan offloading, and enable it for ipv6 too.
David Gwynne
2022-02-07
Convert KVA allocation to km_alloc(9).
Mark Kettenis
2022-02-06
s/poll/pool
Rob Pierce
2022-02-05
Only install the sensors once as multiple devices can be paired with the
Anton Lindqvist
2022-02-04
Add prototype for clock_set_frequency_idx().
Mark Kettenis
2022-02-04
set the APM_BATT_CHARGING state if the battery is being charged and try
Robert Nagy
2022-02-03
store root bridge data in softc before calling intel_init_stolen_res()
Jonathan Gray
2022-02-03
inteldrm now requires ttm
Jonathan Gray
2022-02-02
acpi_addtask() calls malloc() w/ M_NOWAIT (because some calls come from
Theo de Raadt
2022-02-02
unifdef __OpenBSD__
Jonathan Gray
2022-02-02
unifdef __NetBSD_Version__
Jonathan Gray
2022-02-02
drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw.
Jonathan Gray
2022-02-02
drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
Jonathan Gray
2022-02-01
call intel_init_stolen_res() lost in drm 5.7 update
Jonathan Gray
2022-02-01
get stolen memory base and size for gen 12
Jonathan Gray
[next]