Age | Commit message (Expand) | Author |
2023-09-22 | move simplebusvar.h so it can be used without ifdef | Jonathan Gray |
2023-09-19 | Import the DVFS code from arm64. | Mark Kettenis |
2023-09-19 | Instead of adjusting PLL0 to scale the CPU frequency, use the divider | Mark Kettenis |
2023-09-18 | Reuse pmap_pte_insert() in pmap_clear_modify() | Jeremie Courreges-Anglas |
2023-09-17 | clockintr: remove clockintr_init(), clockintr_flags | Scott Soule Cheloha |
2023-09-14 | clockintr: replace CL_RNDSTAT with global variable statclock_is_randomized | Scott Soule Cheloha |
2023-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
2023-09-03 | Adapt tlb flush calls following arm64/pmap.c | Jeremie Courreges-Anglas |
2023-09-03 | Inline PTED_* functions and actually use PTED_WIRED() | Jeremie Courreges-Anglas |
2023-09-03 | pmap_page_protect() should not unmap pages after making them readonly. | Jeremie Courreges-Anglas |
2023-08-30 | Implement a few more clocks related to the GMAC. | Mark Kettenis |
2023-08-30 | Add support for the upstream Linux device tree bindings. Support for the | Mark Kettenis |
2023-08-29 | Enable dwiic(4) and axppmic(4). | Mark Kettenis |
2023-08-23 | all platforms: separate cpu_initclocks() from cpu_startclock() | Scott Soule Cheloha |
2023-08-21 | Remove dead code. | Miod Vallat |
2023-08-14 | Skip leading dash in kernel boot options instead of complaining it is an | Miod Vallat |
2023-08-05 | cpu_idle_{enter,leave} are no-ops on riscv64, so just #define | Philip Guenther |
2023-08-01 | Add (limited) support for setting PPL0 on JH7110. | Mark Kettenis |
2023-07-30 | Add JH7110 I2C clocks. | Mark Kettenis |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-07-08 | Add support for the PCIe controller on the JH7110 SoC. | Mark Kettenis |
2023-07-08 | Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs may | Mark Kettenis |
2023-07-07 | Add a few more JH7110 clocks. | Mark Kettenis |
2023-07-05 | Implement support for the GPIOs on the JH7110. Makes it possible to reboot | Mark Kettenis |
2023-07-05 | They may have fixed the cache coherency problems in the JH7110, but it is | Mark Kettenis |
2023-07-04 | enable dwqe(4) | Mark Kettenis |
2023-07-04 | Add a bunch of clocks for GMAC0 and GMAC1 on the JH7110 SoC. | Mark Kettenis |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-07-01 | Add support for JH7110 to stftemp(4). | Joel Sing |
2023-06-24 | Add initial support for StarFive VisionFive V2 to stfclock(4). | Joel Sing |
2023-06-15 | all platforms, main(): call clockqueue_init() just before sched_init_cpu() | Scott Soule Cheloha |
2023-04-25 | Enable softraid(4) in the ramdisk kernel aka. make disk crypto install work | Klemens Nanni |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-03-19 | Aggressively randomize the location of the stack on all 64-bit architectures | Mark Kettenis |
2023-03-06 | In iskmemdev(), do not check for the minor of /dev/io. It has been | Miod Vallat |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-16 | Remove obsolete __HAVE_VM_PAGE_MD define - all platforms provide vm_page_md | Miod Vallat |
2023-02-13 | Support device trees with NOPs in them (like the kernel version already | Mark Kettenis |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-27 | riscv64: initialize stathz, profhz like other platforms do | Scott Soule Cheloha |
2023-01-24 | Enable access to usb(4), ugen(4), ulpt(4), ucom(4) and ujoy(4) | Jeremie Courreges-Anglas |
2023-01-24 | Hook up the same USB device drivers as arm64/conf/GENERIC | Jeremie Courreges-Anglas |
2023-01-16 | bump minor after RAID 1C support synced form arm64 | Klemens Nanni |
2023-01-16 | Sync with original arm64 copy to get RAID 1C bits, fix include guard | Klemens Nanni |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-11 | Make sure we also remove read access in pmap_page_ro() when the new | Mark Kettenis |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |