summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-07-09netlock is no longer held for SIOCSIFMEDIA and SIOCGIFMEDIA, so rely onJonathan Matthew
2024-07-09Remove splassert() for now since IPL_STATCLOCK is MD and not all archs have it.Claudio Jeker
2024-07-09do a manual ret-clean operation inside the vmm_dispatch_intr asm codeTheo de Raadt
2024-07-09sync with userland: let z_off_t fall back to long long instead of longTheo Buehler
2024-07-09IPv6 forward copies small packet content on the stack.Alexander Bluhm
2024-07-09vmd/vmm: move vm_run_params into mi header.Dave Voutila
2024-07-09Reshuffle the switch cases in ptsignal and single_thread_set to beClaudio Jeker
2024-07-09Implement MSI multiple-vector support.Mark Kettenis
2024-07-09In sched_toidle() only call the TRACEPOINT if curproc is set.Claudio Jeker
2024-07-09Remove trailing whitespace. No code change.Mike Larkin
2024-07-09change format strings to fix SEM_DEBUG buildJonathan Gray
2024-07-09fix disasm of fucomppJonathan Gray
2024-07-08Remove the KASSERT() in sched_unpeg_curproc().Martin Pieuchot
2024-07-08Don't check op_q_alloc for non-NULL before invoking op_q_free.Kenneth R Westerback
2024-07-08Introduce sched_unpeg_curproc() to abstract the current implementation.Martin Pieuchot
2024-07-08Rework per proc and per process time usage accountingClaudio Jeker
2024-07-08Fix comment for exit2() this code is called by sched_idle() not cpu_exit().Claudio Jeker
2024-07-08octeon/cnmac: assume 1Gbps in the default caseLandry Breuil
2024-07-08drm/amdgpu/atomfirmware: fix parsing of vram_infoJonathan Gray
2024-07-08drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is presentJonathan Gray
2024-07-08drm/i915/gt: Fix potential UAF by revoke of fence registersJonathan Gray
2024-07-08drm/fbdev-dma: Only set smem_start is enable per module optionJonathan Gray
2024-07-08drm/drm_file: Fix pid refcounting raceJonathan Gray
2024-07-08drm/amdgpu: Fix pci state save during mode-1 resetJonathan Gray
2024-07-08drm/radeon/radeon_display: Decrease the size of allocated memoryJonathan Gray
2024-07-07Add device tree mapping for Lenovo Yoga Slim 7x.Patrick Wildt
2024-07-07remove unused i386_spurious()Jonathan Gray
2024-07-07remove unused ufs_ihashlookup()Jonathan Gray
2024-07-06remove ampintc_intr_string(), unused on arm64Jonathan Gray
2024-07-06remove unused nfs_null()Jonathan Gray
2024-07-06octeon/cnmac: Skip the switch port (cnmac2) on the 5-ports EdgeRouter POELandry Breuil
2024-07-06Fix last commit; the flag has a slightly different prefixPatrick Wildt
2024-07-05When trying to enable multiple MSI vectors, check the flag first whetherPatrick Wildt
2024-07-05On Qualcomm machines, make use of the in-built MSI functionality in casePatrick Wildt
2024-07-05Only call qwx_dp_service_srng() if ext irq is enabled. It would be nicerPatrick Wildt
2024-07-05remove unused vn_isdisk(), added for softdepJonathan Gray
2024-07-04Implement support for version 7 controllers. These have two separateMark Kettenis
2024-07-04Only override the time offset in rtcinfo[0] when setting the time; don'tMark Kettenis
2024-07-04Support the ACPI GPIO pins necessary to support the keyboard, touchpadPatrick Wildt
2024-07-04Implement IPv6 forwarding IPsec only.Alexander Bluhm
2024-07-04remove uvm_addr_align() and uvm_addr_align_back()Jonathan Gray
2024-07-03Right now MSIs don't work on the Qualcomm Snapdragon X Elite (X1E80100).Patrick Wildt
2024-07-03Add device tree mapping for Asus Vivobook S15.Mark Kettenis
2024-07-03Map BUS_SPACE_MAP_PREFETCHABLE to Normal-NC. There are other memoryMark Kettenis
2024-07-03Switch to a table for mapping smbios vendor/product to device tree fileMark Kettenis
2024-07-03remove __mp_release_all_but_one(), unused since sched_bsd.c rev 1.92Jonathan Gray
2024-07-02regenMark Kettenis
2024-07-02Add Qualcomm X1E80100Mark Kettenis
2024-07-02Fix unintended comparison between signed and unsigned integer.Mark Kettenis
2024-07-02Support the Qualcomm Snapdragon X Elite (X1E80100) PCIe controller. We doPatrick Wildt