summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-01-27Push solock() down to sogetopt(). It is not required for the most cases.Vitaliy Makkoveev
2023-01-27Replace selinfo structure by klist in sockbuf. No reason to keep it,Vitaliy Makkoveev
2023-01-27riscv64: initialize stathz, profhz like other platforms doScott Soule Cheloha
2023-01-27Delete get_plane_numbers() function.Kenji Aoyama
2023-01-26Rework the secondary CPU spinup code to take advantage of the contextMark Kettenis
2023-01-26delete repeated wordTheo de Raadt
2023-01-26backing "consolidate mbuf header parsing on device driver layer"Theo de Raadt
2023-01-25In the previous commit, FIXPROT would upgrade a PROT_NONE mapping too far.Theo de Raadt
2023-01-25gptimer(4): switch to clockintrScott Soule Cheloha
2023-01-25Implement execute-only mappings by using the Virtual Page Class KeyMark Kettenis
2023-01-25drm/amdgpu: correct MEC number for gfx11 APUsJonathan Gray
2023-01-25drm/amdgpu: add tmz support for GC IP v11.0.4Jonathan Gray
2023-01-25drm/amdgpu: add tmz support for GC 11.0.1Jonathan Gray
2023-01-25drm/amdgpu: enable GFX Clock Gating control for GC IP v11.0.4Jonathan Gray
2023-01-25drm/amdgpu: enable GFX Power Gating for GC IP v11.0.4Jonathan Gray
2023-01-25drm/amdgpu: enable GFX IP v11.0.4 CG supportJonathan Gray
2023-01-25drm/amdgpu: enable PSP IP v13.0.11 supportJonathan Gray
2023-01-25drm/amdgpu/discovery: enable nbio support for NBIO v7.7.1Jonathan Gray
2023-01-25drm/amdgpu/pm: use the specific mailbox registers only for SMU IP v13.0.4Jonathan Gray
2023-01-25drm/amdgpu/soc21: add mode2 asic reset for SMU IP v13.0.11Jonathan Gray
2023-01-25drm/amdgpu/pm: add GFXOFF control IP version check for SMU IP v13.0.11Jonathan Gray
2023-01-25drm/amdgpu: add smu 13 support for smu 13.0.11Jonathan Gray
2023-01-25drm/amdgpu/pm: enable swsmu for SMU IP v13.0.11Jonathan Gray
2023-01-25drm/amdgpu/discovery: add PSP IP v13.0.11 supportJonathan Gray
2023-01-25drm/amdgpu: add gmc v11 support for GC 11.0.4Jonathan Gray
2023-01-25drm/amdgpu: add gfx support for GC 11.0.4Jonathan Gray
2023-01-25drm/amdgpu/discovery: set the APU flag for GC 11.0.4Jonathan Gray
2023-01-25drm/amdgpu: set GC 11.0.4 familyJonathan Gray
2023-01-25drm/amdgpu/discovery: enable mes support for GC v11.0.4Jonathan Gray
2023-01-25drm/amdgpu/discovery: enable gfx v11 for GC 11.0.4Jonathan Gray
2023-01-25drm/amdgpu/discovery: enable gmc v11 for GC 11.0.4Jonathan Gray
2023-01-25drm/amdgpu/discovery: enable soc21 common for GC 11.0.4Jonathan Gray
2023-01-25drm/amd/display: disable S/G display on DCN 3.1.4Jonathan Gray
2023-01-25drm/amd/display: disable S/G display on DCN 3.1.5Jonathan Gray
2023-01-25drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrixJonathan Gray
2023-01-25drm/amd/display: Calculate output_color_space after pixel encoding adjustmentJonathan Gray
2023-01-25drm/amd/display: Fix set scaling doesn's workJonathan Gray
2023-01-25drm/i915: Remove unused variableJonathan Gray
2023-01-25drm/i915: Allow switching away via vga-switcheroo if uninitializedJonathan Gray
2023-01-25drm/i915/display: Check source height is > 0Jonathan Gray
2023-01-25drm/i915: re-disable RC6p on Sandy BridgeJonathan Gray
2023-01-25drm/amdgpu: Correct the power calcultion for Renior/Cezanne.Jonathan Gray
2023-01-25drm/amdgpu: allow multipipe policy on ASICs with one MECJonathan Gray
2023-01-25drm/amdgpu: fix amdgpu_job_free_resources v2Jonathan Gray
2023-01-24consolidate mbuf header parsing on device driver layerJan Klemkow
2023-01-24Parallels Desktop 17 emulates an azalia audio device, add itJoshua Stein
2023-01-24Refactor nd6_options() a bit more. Rewrite the loop to be a proper loopClaudio Jeker
2023-01-24Make sure pmap_page_protect() does the right thing for execute-onlyMark Kettenis
2023-01-24Fix a crash in iwx(4) when connecting to WEP networks via ifconfig join.Stefan Sperling
2023-01-24Enable access to usb(4), ugen(4), ulpt(4), ucom(4) and ujoy(4)Jeremie Courreges-Anglas