summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-01-17agtimer(4/armv7): switch to clockintrScott Soule Cheloha
2023-01-17amptimer(4): switch to clockintrScott Soule Cheloha
2023-01-17sxitimer(4): switch to clockintrScott Soule Cheloha
2023-01-17dmtimer(4): switch to clockintrScott Soule Cheloha
2023-01-17arm, armv7: add clockintr supportScott Soule Cheloha
2023-01-16Fix transmit queue selection based on frame type. I introduced an errorJonathan Matthew
2023-01-16bump minor after RAID 1C support synced form arm64Klemens Nanni
2023-01-16Sync with original arm64 copy to get RAID 1C bits, fix include guardKlemens Nanni
2023-01-16Manage RTC offset through UEFI variables handled by a TEE application thatPatrick Wildt
2023-01-16Attach drivers on nodes under /firmware.Patrick Wildt
2023-01-16some kernel prototypes should also be made available to _STANDALONETheo de Raadt
2023-01-16Don't put data in .text.Mark Kettenis
2023-01-16roughly cleanup terrible pre-ansi practicesTheo de Raadt
2023-01-16Currently we disable kbind(2) for static program from libc.a'sPhilip Guenther
2023-01-16we spent far too long debugging a weird go library problem (incorrectTheo de Raadt
2023-01-16export PGK_VALUE so that .S files can use itTheo de Raadt
2023-01-163 new defines: he PTE protection key mask, the specific key value we useTheo de Raadt
2023-01-15restore strscpy() paths to reduce diff to linuxJonathan Gray
2023-01-14Change suspend idle loop from WFE to WFI. This avoids spurious wakeupsMark Kettenis
2023-01-14Assign (stereo) channel numbers based on "sound-name-prefix" properties.Mark Kettenis
2023-01-14Add support for "enhanced descriptor" mode found on some variants of theMark Kettenis
2023-01-14Implement access to EFI variables and ESRT through an ioctl(2) interfaceMark Kettenis
2023-01-14add protection-key violation error code for page-fault exceptionsJonathan Gray
2023-01-14recognise protection keys for supervisor-mode (PKS) in cpuidJonathan Gray
2023-01-14sync cr4 and xcr0 bits with intel dec 2022 sdmJonathan Gray
2023-01-14sysctl(2): KERN_CPUSTATS: zero struct cpustats before copyoutScott Soule Cheloha
2023-01-13Since the signal trampoline is now execute-only we no longer write itMark Kettenis
2023-01-13Drop PICCY_SET() and RODATA() macros now that libc no longer needs them.Miod Vallat
2023-01-13put man page in the right placeTheo de Raadt
2023-01-13Retake kernel lock in error paths of vmmioctl.Dave Voutila
2023-01-13sparc64: switch to clockintrScott Soule Cheloha
2023-01-13drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO indexJonathan Gray
2023-01-13drm/i915/dsi: add support for ICL+ native MIPI GPIO sequenceJonathan Gray
2023-01-13drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 an...Jonathan Gray
2023-01-13drm/amd/display: Add check for DET fetch latency hiding for dcn32Jonathan Gray
2023-01-13drm/i915/gvt: fix vgpu debugfs clean in removeJonathan Gray
2023-01-13drm/i915/gvt: fix gvt debugfs destroyJonathan Gray
2023-01-13drm/amdkfd: Fix kernel warning during topology setupJonathan Gray
2023-01-13drm/plane-helper: Add the missing declaration of drm_atomic_stateJonathan Gray
2023-01-13Revert "drm/amd/display: Enable Freesync Video Mode by default"Jonathan Gray
2023-01-13drm/amd/display: Report to ACPI video if no panels were foundJonathan Gray
2023-01-13drm/amdkfd: Fix double release compute pasidJonathan Gray
2023-01-13drm/amdkfd: Fix kfd_process_device_init_vm error handlingJonathan Gray
2023-01-13drm/amdgpu: Fix size validation for non-exclusive domains (v4)Jonathan Gray
2023-01-13drm/i915/gvt: fix double free bug in split_2MB_gtt_entryJonathan Gray
2023-01-13drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()Jonathan Gray
2023-01-13add acpi_video_report_nolcd() for 6.1.5 drmJonathan Gray
2023-01-12Disable double width and height escape sequences under SMALL_KERNEL.Nicholas Marriott
2023-01-12free(NULL) has been allowed in the kernel since 5.4; remove checks.Miod Vallat
2023-01-12Update luna88k boot procedure; help & tweaks jmc@Miod Vallat