summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-07-05Suspend from suspend_taskq in apmioctl.Tobias Heider
2023-07-05remove unused armv7 max_processes globalJonathan Gray
2023-07-04Introduce SBL_WAIT and SBL_NOINTR sbwait() flags.Vitaliy Makkoveev
2023-07-04amd64: cpu_info: rearrange members, keep ci_mds_tmp 32-byte alignedScott Soule Cheloha
2023-07-04Instead of waiting for the inbound item to show up in the interruptPatrick Wildt
2023-07-04This diff limits the number of transactions/ticketsAlexandr Nedvedicky
2023-07-04Check for interface type ethernet before call ether_brport_isset()Jan Klemkow
2023-07-04enable dwqe(4)Mark Kettenis
2023-07-04Add StarFive JH7110 support.Mark Kettenis
2023-07-04Handle rx error.Mark Kettenis
2023-07-04consistenly name instruction definesJasper Lievisse Adriaanse
2023-07-04Unbreak kprobes. Since LLVM emits endbr64 instructions for IBT, dt could noJasper Lievisse Adriaanse
2023-07-04The recent change to DIOCGETRULE allows applications whichAlexandr Nedvedicky
2023-07-04remove prototypes for removed functionsJonathan Gray
2023-07-04Remove redundant code when calculating checksum.Alexander Bluhm
2023-07-04Add a bunch of clocks for GMAC0 and GMAC1 on the JH7110 SoC.Mark Kettenis
2023-07-04Make the hardware counters available on BCM5705 and newer available asJonathan Matthew
2023-07-04Remove mbuf low watermark vars. Unused since uipc_mbuf.c rev 1.244.Jonathan Gray
2023-07-04Add some extra parenthesis for consistency.Mark Kettenis
2023-07-04m_reclaim() was removed in uipc_mbuf.c rev 1.195Jonathan Gray
2023-07-04remove unused global varJonathan Gray
2023-07-03Enable mouse.tp.mtbuttons for apldcmsTobias Heider
2023-07-03use consistent queue(9) example for LIST removal; OK bluhm mvsKlemens Nanni
2023-07-03use semicolon not comma at eolJonathan Gray
2023-07-03typofix lladdr in function names; OK deraadt janKlemens Nanni
2023-07-03Bring malloc(9) and <sys/malloc.h> into sync for M_* entries, suchPhilip Guenther
2023-07-02Add button mappings for two- and three-finger clicks on clickpads.Ulf Brosziewski
2023-07-02Use TSO and LRO on the loopback interface to transfer TCP faster.Alexander Bluhm
2023-07-02all platforms, kernel: remove __HAVE_CLOCKINTR symbolScott Soule Cheloha
2023-07-02PS_CHROOT flag must also be copied when forking. This will blockTheo de Raadt
2023-07-02clockintr_cpu_init: stagger clock interrupts by MAXCPUSScott Soule Cheloha
2023-07-01Add sensor to qccpu to be able to show all cpu frequencies.Dale Rahn
2023-07-01Add driver for QC cpu Power States.Dale Rahn
2023-07-01Enable AC detection in qcpas driver.Dale Rahn
2023-07-01Warn and fail to attach dwmmc(4) if no clock base is found.Joel Sing
2023-07-01Add support for JH7110 to dwmmc(4).Joel Sing
2023-07-01Add support for JH7110 to stftemp(4).Joel Sing
2023-06-30Use "newcon" instead of "netlck" as identifier of the sleep reason whileVitaliy Makkoveev
2023-06-30Introduce M_PF type for pf(4) related memory allocations. Currently usedVitaliy Makkoveev
2023-06-29acpi(4)/acpibtn(4): use opt-in approach for wakeup GPEsDave Voutila
2023-06-29regenJonathan Gray
2023-06-29add Intel Raptor Lake / 700 Series LP idsJonathan Gray
2023-06-28pfioctl() must make sure pfioctl_rw() gets unlocked before function returns.Alexandr Nedvedicky
2023-06-28Revert r1.406 "Close all pf transactions before opening a new one in DIOCGETR...Klemens Nanni
2023-06-28use refcnt API for multicast addresses, add tracepoint:refcnt:ifmaddr probeKlemens Nanni
2023-06-28First step at removing struct sleep_state.Claudio Jeker
2023-06-27Add qctsens(4), a driver for the Temperature Sensor found on Qualcomm SoCs.Patrick Wildt
2023-06-27Introduce M_IFGROUP type of memory allocation. M_TEMP is unreasonableVitaliy Makkoveev
2023-06-27Use shared net lock for DIOCGETIFACESKlemens Nanni
2023-06-27Remove net lock from DIOC{SET,CLR}IFFLAGKlemens Nanni