summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2022-02-17If S4 is not available, use S5 for the ACPI-transitions in hibernate support.Theo de Raadt
2022-02-16Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller.Visa Hankala
2022-02-16change MD gosleep() and sleep_finish() to return int, the MI code will beTheo de Raadt
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-15Since acpitoshiba brightness button processing no longer plays gamesTheo de Raadt
2022-02-15when the MI suspend code encounters problems, we need a way toTheo de Raadt
2022-02-15MI disable_lid_wakeups() is not needed, x86 systems can do thisTheo de Raadt
2022-02-15fix mask in hppa inst_trap_return()Jonathan Gray
2022-02-14don't deref pointer before test it is safeJonathan Gray
2022-02-14Pass the entire compatible property for devices attaching to the iic(4) bus.Mark Kettenis
2022-02-14Delete incomplete implementation of bus_space_{alloc,free} in bus.h.Kenji Aoyama
2022-02-14OF_getproplen() returns -1 on error, so don't store result in size_tJonathan Gray
2022-02-13remove stray tab whitespace. no code change.Mike Larkin
2022-02-13Fix return value check of OF_getproplen(). If "reset-gpios" is not foundTobias Heider
2022-02-13Move some MI pieces out of suspend_mp/resume_mpTheo de Raadt
2022-02-13The Apple M1 SoC has two mechanism for doing IPIs. The first method usesMark Kettenis
2022-02-13Some PCIe devices on the M1 and M1 Pro/Max need to be explicitly powered onMark Kettenis