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