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