summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2023-06-27Add qctsens(4), a driver for the Temperature Sensor found on Qualcomm SoCs.Patrick Wildt
2023-06-27amd64: MCOUNT_EXIT: restore interrupts, don't unconditionally reenable themScott Soule Cheloha
2023-06-24Add initial support for StarFive VisionFive V2 to stfclock(4).Joel Sing
2023-06-22Instead of tsleep on lbolt do a tsleep with a 1 second timeout.Claudio Jeker
2023-06-18Remove spurious comment.Mark Kettenis
2023-06-18Add fchmod() entry in luna88k bootloader.Kenji Aoyama
2023-06-18Fix SCSI CMD_WRITE_EXT command length to 10 bytes.Kenji Aoyama
2023-06-17Flush the ITS after we disestablish an MSI. Fixes an issue seen on AmpereMark Kettenis
2023-06-17On arm64, the frame pointer points at the stack address where the frameMark Kettenis
2023-06-15all platforms, main(): call clockqueue_init() just before sched_init_cpu()Scott Soule Cheloha
2023-06-11Disable PAC with the architected algorithm for now, but leave it enabledMark Kettenis
2023-06-10Implement support for pointer authentication (PAC) in userland. With PACMark Kettenis
2023-06-10Add qcpas(4), a driver for the Peripheral Authentication Service found onPatrick Wildt
2023-06-07upon resume, fpureset() was being called prematurely (before cpu_init,Theo de Raadt
2023-06-03Remove declarations of unused local variables, an unused functionKenneth R Westerback
2023-06-02Missed a trailing space.Kenneth R Westerback
2023-06-01Expunge a bunch of eye searing trailing whitespace.Kenneth R Westerback
2023-05-31Remove declarations for unused search_label() local variablesKenneth R Westerback
2023-05-30spellingJonathan Gray
2023-05-29some hackery to make arm64 ramdisk compile againTheo de Raadt
2023-05-29recognise Cortex-A520 (Hayes), Cortex-A720 (Hunter), Cortex-X4 (Hunter-ELP)Jonathan Gray
2023-05-27Implement battery charge control.Mark Kettenis
2023-05-25Work around sparc64 WITNESS kernel failing to load by moving large witnessKurt Miller
2023-05-23Add qcaoss(4), a driver for the Always On Subsystem found on Qualcomm SoCs.Patrick Wildt
2023-05-22The fp_ex_[st]w struct savefpu members were inherited from NetBSD wherePhilip Guenther
2023-05-21Typo in comment. 'parititon' -> 'partition'.Kenneth R Westerback
2023-05-19Add qcsmptp(4), a driver to share 32-bit values between (co-)processors.Patrick Wildt
2023-05-19Have mainbus attach nodes under /reserved-memory, so that qcsmem(4) showsPatrick Wildt
2023-05-19Add qcsmem(4), a driver for the shared memory table on Qualcomm SoCsPatrick Wildt
2023-05-17Add qcmtx(4), a driver for the hardware spinlock on Qualcomm SoCs thatPatrick Wildt
2023-05-17Add qcipcc(4), a driver for the inter-processor mailbox interface usedPatrick Wildt
2023-05-17Tolerate difference in some of the features advertised by theMark Kettenis
2023-05-15Pass the ESR as the trapno value; this might help in determining the detailedMark Kettenis
2023-05-12add axppmic support to RAMDISK,SASANO Takayoshi
2023-05-12Fall back on loading the kernel from the EFI system partition if we'reMark Kettenis
2023-05-09Apparently there is no need to set the PS2 field.Mark Kettenis
2023-05-02Sometimes the touchpad doesn't attach. Try to solve this issue beMark Kettenis
2023-04-30Fix typo in MRDISKTYPE.Kenneth R Westerback
2023-04-30Remove the EFI RTC implementation on amd64. Since all amd64 systems weMark Kettenis
2023-04-29Add "counter-timer" to openboot_special[] in order to not mention it asMiod Vallat
2023-04-29remove some 19 year old #if 0 codeMike Larkin
2023-04-29whitespaceMike Larkin
2023-04-29Print VHE feature in dmesg.Mark Kettenis
2023-04-28bump MAXDSIZ to 128G on amd64 and 64G on arm64Robert Nagy
2023-04-28timer(4/sparc64): remove driverScott Soule Cheloha
2023-04-28Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-28Add a driver for the Qualcomm rng device found on the Thinkpad X13s, based onPeter Hessler
2023-04-27Remove efi32 and efi64. These are leftovers from a project that didn't goMark Kettenis
2023-04-26Implement dt(4) utrace support on amd64 and i386.Claudio Jeker
2023-04-26Incorporate r1.140 and r1.141 of vmm.c:Mike Larkin