summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2023-01-24Hook up the same USB device drivers as arm64/conf/GENERICJeremie Courreges-Anglas
2023-01-24Add and use a specific routine to fetch instructions from userland whenMiod Vallat
2023-01-24oops, a silly typoTheo de Raadt
2023-01-24uvm_map_extract() UVM_EXTRACT_FIXPROT alias mappings are only used forTheo de Raadt
2023-01-24ptrace reads/writes memory using uvm_io, which generates an temporaryTheo de Raadt
2023-01-23Make sure pmap_extract() doesn't incorrectly return success when invokedMiod Vallat
2023-01-23Remove "sb == &so->so_rcv || sb == &so->so_snd" assertion fromVitaliy Makkoveev
2023-01-23Move SS_ISSENDING flag to `sb_state'. It should belong to the sendVitaliy Makkoveev
2023-01-23In somove() rename `state' variable to `rcvstate' to make code moreVitaliy Makkoveev
2023-01-23regenJonathan Gray
2023-01-23add amdgpu device ids newly matched with 6.1 drmJonathan Gray
2023-01-23Regen.Nicholas Marriott
2023-01-23Add Backtab key, based on a change from Crystal Kolipe kolipe.c atNicholas Marriott
2023-01-23regenJonathan Gray
2023-01-23change ATI "Yellow Carp" string to "Rembrandt"Jonathan Gray
2023-01-23add a placeholder for GC 11.0.4 device idsJonathan Gray
2023-01-22Fix pf_anchor_stackframe commit to revert pf rule matching to theYASUOKA Masahiko
2023-01-22gptimer(4): remove dead MD microtime(9) implementationScott Soule Cheloha
2023-01-22Simplify the (so far unused) apm_record_event() function a bit and use itMark Kettenis
2023-01-22Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' ofVitaliy Makkoveev
2023-01-21Remove dead/unused prototypesMiod Vallat
2023-01-21Introduce `rt_lock' rwlock(9) and use it instead of kernel lock toVitaliy Makkoveev
2023-01-21Introduce per-sockbuf `sb_state' to use it with SS_CANTSENDMORE.Vitaliy Makkoveev
2023-01-21The Qualcomm UEFI Secure Application that handles EFI variables seems toMark Kettenis
2023-01-21Make bus_dmamem_alloc_range(9) API available.Mark Kettenis
2023-01-20hppa: simplify itmr_rearm()Scott Soule Cheloha
2023-01-20On cpu with the PKU feature, prot=PROT_EXEC pages now create pte whichTheo de Raadt
2023-01-20When ppb(4) detaches, make its bus range available again even if it wasMark Kettenis
2023-01-19Revise implementation of pmap_protect(9) in preparation for execute-onlyMark Kettenis
2023-01-19Restrict vmm(4) exposed cpuid extended feature flags.Dave Voutila
2023-01-19drm/i915: Fix CFI violations in gt_sysfsJonathan Gray
2023-01-19drm/amdgpu: Fix potential NULL dereferenceJonathan Gray