summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2024-10-31try to simplify the locking code around busy maps.David Gwynne
2024-10-30For AMD SEV automatically load psp(4) firmware during vmd(4) startup.Alexander Bluhm
2024-10-30readd IFCAP_VLAN_MTU and NVLAN checksJan Klemkow
2024-10-30For AMD SEV implement psp(4) download firmware command.Alexander Bluhm
2024-10-30nope, gcc does not like the changeTheo de Raadt
2024-10-30remove unneeded conf.h includeJonathan Gray
2024-10-30directly use dev_t for swdevt[], remove struct swdevtJonathan Gray
2024-10-29move hfsc to using nanoseconds for keeping times.David Gwynne
2024-10-29use nsecuptime instead of using nanouptime and doing a bunch of maths.David Gwynne
2024-10-29We should always set the AP power state, so fold the rtkit_set_ap_pwrstate()Mark Kettenis
2024-10-29Move psp(4) initialization from attach to device open.Alexander Bluhm
2024-10-29remove unneeded includesJonathan Gray
2024-10-29virtio_pci: Negotiate ACCESS_PLATTFORM featureStefan Fritsch
2024-10-29Change uvm_swapout_threads() to return the amound of freed pages.Martin Pieuchot
2024-10-29remove unused DPSECT DPCYL defines; ok deraadt@Jonathan Gray
2024-10-28Set AP power state. Fixes the SMC initialization on (at least) the M1Mark Kettenis