Age | Commit message (Expand) | Author |
2023-04-25 | Add RK3588. | Mark Kettenis |
2023-04-25 | Rename ps_refcnt to ps_threadcnt in struct process and implement | Claudio Jeker |
2023-04-25 | zlib: sync with src | Theo Buehler |
2023-04-25 | Exclusive net lock or mutex arp_mtx protect the llinfo_arp fields. | Alexander Bluhm |
2023-04-25 | When configuring a new address on an interface, an upstream router | Peter Hessler |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
2023-04-25 | Enable softraid(4) in the ramdisk kernel aka. make disk crypto install work | Klemens Nanni |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
2023-04-25 | vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct. | Dave Voutila |
2023-04-25 | Do not grab the `vmmaplk' recursively, prevent a self-deadlock. | Martin Pieuchot |
2023-04-25 | Create & use variables MRDISKTYPE and MRMAKEFSARGS like all the other build | Kenneth R Westerback |
2023-04-25 | Enable power management for PCI devices. | Patrick Wildt |
2023-04-25 | Add suspend/resume support to pwmbl(4), so that when suspending the x13s | Patrick Wildt |
2023-04-25 | Disable keyboard backlight on Apple Silicon laptops on suspend, | Tobias Heider |
2023-04-25 | Invalidate ITS caches during suspend/resume cycle to commit the changes | Patrick Wildt |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
2023-04-25 | regen | Jonathan Gray |
2023-04-25 | add Kingston KC3000 from Paul de Weerd | Jonathan Gray |
2023-04-25 | prof_state_toggle: keep a count of CPUs with profiling enabled | Scott Soule Cheloha |
2023-04-25 | addupc_intr: support adding multiple profiling ticks at once | Scott Soule Cheloha |
2023-04-24 | vmm(4): allow guests to enable and use supervisor IBT. | Dave Voutila |
2023-04-24 | Remove recursive spl grabbing in vfs_bio.c | Bob Beck |
2023-04-24 | Enable MSI if the node contains an msi-map, like we already do in pciecam(4). | Patrick Wildt |
2023-04-24 | Update qcpon(4) compatibles to match on qcom,pmk8350-pon, which is the updated | Patrick Wildt |
2023-04-24 | Hoist privilege checks further | Klemens Nanni |
2023-04-24 | Enable branch target control flow enforcement on arm64. | Mark Kettenis |
2023-04-24 | Abuse the wxallowed flag to decide whether we should enforce branch target | Mark Kettenis |
2023-04-24 | Don't check `so_sp' within sofree(). The following isspliced() and | Vitaliy Makkoveev |
2023-04-24 | Add initial support for Atlantic 2 hardware. Atlantic 2 has | Jonathan Matthew |
2023-04-24 | Toggle IBT off during amd64 hibernate before dropping to real mode. | Dave Voutila |
2023-04-24 | handle fixed-link configuration in the device tree. | David Gwynne |
2023-04-23 | Adjust some printfs in the attach code path to make more sense, | Jonathan Matthew |
2023-04-23 | Prepare for adding Atlantic 2 support by renaming functions and defines | Jonathan Matthew |
2023-04-23 | Stop setting ri->ri_bs to prevent a panic caused by rasops accessing its | Patrick Wildt |
2023-04-23 | rename sc_tick to sc_phy_tick. no functional change. | David Gwynne |
2023-04-23 | enable iosf(4) | David Gwynne |
2023-04-23 | iosf(4) implements functionality that was stubbed out in drm | David Gwynne |
2023-04-23 | add support for coordinating i2c bus access with iosf(4) | David Gwynne |
2023-04-23 | add iosf(4), a driver for the Intel OnChip System Fabric | David Gwynne |
2023-04-23 | clockintr_cpu_init: don't update cached uptime | Scott Soule Cheloha |
2023-04-23 | clockintr_advance: don't use cached uptime when called outside of dispatch | Scott Soule Cheloha |
2023-04-22 | clockintr, ddb(4): label non-pending clock interrupts "idle" | Scott Soule Cheloha |
2023-04-22 | Call pfkeyv2_sysctl_policydumper() with shared netlock. It performs | Vitaliy Makkoveev |
2023-04-22 | Rename the XCR0_* #defines to XFEATURE_* and add the new supervisor-state | Philip Guenther |
2023-04-22 | Teach the disassembler about xrstors, xsavec, and xsaves | Philip Guenther |
2023-04-22 | reduce the delays used in the mii/mdio bus ops | David Gwynne |
2023-04-22 | use if_baudrate and if_link_state for mac config, not mii media values | David Gwynne |
2023-04-22 | revert vlan(4) inherits TSO flags | David Gwynne |
2023-04-21 | clockintr: prepare to hoist clockqueue_init() out of clockintr_cpu_init() | Scott Soule Cheloha |