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