summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat
2024-11-05Unlock ptsignal by using the ps_mtx instead of KERNEL_LOCK to ensureClaudio Jeker
2024-11-05Rename ci_intrdepth to ci_idepth in preparation for MI use of it; I mistakenlyMiod Vallat
2024-11-05Stop grabbging the KERNEL_LOCK() for uvm_fault_unwire_locked() in the reaper.Martin Pieuchot
2024-11-05Do not put wired pages on the page queues & release their swap resources.Martin Pieuchot
2024-11-05Check if the mapping for an vm_map_entry exists while holding its lock.Martin Pieuchot
2024-11-05Handle faults on wired map entries similarly to VM_FAULT_WIRE faults.Martin Pieuchot
2024-11-05Add support for CSI b control sequence (repeat last printed character) toMiod Vallat
2024-11-05Tweak softc initialization:Martin Pieuchot
2024-11-05remove VATTR_NULL() define, directly call vattr_null()Jonathan Gray
2024-11-05Enable ixv(4)YASUOKA Masahiko
2024-11-04Properly handle stop signals in cursig if deep.Claudio Jeker
2024-11-04remove ability to specify root/dump/swap on st(4)Jonathan Gray
2024-11-04correct non-rd major numbers; ok miod@Jonathan Gray
2024-11-04No need to duplicate the scsi_xfer timeout field in spc_acb.Miod Vallat
2024-11-04viogpu: tune down debug messagesStefan Fritsch
2024-11-04vio_dump: Fix control queue dumpStefan Fritsch
2024-11-04correct HW_MAXID; ok deraadt@ jca@ kettenis@Jonathan Gray
2024-11-04Implement support for the new CHLS key that is used to control the batteryMark Kettenis
2024-11-04remove unused inline function; ok dlg@Jonathan Gray
2024-11-03Need to call unsleep before doing the SSTOP check. We need to ensure thatClaudio Jeker
2024-11-03Clear UDP checksum out flag when stripping UDP header.Alexander Bluhm
2024-11-03Revert previous, at least on arm64 too many pages end up being wired.Martin Pieuchot
2024-11-03Introduce a `shortage' variable to reduce accesses to `uvmexp.free' & friends.Martin Pieuchot
2024-11-03Do not put wired pages on the page queues & release their swap resources.Martin Pieuchot
2024-11-03add powerpc64 and riscv64 to tags arch listJonathan Gray
2024-11-02Use lowercase in locking comments when not refering to a global lock.Martin Pieuchot
2024-11-02Use a ringbuffer per CPU instead of a ringbuffer per PCB.Martin Pieuchot
2024-11-02Move edid_print() behind defined(EDID_DEBUG).Miod Vallat
2024-11-02use correct array index when setting frequencyJonathan Gray
2024-11-02Check if the mapping for an vm_map_entry exists while holding its lock.Martin Pieuchot
2024-11-02Handle faults on wired map entries similarly to VM_FAULT_WIRE faults.Martin Pieuchot
2024-11-02Always use new_vmcmd() from exec_subr.c, remove the macro whichJonathan Gray
2024-11-02Remove #if !defined(ASSEMBLER) guards, this file is not used by boot blocksMiod Vallat
2024-11-02Kill unused pmap_collect().Martin Pieuchot
2024-11-02Compute inactive target only once per iteration.Martin Pieuchot
2024-11-02Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559,YASUOKA Masahiko
2024-11-01Retire uvm_km_zalloc().Martin Pieuchot
2024-11-01In macppc ofwboot, sync instruction cache before entering kernelGeorge Koehler
2024-11-01Allocate PD for Intel's U-K before transferring mappings to the pae pmap.Martin Pieuchot
2024-11-01In sleep_finish() is the process state is SSTOP force a mi_switch().Claudio Jeker
2024-11-01drm/amd/display: Disable PSR-SU on Parade 08-01 TCON tooJonathan Gray
2024-11-01drm/amd: Guard against bad data for ATIF ACPI methodJonathan Gray
2024-11-01drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ringJonathan Gray
2024-11-01remove unused local variableJonathan Gray
2024-10-31Stop abusing ufs inodes and with it the ufs_ihash.Claudio Jeker
2024-10-31No need to set pkthdr fields to 0 that are already 0. MGETHDR() does that.Claudio Jeker
2024-10-31Rewrite mbuf handling in wg(4).Claudio Jeker
2024-10-31Drop forgotten backslashes within vxlan_input(). Seems they are stalledVitaliy Makkoveev
2024-10-31Unlock fs_sysctl(). It is the only `suid_clear' variable - atomicallyVitaliy Makkoveev