summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-08-02Code patch out the retpoline in the signal trampoline justPhilip Guenther
2024-08-02regenVitaliy Makkoveev
2024-08-02Push kernel lock down to sysctl(2).Vitaliy Makkoveev
2024-08-02Switch off unreferenced power resources in DVACT_POWERDOWN instead ofMark Kettenis
2024-08-02getentropy(2) is in POSIX-2024, so adjust the #include visibility,Philip Guenther
2024-08-01Run socket splice idle timeout without kernel lock.Alexander Bluhm
2024-08-01Add device tree mapping for Samsung Galaxy Book4 Edge.Marcus Glocker
2024-08-01virtio: Fix dmamap_sync callsStefan Fritsch
2024-08-01Remove a comment that was committed by accidentTheo Buehler
2024-08-01sync with srcTheo Buehler
2024-07-31Add ufshci(4) at fdt support.Marcus Glocker
2024-07-30Make the Samsung Galaxy Book4 Edge (x1e80100) boot in ACPI mode;Marcus Glocker
2024-07-30Exports the statistics when PIPEXDSESSION. Found by ymatsui at iij.YASUOKA Masahiko
2024-07-30Populate most of the remaining hwcap and hwcap2 flags based on the detectedMark Kettenis
2024-07-30Recognize the features defines for POSIX 1003.1-2024, giving new valuesPhilip Guenther
2024-07-29Set the target ACPI to S5 when we're powering down the machine. PreventsMark Kettenis
2024-07-29Move the signal related kqueue filters to kern_event.c.Claudio Jeker
2024-07-29Use shared net lock instead of exclusive when frag6 calls icmp6_error().Alexander Bluhm
2024-07-29Remove `sb_sel' from sobuf_print() output, no sense to print "...".Vitaliy Makkoveev
2024-07-29Replace per thread P_CONTINUED with per process PS_CONTINUED flagClaudio Jeker
2024-07-29drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()Jonathan Gray
2024-07-29regenJonathan Gray
2024-07-29add "Strix Point" APU device id, and another Navi 31Jonathan Gray
2024-07-27Allow for another TEMPerHUM version. From Sebastiaan Indesteege.Miod Vallat
2024-07-27Use ".arch_extension fp" for the signal trampoline since it saves andMark Kettenis
2024-07-27syncTheo de Raadt
2024-07-27shorten strings by removing pointless informationTheo de Raadt
2024-07-27Sort and regularize all the ktrstruct() macrosPhilip Guenther
2024-07-26Trace struct itimervalPhilip Guenther
2024-07-26On AMD vmm(4) set SVM_INTERCEPT_INVLPGA in intercept1.Alexander Bluhm
2024-07-26Mark ipsecflowinfo immutable.YASUOKA Masahiko
2024-07-26In pipex_l2tp_input(), check if ipsecflowinfo is not changed insteadYASUOKA Masahiko
2024-07-26Run UDP input on multiple CPU in parallel.Alexander Bluhm
2024-07-26virtio: add/fix feature bitsStefan Fritsch
2024-07-26vio: Don't request csum offload if not negotiatedStefan Fritsch
2024-07-26drm/radeon: check bo_va->bo is non-NULL before using itJonathan Gray
2024-07-26drm/amd/display: Fix refresh rate range for some panelJonathan Gray
2024-07-26drm/amd/display: Account for cursor prefetch BW in DML1 mode supportJonathan Gray
2024-07-26drm/amd/display: Add refresh rate range checkJonathan Gray
2024-07-26drm/amdgpu: Indicate CU havest info to CPJonathan Gray
2024-07-26drm: panel-orientation-quirks: Add quirk for Aya Neo KUNJonathan Gray
2024-07-26use the fp target attribute with fpu_save()/fpu_load()Jonathan Gray
2024-07-25Explicitly request for battery status updates as the firmware doesn't seemMark Kettenis
2024-07-25virtio: Allow more verbose debuggingStefan Fritsch
2024-07-24If the CPU cores implement FEAT_IDST, emulate access to the CPU IDMark Kettenis
2024-07-24vmm(4): drop checks for EPT or RVI in some functions.Dave Voutila
2024-07-24KASSERT that the ps_single proc has P_SUSPSINGLE cleared.Claudio Jeker
2024-07-24Remove the (pr->ps_single->p_flag & P_SUSPSINGLE) == 0 check since itClaudio Jeker
2024-07-24Use a different mutex to protect the kqueue klist in logsoftc.Claudio Jeker
2024-07-24Remove workaround for lock ordering issue in uvm_pseg_get().Martin Pieuchot