Age | Commit message (Expand) | Author |
2023-12-14 | NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h. | Claudio Jeker |
2023-12-13 | Implement per-CPU caching for the page table page (vp) pool and the PTE | Jeremie Courreges-Anglas |
2023-12-13 | Fix syscall number bounds check computations. | Miod Vallat |
2023-12-12 | remove support for syscall(2) -- the "indirection system call" because | Theo de Raadt |
2023-12-12 | The sigtramp was calling sigreturn(2), and upon failure exit(2), which | Theo de Raadt |
2023-12-11 | Implement per-CPU caching for the page table page (vp) pool and the PTE | Mark Kettenis |
2023-12-10 | Add a new label "sigcodecall" inside every sigtramp definition, directly | Theo de Raadt |
2023-12-04 | Account for nkmempages as well in the pmap_growkernel() call during | Claudio Jeker |
2023-11-28 | remove more unused defines | Jonathan Gray |
2023-11-27 | additonal -> additional | Jonathan Gray |
2023-11-24 | Remove unneeded symbols. | Miod Vallat |
2023-11-24 | No need to load function addresses in registers and branch to the register | Miod Vallat |
2023-11-24 | Remove unused direct map defines and macros, originating from FreeBSD. | Miod Vallat |
2023-11-20 | Revert 1.18 and randomly sort kernel object files again now that the issue | Miod Vallat |
2023-11-20 | Make sure the low two bits of stvec are always zero (since we don't use | Miod Vallat |
2023-11-11 | Randomly linked riscv64 kernels built with clang/lld-16 hang too often | Jeremie Courreges-Anglas |
2023-11-06 | Provide machine/apmvar.h on riscv64 too | Jeremie Courreges-Anglas |
2023-10-26 | make efi_getdisklabel_cd9660() handle a block size of 512 and simplify | Jonathan Gray |
2023-10-24 | Normally context switches happen in mi_switch() but there are 3 cases | Claudio Jeker |
2023-09-24 | Drop PTE check in pmap_fault_fixup(). Since pmap_enter() doesn't | Jeremie Courreges-Anglas |
2023-09-23 | Add stfrng(4), a driver for the random number generator on the JH7110 SoC. | Mark Kettenis |
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 |