summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-07-13Implement the fundamentals for suspend/resume on arm64. This uses PSCIMark Kettenis
2022-07-13drm/i915: Fix a race between vma / object destruction and unbindingJonathan Gray
2022-07-13drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systemsJonathan Gray
2022-07-13drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceJonathan Gray
2022-07-13drm/amd/vcn: fix an error msg on vcn 3.0Jonathan Gray
2022-07-13drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bwJonathan Gray
2022-07-13drm/amd/display: Set min dcfclk if pipe count is 0Jonathan Gray
2022-07-13drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Jonathan Gray
2022-07-13drm/i915/gt: Register the migrate contexts with their enginesJonathan Gray
2022-07-13drm/i915: Disable bonding on gen12+ platformsJonathan Gray
2022-07-12Use __func__ in interface media debug printf().Alexander Bluhm
2022-07-12Protect interface media list with a mutex. This is just a startAlexander Bluhm
2022-07-12Use db_rint() in sfuart(4)Jeremie Courreges-Anglas
2022-07-12Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax codeJeremie Courreges-Anglas
2022-07-12Remove PIPEXCSESSION pipex(4) ioctl(2) command from kernel and man page.Vitaliy Makkoveev
2022-07-12remove cache parts of struct cpu_info which were used by vmmJonathan Gray
2022-07-12allow cpuid 0x8000001d, cache topology on AMDJonathan Gray
2022-07-12remove cache parts of struct cpu_info only vmm usedJonathan Gray
2022-07-12recognise Cortex-A715 and Cortex-X3Jonathan Gray
2022-07-11Switch bootloaders to the extended BOOTARG_CONSDEV struct.Mark Kettenis
2022-07-11Simplify the aiodone daemon which is only used for async writes.Martin Pieuchot
2022-07-11Remove asynchronous read support in uvm_swap_get().Martin Pieuchot
2022-07-11remove duplicate 'if (err)' line in iwm_auth()Stefan Sperling
2022-07-11r1.3 converted the clock rates from kHz to Hz, so we shouldn't multiply byJonathan Matthew
2022-07-10Add missing `pipex_list_mtx' mutex(9) around all sessions loop withinVitaliy Makkoveev
2022-07-10if_detach() should wait until concurrent (*if_qstart)() interface startVitaliy Makkoveev
2022-07-10Add _cb suffix to callback fields in struct ifmedia. Makes codeAlexander Bluhm
2022-07-10Remove trailing whitespace. No code change.Mike Larkin
2022-07-10Remove trailing whitespace. No code change.Mike Larkin
2022-07-10Add missing device_unref() calls.Visa Hankala
2022-07-09Fix the error path of the 'SIOCSIFMTU' pppoe_ioctl() case. Return errorVitaliy Makkoveev
2022-07-09Add suspend/resume supportMark Kettenis
2022-07-09Add suspend/resume support.Mark Kettenis
2022-07-09Add support for calling the CPU_OFF and SYSTEM_SUSPEND functions.Mark Kettenis
2022-07-09Unwrap klist from struct selinfo as this code no longer uses selwakeup().Visa Hankala
2022-07-09Consistently use uint64_t.Mark Kettenis
2022-07-08Display parameters exposed to userland as percentages (backlight, brightness,Miod Vallat
2022-07-07drm/fourcc: fix integer type usage in uapi headerJonathan Gray
2022-07-07drm/i915/gem: add missing elseJonathan Gray
2022-07-07drm/amdgpu: To flush tlb for MMHUB of RAVEN seriesJonathan Gray
2022-07-07Revert "drm/amdgpu/display: set vblank_disable_immediate for DC"Jonathan Gray
2022-07-07Revert previous attempt at serializing `uo_refs'.Martin Pieuchot
2022-07-07remove a DPRINTF() from iwm(4) which no longer makes any senseStefan Sperling
2022-07-07retire NexGen CPU identification codeDaniel Dickman
2022-07-05Remove old poll/select wakeup mechanism.Visa Hankala
2022-07-05Missing header change that should have gone with xhci_acpi.c r1.8Theo Buehler
2022-07-05workaround link training problems on s3 resume with alder lakeJonathan Gray
2022-07-04Add support for the dual role controllers integrated on the QualcommMark Kettenis
2022-07-04Use destination buffer size as strlcpy() bound, not source; harmless here forMiod Vallat
2022-07-02remove machine/lock.h where unusedJonathan Gray