Age | Commit message (Expand) | Author |
2022-09-08 | riscv64: cpu_initclocks: install tb_timecounter before cpu_startclock() | Scott Soule Cheloha |
2022-09-08 | macppc: cpu_initclocks: install tb_timecounter before cpu_startclock() | Scott Soule Cheloha |
2022-09-07 | vmm(4): allow reading MSR_TSC on Intel hosts. | Dave Voutila |
2022-09-07 | On the Lenovo X13s the named components don't have the single mapping | Patrick Wildt |
2022-09-06 | i386/lapic.c: sync with amd64/lapic.c | Scott Soule Cheloha |
2022-09-06 | Attach aplmbox(4) early. | Mark Kettenis |
2022-09-05 | Don't ignore memory blocks smaller than 64KB. Some EFI implementations | Mark Kettenis |
2022-09-05 | Fix file specification, zap partition bits, rectify disk naming errors | Klemens Nanni |
2022-09-04 | Improve periodic USB transfers (device intr, isoc) used for input | Marcus Glocker |
2022-09-04 | spelling | Jonathan Gray |
2022-09-03 | Set AP power state. This is needed if U-Boot didn't do this for us. | Mark Kettenis |
2022-09-03 | Handle syslog messages and add support for setting the AP power state. | Mark Kettenis |
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 | Enable apldc(4), apldchidev(4), apldckbd(4) and aplrtk(4) here as well. | Mark Kettenis |
2022-09-02 | Reduce differences to amd64. | Mike Larkin |
2022-09-02 | Add UFS2 support, with libsa for boot and with a specific ufs-and-ufs2-in-one | 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-01 | vmm(4): send all port io emulation to userland | Dave Voutila |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-09-01 | Delete force CHS remnants here too. | Kenneth R Westerback |
2022-08-31 | Compare equality of looked up node using pointers instead of | Patrick Wildt |
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 | Add apldc(4), apldchidev(4), apldckdb(4) and aplrtkit(4). Together these | Mark Kettenis |
2022-08-31 | Whitespace fixes. | Kenneth R Westerback |
2022-08-31 | Remove "force CHS" remnants. LBA uber alles. | Kenneth R Westerback |
2022-08-30 | Initial support for mmio assist for vmm(4) | Dave Voutila |
2022-08-30 | Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@ | Miod Vallat |
2022-08-29 | Put printing the EFI memory map behind and #ifdef. | Mark Kettenis |
2022-08-29 | Work around MSI and INTx issues on Qualcomm SC8280XP. This makes the NVMe | Mark Kettenis |
2022-08-29 | remove unused macppc headers | Jonathan Gray |
2022-08-29 | static const, not const static | Jonathan Gray |
2022-08-29 | static inline, not inline static | Jonathan Gray |
2022-08-29 | use ansi volatile keyword, not __volatile__ | Jonathan Gray |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-29 | Support full GICD SPI interrupt count for REG32/REG16. | Dale Rahn |
2022-08-27 | Add power button support. | Mark Kettenis |
2022-08-27 | Provide ENTRY_NB() for i386 | Theo Buehler |
2022-08-25 | amd64/lapic.c: remove unused extern prototype for tsc_delay() | Scott Soule Cheloha |
2022-08-25 | The "Avalanche" performance cores on Apple's M2 SoC have more than 16 | Mark Kettenis |
2022-08-25 | amd64, i386: use delay_init() instead of writing delay_func by hand | Scott Soule Cheloha |
2022-08-25 | amd64, i386: add delay_init(): basic delay(9) implementation management | Scott Soule Cheloha |
2022-08-25 | No need for wsmux in this kernel configuration; ok visa@ | Miod Vallat |
2022-08-24 | Add DIT CPU feature. | Mark Kettenis |