Age | Commit message (Expand) | Author |
2024-11-04 | vio_dump: Fix control queue dump | Stefan Fritsch |
2024-11-04 | correct HW_MAXID; ok deraadt@ jca@ kettenis@ | Jonathan Gray |
2024-11-04 | Implement support for the new CHLS key that is used to control the battery | Mark Kettenis |
2024-11-04 | remove unused inline function; ok dlg@ | Jonathan Gray |
2024-11-03 | Need to call unsleep before doing the SSTOP check. We need to ensure that | Claudio Jeker |
2024-11-03 | Clear UDP checksum out flag when stripping UDP header. | Alexander Bluhm |
2024-11-03 | Revert previous, at least on arm64 too many pages end up being wired. | Martin Pieuchot |
2024-11-03 | Introduce a `shortage' variable to reduce accesses to `uvmexp.free' & friends. | Martin Pieuchot |
2024-11-03 | Do not put wired pages on the page queues & release their swap resources. | Martin Pieuchot |
2024-11-03 | add powerpc64 and riscv64 to tags arch list | Jonathan Gray |
2024-11-02 | Use lowercase in locking comments when not refering to a global lock. | Martin Pieuchot |
2024-11-02 | Use a ringbuffer per CPU instead of a ringbuffer per PCB. | Martin Pieuchot |
2024-11-02 | Move edid_print() behind defined(EDID_DEBUG). | Miod Vallat |
2024-11-02 | use correct array index when setting frequency | Jonathan Gray |
2024-11-02 | Check if the mapping for an vm_map_entry exists while holding its lock. | Martin Pieuchot |
2024-11-02 | Handle faults on wired map entries similarly to VM_FAULT_WIRE faults. | Martin Pieuchot |
2024-11-02 | Always use new_vmcmd() from exec_subr.c, remove the macro which | Jonathan Gray |
2024-11-02 | Remove #if !defined(ASSEMBLER) guards, this file is not used by boot blocks | Miod Vallat |
2024-11-02 | Kill unused pmap_collect(). | Martin Pieuchot |
2024-11-02 | Compute inactive target only once per iteration. | Martin Pieuchot |
2024-11-02 | Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559, | YASUOKA Masahiko |
2024-11-01 | Retire uvm_km_zalloc(). | Martin Pieuchot |
2024-11-01 | In macppc ofwboot, sync instruction cache before entering kernel | George Koehler |
2024-11-01 | Allocate PD for Intel's U-K before transferring mappings to the pae pmap. | Martin Pieuchot |
2024-11-01 | In sleep_finish() is the process state is SSTOP force a mi_switch(). | Claudio Jeker |
2024-11-01 | drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too | Jonathan Gray |
2024-11-01 | drm/amd: Guard against bad data for ATIF ACPI method | Jonathan Gray |
2024-11-01 | drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring | Jonathan Gray |
2024-11-01 | remove unused local variable | Jonathan Gray |
2024-10-31 | Stop abusing ufs inodes and with it the ufs_ihash. | Claudio Jeker |
2024-10-31 | No need to set pkthdr fields to 0 that are already 0. MGETHDR() does that. | Claudio Jeker |
2024-10-31 | Rewrite mbuf handling in wg(4). | Claudio Jeker |
2024-10-31 | Drop forgotten backslashes within vxlan_input(). Seems they are stalled | Vitaliy Makkoveev |
2024-10-31 | Unlock fs_sysctl(). It is the only `suid_clear' variable - atomically | Vitaliy Makkoveev |
2024-10-31 | try to simplify the locking code around busy maps. | David Gwynne |
2024-10-30 | For AMD SEV automatically load psp(4) firmware during vmd(4) startup. | Alexander Bluhm |
2024-10-30 | readd IFCAP_VLAN_MTU and NVLAN checks | Jan Klemkow |
2024-10-30 | For AMD SEV implement psp(4) download firmware command. | Alexander Bluhm |
2024-10-30 | nope, gcc does not like the change | Theo de Raadt |
2024-10-30 | remove unneeded conf.h include | Jonathan Gray |
2024-10-30 | directly use dev_t for swdevt[], remove struct swdevt | Jonathan Gray |
2024-10-29 | move hfsc to using nanoseconds for keeping times. | David Gwynne |
2024-10-29 | use nsecuptime instead of using nanouptime and doing a bunch of maths. | David Gwynne |
2024-10-29 | We should always set the AP power state, so fold the rtkit_set_ap_pwrstate() | Mark Kettenis |
2024-10-29 | Move psp(4) initialization from attach to device open. | Alexander Bluhm |
2024-10-29 | remove unneeded includes | Jonathan Gray |
2024-10-29 | virtio_pci: Negotiate ACCESS_PLATTFORM feature | Stefan Fritsch |
2024-10-29 | Change uvm_swapout_threads() to return the amound of freed pages. | Martin Pieuchot |
2024-10-29 | remove unused DPSECT DPCYL defines; ok deraadt@ | Jonathan Gray |
2024-10-28 | Set AP power state. Fixes the SMC initialization on (at least) the M1 | Mark Kettenis |