summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-11-08allow the KERN_AUTOCONF_SERIAL sysctl in pledge'd processesRobert Nagy
2022-11-08timeout(9): remove unused, undocumented timeout_in_nsec() interfaceScott Soule Cheloha
2022-11-08Enable gpiobl(4)Tobias Heider
2022-11-08Add gpiobl(4), a driver for gpio controlled display backlights. This willTobias Heider
2022-11-08Use four spaces not tabs on line breakKlemens Nanni
2022-11-08Document ifc_list immutabilityKlemens Nanni
2022-11-08Implement alternative mailbox handling mechanism required by newer firmware.Mark Kettenis
2022-11-08tc_setclock: don't print a warning if tc_windup() rejects inittodr(9) timeScott Soule Cheloha
2022-11-08vmm(4): remove locking in vmm_intr_pendingMike Larkin
2022-11-08Unlock SIOCIFGCLONERSKlemens Nanni
2022-11-08Push kernel lock inside ifioctl_get()Klemens Nanni
2022-11-08arm64: switch to clockintr(9)Scott Soule Cheloha
2022-11-08fix indentKlemens Nanni
2022-11-08amd64: switch to clockintr(9)Scott Soule Cheloha
2022-11-08Extent the current suspend/resume implementation to include support forMark Kettenis
2022-11-08This diff fixes panic tripped by KASSERT(st->sync_state == PFSYNC_S_NONE)Alexandr Nedvedicky
2022-11-08Push kernel lock into ifioctl_get()Klemens Nanni
2022-11-08acpihpet(4): disable/reenable acpihpet_delay() during suspend/resumeScott Soule Cheloha
2022-11-08i386: add delay_fini()Scott Soule Cheloha
2022-11-08amd64: add delay_fini()Scott Soule Cheloha
2022-11-08Move definitions for CNTV_CTL_EL0 to armreg.h.Mark Kettenis
2022-11-08Implement reading/writing/configuring pins in qcgpio(4). The code hasPatrick Wildt
2022-11-08Sprinkle some #ifdef MULTIPROCESSOR to make non-MP kernels build again.Mark Kettenis
2022-11-08Push kernel lock down into ifioctl()Klemens Nanni
2022-11-08RegenMartin Pieuchot
2022-11-08Mark mmap(2), munmap(2) and mprotect(2) as NOLOCK.Martin Pieuchot
2022-11-07The gpiokeys(4) 'label' property seems to be optional. If we don't havePatrick Wildt
2022-11-07Add support for the PCIe controller on the Qualcomm SC8280XP. ThankfullyPatrick Wildt
2022-11-07The ARM SMMUv2 does actually support #iommu-cells = <2>, where the secondPatrick Wildt
2022-11-07Implement the "halt" IPI.Mark Kettenis
2022-11-07revert "move pf_purge out from under the kernel lock".David Gwynne
2022-11-07introduce a new kern.autoconf_serial sysctl that can be used by userlandRobert Nagy
2022-11-07move pf_purge out from under the kernel lock and avoid the hogging cpuDavid Gwynne
2022-11-07vmm(4): set RAX guest register state based on VMCBDave Voutila
2022-11-07Modify TCP receive buffer size auto scaling to use the smoothed RTTYASUOKA Masahiko
2022-11-07Run the ND6 expiry timer without kernel lockKlemens Nanni
2022-11-07Rename unreferenced field d_drivedata to smoke out any wellKenneth R Westerback
2022-11-07Nuke last references to d_drivedata.Kenneth R Westerback
2022-11-07Implement db_write_text/bytes() which add support for ddb(4)'s breakpoints.Martin Pieuchot
2022-11-07In kpageflttrap(), validate a non-NULL pcb_onfault against an arrayPhilip Guenther
2022-11-06Constify pfsync_acts[]; OK dlgKlemens Nanni
2022-11-06get rid of pfsync_state_export.David Gwynne
2022-11-06vmm(4): allocate reference for vm and vcpu SLISTsDave Voutila
2022-11-06Enable IPv4, TCP, and UDP checksum offloading, and VLAN HW taggingMoritz Buhl
2022-11-06move pfsync_state_import in if_pfsync.c to pf_state_import in pf.cDavid Gwynne
2022-11-06Add FDT-based attachment for qciic(4).Patrick Wildt
2022-11-06Add FDT-based attachment for qcgpio(4).Patrick Wildt
2022-11-06make /dev/pf a clonable device.David Gwynne
2022-11-06Change character drawing depth when 'pseudo' framebuffer depth is changed.Kenji Aoyama
2022-11-06Disable smmu(4) for Qualcomm SC8280XP on FDT attachment like we already doPatrick Wildt