summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2023-07-05They may have fixed the cache coherency problems in the JH7110, but it isMark Kettenis
2023-07-05Suspend from suspend_taskq in apmioctl.Tobias Heider
2023-07-05remove unused armv7 max_processes globalJonathan Gray
2023-07-04amd64: cpu_info: rearrange members, keep ci_mds_tmp 32-byte alignedScott Soule Cheloha
2023-07-04enable dwqe(4)Mark Kettenis
2023-07-04Add a bunch of clocks for GMAC0 and GMAC1 on the JH7110 SoC.Mark Kettenis
2023-07-03Enable mouse.tp.mtbuttons for apldcmsTobias Heider
2023-07-02Add button mappings for two- and three-finger clicks on clickpads.Ulf Brosziewski
2023-07-02all platforms, kernel: remove __HAVE_CLOCKINTR symbolScott Soule Cheloha
2023-07-01Add driver for QC cpu Power States.Dale Rahn
2023-07-01Add support for JH7110 to stftemp(4).Joel Sing
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