summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2023-01-19drm/amdgpu: enable VCN DPG for GC IP v11.0.4Jonathan Gray
2023-01-19drm/amdgpu: Enable pg/cg flags on GC11_0_4 for VCNJonathan Gray
2023-01-19drm/amdgpu: add soc21 common ip block support for GC 11.0.4Jonathan Gray
2023-01-19drm/amd/pm: enable GPO dynamic control support for SMU13.0.7Jonathan Gray
2023-01-19drm/amd/pm: enable GPO dynamic control support for SMU13.0.0Jonathan Gray
2023-01-19drm/amd/pm: Enable bad memory page/channel recording support for smu v13_0_0Jonathan Gray
2023-01-19drm/amd/pm: enable mode1 reset on smu_v13_0_10Jonathan Gray
2023-01-19drm/i915/gt: Cleanup partial engine discovery failuresJonathan Gray
2023-01-19Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 prop...Jonathan Gray
2023-01-19drm/amd/display: move remaining FPU code to dml folderJonathan Gray
2023-01-19drm/amd/pm: add the missing mapping for PPT feature on SMU13.0.0 and 13.0.7Jonathan Gray
2023-01-19drm/amd/pm: correct the reference clock for fan speed(rpm) calculationJonathan Gray
2023-01-19drm/amdgpu: Fixed bug on error when unloading amdgpuJonathan Gray
2023-01-19drm/amd: Delay removal of the firmware framebufferJonathan Gray
2023-01-18drm/i915: Fix potential context UAFsJonathan Gray
2023-01-18drm/i915: Reserve enough fence slot for i915_vma_unbind_asyncJonathan Gray
2023-01-18drm/i915/gt: Reset twiceJonathan Gray