summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-09-03Allow suspend with root on sdmmc(4).Mark Kettenis
2022-09-03When divert-reply is used, keep some pf states after pcb is dropped ifYASUOKA Masahiko
2022-09-03Fix socket splicing between inet and inet6 sockets broken by PRU_CONTROLVitaliy Makkoveev
2022-09-03regenMoritz Buhl
2022-09-03add the sendmmsg syscall that allows sending multiple msghdrs atMoritz Buhl
2022-09-03Add apldcms(4), a driver for the touchpad on M2 laptops. This driverMark Kettenis
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-09-02First attempt at supporting audio on machines with multiple speakers.Mark Kettenis
2022-09-02vmm(4): add tracepoint for in/out handler.Dave Voutila
2022-09-02Add a callback for setting the TDM slot used by an audio codec.Mark Kettenis
2022-09-02Don't ignore an OpenBSD GPT partition just because the GPT saysKenneth R Westerback
2022-09-02Fix TSO large receive offloading in ix(4).Jan Klemkow
2022-09-02regenMoritz Buhl
2022-09-02Enable apldc(4), apldchidev(4), apldckbd(4) and aplrtk(4) here as well.Mark Kettenis
2022-09-02add the recvmmsg syscall that allows receiving multiple msghdrs atMoritz Buhl
2022-09-02Move PRU_CONTROL request to (*pru_control)().Vitaliy Makkoveev
2022-09-02Reduce differences to amd64.Mike Larkin
2022-09-02Nuke variable partlba that is set but not used.Kenneth R Westerback
2022-09-02Relax GTP header validity check by allowing 1 sector size usableKenneth R Westerback
2022-09-02syncJonathan Gray
2022-09-02drm/i915: Add new ADL-S pci idJonathan Gray
2022-09-02regenJonathan Gray
2022-09-02sync Intel ADL-S devices with Mesa gitJonathan Gray
2022-09-02Add UFS2 support, with libsa for boot and with a specific ufs-and-ufs2-in-oneMiod Vallat
2022-09-02Add ufs2 to the list of filesystem, for the sake of boot blocks which do notMiod Vallat
2022-09-02Remove non-_KERNEL code path for division by zero. This will allow theMiod Vallat
2022-09-02Get the retguard region's phys address from pmap, instead of using linkerMike Larkin
2022-09-02Add softraid(4) RAID 1C boot supportKlemens Nanni
2022-09-02Adopt a terser specification of an MBR partition table ofKenneth R Westerback
2022-09-02openpty() family of functions use /dev/ptm PTMGET to open a master+slave fdTheo de Raadt
2022-09-01vmm(4): send all port io emulation to userlandDave Voutila
2022-09-01whitespaceMike Larkin
2022-09-01Move PRU_CONNECT2 request to (*pru_connect2)().Vitaliy Makkoveev
2022-09-01whitespaceMike Larkin
2022-09-01d_bbsize and d_sbsize are entirely absent from the tree.Kenneth R Westerback
2022-09-01Stop setting d_bbsize and d_sbsize. Nobody has paidKenneth R Westerback
2022-09-01the VNDIOCSET ioctl path handling bypassed the unveil, so root (or .operator)Theo de Raadt
2022-09-01Delete force CHS remnants here too.Kenneth R Westerback
2022-09-01remove exec_makecmds() and exec_runcmds() prototypesJonathan Gray
2022-09-01remove ppath_destroy() prototype; function was never committedJonathan Gray
2022-09-01remove sb_lock() prototype; removed in uipc_socket2.c 1.64Jonathan Gray
2022-09-01remove unused prototypes from buf.hJonathan Gray
2022-08-31Compare equality of looked up node using pointers instead ofPatrick Wildt
2022-08-31Move PRU_SENDOOB request to (*pru_sendoob)().Vitaliy Makkoveev
2022-08-31Support SMMUv3 IORT nodes as well in the midlayers. This allows IOMMUPatrick Wildt
2022-08-31MSIs on the x13s are routed through both a "normal" SMMU and a "v3" SMMU.Mark Kettenis
2022-08-31Add qcgpio(4) and qciic(4), drivers for the Qualcomm GPIO and I2C controllersMark Kettenis
2022-08-31Introduce iic_intr_disestablish() and use it in ihidev(4).Mark Kettenis
2022-08-31Add apldc(4), apldchidev(4), apldckdb(4) and aplrtkit(4). Together theseMark Kettenis
2022-08-31make kernel build without INET6 againSebastian Benoit