summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-10-25remove unused cdev_fb_init() defineJonathan Gray
2024-10-25Unlock timeout_sysctl(). `tostat' timeout(9) statistics is alreadyVitaliy Makkoveev
2024-10-25Rename `ci_intrdepth' to `ci_idepth'.Martin Pieuchot
2024-10-24remove unneeded timeout.h include, missed in rev 1.15Jonathan Gray
2024-10-24Attach psp(4) version 1.Alexander Bluhm
2024-10-24Change macppc's ci_idepth from -1 to 0 when no interruptsGeorge Koehler
2024-10-24Stop leaking kernel stack guard pages.Mark Kettenis
2024-10-24remove unused T_BITS define; ok miod@Jonathan Gray
2024-10-24Add a ci_intrdepth field to struct cpu_info for sh, and use it to implementMiod Vallat
2024-10-23Remove not-used-in-the-last-20-years-or-so defines.Miod Vallat
2024-10-23Rename `ci_in_intr' to `ci_idepth'.Martin Pieuchot
2024-10-23Rename `ci_intrdepth' to `ci_idepth'.Martin Pieuchot
2024-10-23Rename `ci_intrdepth' to `ci_idepth'.Martin Pieuchot
2024-10-23Decrement uobj reference count without KERNEL_LOCK().Martin Pieuchot
2024-10-23drm/amdgpu: prevent BO_HANDLES error from being overwrittenJonathan Gray
2024-10-23drm/amdgpu/swsmu: Only force workload setup on initJonathan Gray
2024-10-23drm/radeon: Fix encoder->possible_clonesJonathan Gray
2024-10-23remove duplicate IWX_NVM_GET_INFO defineJonathan Gray
2024-10-23remove duplicate MCX_CAP_DEVICE_DRAIN_SIGERR defineJonathan Gray
2024-10-23remove duplicate ET_MAC_HDX_REXMIT_MAX defineJonathan Gray
2024-10-23remove duplicate ESA_MINISRC_OUT_BUFFER_SIZE defineJonathan Gray
2024-10-22remove duplicate entry in match tableJonathan Gray
2024-10-22correct argument to klist_free(); ok visa@ mvs@Jonathan Gray
2024-10-22remove redundant include guard in BUS_SPACE_DEBUG pathJonathan Gray
2024-10-22put opening { on same line as struct nameJonathan Gray
2024-10-22Rename `ci_intrdepth' to `ci_idepth'.Martin Pieuchot
2024-10-22Protect the ps_pgrp pointer by either the KERNEL_LOCK or the ps_mtx.Claudio Jeker
2024-10-22remove prototypes with no matching functionJonathan Gray
2024-10-22remove duplicate DEV_ID_PCH2 definesJonathan Gray
2024-10-22correct name of define for ISS data abort S1PTW bitJonathan Gray
2024-10-21define _MACHINE_ARCH not _MACHINE_ARCJonathan Gray
2024-10-21remove unneeded includesJonathan Gray
2024-10-21Correctly report print screen key in raw mode (i.e. under X); problemMiod Vallat
2024-10-21We have not been swapping out kernel stacks since forever. So justMark Kettenis
2024-10-21remove unneeded includesJonathan Gray
2024-10-21revert "try to simplify the locking code around busy maps"David Gwynne
2024-10-21remove unused MP_PICMODE defineJonathan Gray
2024-10-20try to simplify the locking code around busy maps.David Gwynne
2024-10-20add comma to fix offsets of trap type stringsJonathan Gray
2024-10-19Change sdhc_bus_power() behavior to return success and not perform aJames Hastings
2024-10-18Instead of always following up "power on" with a "reset", onlyTobias Heider
2024-10-18Put the bowels of the various VOP_PRINT routines underMiod Vallat
2024-10-18drm/i915/hdcp: fix connector refcountingJonathan Gray
2024-10-18drm/amd/display: Check null pointer before dereferencing seJonathan Gray
2024-10-18drm/amd/display: Revert "Check HDCP returned status"Jonathan Gray
2024-10-18drm/amd/display: Remove a redundant check in authenticated_dpJonathan Gray
2024-10-17drm/crtc: fix uninitialized variable use even harderJonathan Gray
2024-10-17use rw_status instead of interpreting RWL_OWNER to see if a lock is busy.David Gwynne
2024-10-17Add pinctrl support.Mark Kettenis
2024-10-17Remove a lot of #include stanzas which used to be required by code found inMiod Vallat