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