summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2023-01-11i386/machdep.c: revert revisions 1.659 and 1.660Scott Soule Cheloha
2023-01-10Use atomic ops on the set of used segment registersGeorge Koehler
2023-01-10In pmap_bootstrap, when importing the PROM translations into the kernel pmap,Miod Vallat
2023-01-10Switch the luna88k boot loader to the MI boot code, to ease future maintainenceMiod Vallat
2023-01-10Enable the fine-grained fault type computation code added in 1.117 on allMiod Vallat
2023-01-10Switch to console before suspending in DUMBFB mode. Fixes frame buffer corrup...Tobias Heider
2023-01-10rhe -> the from Crystal KolipeTheo Buehler
2023-01-10The uvm_swap_data_lock mutex can now be taken without holding the kernelMark Kettenis
2023-01-10Hide WAITPKG cpu feature from vmm(4) guests.Dave Voutila
2023-01-10i386: identifycpu(): only calibrate_cyclecounter() on primary CPUScott Soule Cheloha
2023-01-10i386: identifycpu(): don't print cpuspeed after calibrate_cyclecounter()Scott Soule Cheloha
2023-01-09Set the default for machdep.lidaction to 1 like on amd64.Mark Kettenis
2023-01-09Implement suspend on lid close.Mark Kettenis
2023-01-09DIAGNOSTIC is redundant with KASSERT, remove it. From Crystal Kolipe.Nicholas Marriott
2023-01-09Allwinner hardware sucks! The ARM generic timer on the A64 has a bugMark Kettenis
2023-01-09Use PROT_EXEC when servicing instruction faults.Miod Vallat
2023-01-09Correct length of replies to primary and secondary DAs so as not to sendNicholas Marriott
2023-01-09Handle possible PROT_EXEC fault if PROT_READ fails; needed to cope withMiod Vallat
2023-01-09drm/amd/pm: correct the fan speed retrieving in PWM for some SMU13 asicsJonathan Gray
2023-01-09drm/amd/pm: bump SMU13.0.0 driver_if header to version 0x34Jonathan Gray
2023-01-09drm/amd/pm: add missing SMU13.0.7 mm_dpm feature mappingJonathan Gray
2023-01-09drm/amd/pm: add missing SMU13.0.0 mm_dpm feature mappingJonathan Gray
2023-01-09drm/i915/migrate: Account for the reserved_spaceJonathan Gray
2023-01-09drm/i915: improve the catch-all evict to handle lock contentionJonathan Gray
2023-01-09drm/amdgpu: make display pinning more flexible (v2)Jonathan Gray
2023-01-09drm/amdgpu: handle polaris10/11 overlap asics (v2)Jonathan Gray
2023-01-09drm/amd/display: Add DCN314 display SG SupportJonathan Gray
2023-01-09drm/i915/ttm: consider CCS for backup objectsJonathan Gray
2023-01-09drm/i915/dsi: fix VBT send packet port selection for dual link DSIJonathan Gray
2023-01-09drm/connector: send hotplug uevent on connector cleanupJonathan Gray
2023-01-09drm/amdgpu: fix mmhub register base coding errorJonathan Gray
2023-01-09drm/amd/pm: correct SMU13.0.0 pstate profiling clock settingsJonathan Gray
2023-01-09drm/amd/pm: update SMU13.0.0 reported maximum shader clockJonathan Gray
2023-01-09drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0Jonathan Gray
2023-01-09drm/amdgpu: skip MES for S0ix as well since it's part of GFXJonathan Gray
2023-01-09flesh out ifiq_enqueueDavid Gwynne
2023-01-09count the number times a packet was dropped by bpf as fdrops.David Gwynne
2023-01-09setthrname() should return EINVAL, not ENAMETOOLONG, when thePhilip Guenther
2023-01-09restore NetBSD RCS IDDaniel Dickman