summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2023-01-12Binding the accept socket in TCP input relies on the fact that theAlexander Bluhm
2023-01-12Add CBT (cursor back tab) sequence, from Crystal Kolipe kolipe.c atNicholas Marriott
2023-01-12Add aixterm bright colour sequences (SGR 90-97 and 100-107). FromNicholas Marriott
2023-01-12Add some missing cursor movement and scrolling escape sequences that areNicholas Marriott
2023-01-12Use solock() instead solock_shared() within sys_getsockopt(). OtherwiseVitaliy Makkoveev
2023-01-12Compiling kernel with witness option failed since drm update. DoAlexander Bluhm
2023-01-11Implement X-only mappings on sun4u by not letting the dtlb miss handlerMiod Vallat
2023-01-11Remove rasops_isgray, this is no longer used. From Crystal KolipeNicholas Marriott
2023-01-11Make sure we also remove read access in pmap_page_ro() when the newMark Kettenis
2023-01-11Make sure we also remove read access in pmap_page_ro() when the newMark Kettenis
2023-01-11Use 64-bit page table entries on octeonVisa Hankala
2023-01-11Enable TLB read inhibit on OCTEON Plus and newer SoCs.Visa Hankala
2023-01-11Add TLB bypass for instruction emulationVisa Hankala
2023-01-11Add MIPS64r2 TLB read inhibit supportVisa Hankala