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