summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2022-03-08Enable mtw(4) in the build for amd64.hastings
2022-03-07Since AIC2 uses 4 interrupt cells we need to adjust the code that handlesMark Kettenis
2022-03-06Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-03-05Move initial ROM console related codes into separated luna88k/romcons.cKenji Aoyama
2022-03-05Move CPU-CMMU association report into #ifdef DEBUG section.Kenji Aoyama
2022-03-02Recognize the cores on Apple's M1 Pro/Max SoCs.Mark Kettenis
2022-03-02Add RTC support to aplsmc(4). The SMC firmware distributed with macOS 12.xMark Kettenis
2022-03-02Add nvmem support and make this available on all Apple SPMI PMUs. RestrictMark Kettenis
2022-03-01Apple M1 Pro/Max SoCs come with a new version of the interrupt controller.Mark Kettenis
2022-03-01The display controller sits behind a DART. We must make sure we keepMark Kettenis
2022-02-28The IOMMUs integrated on Apple's M1 Pro/MaxJ SoC use a different page tableMark Kettenis
2022-02-28Remove unneeded symbol name lookup.Visa Hankala
2022-02-27Adjust definition of DART_L1_TABLE to what Linux uses.Mark Kettenis
2022-02-25Enable cduart(4) on arm64.Visa Hankala
2022-02-24Fix kernel stack alignment on riscv64Visa Hankala
2022-02-24Reserve room for holding curcpu pointer in u-areaVisa Hankala
2022-02-24Fix PIC_SYM() macro: it never needs to token paste, so it's notPhilip Guenther
2022-02-23unifdef __ELF__Jonathan Gray
2022-02-22Fix thinko in construction of SMC key for the targeted GPIO pin.Mark Kettenis
2022-02-22Remove extra ;Visa Hankala
2022-02-22Clear frame pointer in cpu_fork() on riscv64Visa Hankala
2022-02-22ddb: Improve stack unwinding on riscv64Visa Hankala
2022-02-22Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>Philip Guenther
2022-02-21Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-21Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-21Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-21Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-21aligend -> alignedJonathan Gray
2022-02-21cululative -> cumulativeJonathan Gray
2022-02-21differenent -> differentJonathan Gray
2022-02-21disatcher -> dispatcherJonathan Gray
2022-02-21enries -> entriesJonathan Gray
2022-02-21entris -> entriesJonathan Gray
2022-02-21implenent -> implementJonathan Gray
2022-02-21independednt -> independent, let's -> letsJonathan Gray
2022-02-21Constify struct cfattach.Martin Pieuchot
2022-02-21initializion -> initializationJonathan Gray
2022-02-21initiailze -> initializeJonathan Gray
2022-02-21instructinos -> instructionsJonathan Gray
2022-02-21interrunts -> interruptsJonathan Gray
2022-02-21Constify struct cfattach.Martin Pieuchot
2022-02-21iommmu -> iommuJonathan Gray
2022-02-21lenghy -> lengthyJonathan Gray
2022-02-21mappiing -> mappingJonathan Gray
2022-02-21opearting -> operatingJonathan Gray
2022-02-21tempterature -> temperatureJonathan Gray
2022-02-20Add aplcpu(4), a driver to control the CPU performance levels on Apple SoCs.Mark Kettenis
2022-02-20move to 7.1-betaTheo de Raadt
2022-02-18Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller.Visa Hankala
2022-02-17remove unused include filesTheo de Raadt