Age | Commit message (Expand) | Author |
2022-08-09 | riscv64: trigger deferred timer interrupts from splx(9) | Scott Soule Cheloha |
2022-07-27 | Support "empty" phandles in interrups-extended properties. This is needed | Mark Kettenis |
2022-07-12 | Use db_rint() in sfuart(4) | Jeremie Courreges-Anglas |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-06-26 | add a few missing drivers for recent nics, input from jmatthew kettenis mbuhl... | Stuart Henderson |
2022-06-12 | Add stftemp(4), a driver for the temperature sensor integrated on the | Mark Kettenis |
2022-06-10 | Implement CPU_BUSY_CYCLE() with the ZiHintPause extension | Jeremie Courreges-Anglas |
2022-06-09 | Add gpiorestart(4). | Mark Kettenis |
2022-06-08 | Add stfpinctrl(4). | Mark Kettenis |
2022-06-08 | Add stfpinctrl(4), a driver for the pinctrl/gpio block found on the | Mark Kettenis |
2022-06-07 | Enable stfclock(4) and make xhci(4) attach to fdt. | Mark Kettenis |
2022-06-06 | Enable stfclock(4) and make xhci(4) attach to fdt. | Mark Kettenis |
2022-06-06 | Add stfclock(4), a driver for the clock controller found on the StarFive | Mark Kettenis |
2022-06-06 | Remove unused prototype. | Mark Kettenis |
2022-06-06 | The StarFive JH7100 SoC has peripherals that only support 32-bit DMA | Mark Kettenis |
2022-05-30 | Add sfgpio(4), a driver for the GPIO controller found on the | Mark Kettenis |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-23 | Trapping a riscv illegal instruction shouldn't print a console message | Jeremie Courreges-Anglas |
2022-03-22 | Copy the FDT into a larger buffer such that we have space to add additional | Mark Kettenis |
2022-03-22 | Make sure kernel longjmp always returns 1 rather than what turns out to be | Miod Vallat |
2022-03-22 | Fix wrong comment in sendsig(), and remove unused dumpframe() | Miod Vallat |
2022-03-22 | Do not bother initializing a0 with a special value in setregs, that's a | Miod Vallat |
2022-03-22 | Change VM_MIN_ADDRESS to PAGE_SIZE to forbid mapping anything at virtual | Miod Vallat |
2022-03-22 | Do not pretend there exist MD code for byte swapping yet provide copies | Miod Vallat |
2022-03-14 | The current FDT code we use in the bootloader is buggy and will write into | Mark Kettenis |
2022-02-24 | Fix kernel stack alignment on riscv64 | Visa Hankala |
2022-02-24 | Reserve room for holding curcpu pointer in u-area | Visa Hankala |
2022-02-24 | Fix PIC_SYM() macro: it never needs to token paste, so it's not | Philip Guenther |
2022-02-23 | unifdef __ELF__ | Jonathan Gray |
2022-02-22 | Remove extra ; | Visa Hankala |
2022-02-22 | Clear frame pointer in cpu_fork() on riscv64 | Visa Hankala |
2022-02-22 | ddb: Improve stack unwinding on riscv64 | Visa Hankala |
2022-02-18 | Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller. | Visa Hankala |
2022-02-16 | Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller. | Visa Hankala |
2022-01-18 | Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller. | Visa Hankala |
2022-01-18 | plic: Fix cpuid handling | Visa Hankala |
2022-01-17 | sfcc: Fix accidental spinning | Visa Hankala |
2022-01-16 | remove "for all AArch64 platforms" from comment | Jonathan Gray |
2022-01-12 | Remove -target riscv64-unknown-openbsd from CMACHFLAGS. | Kevin Lo |
2022-01-07 | .glue_7 is used for arm code calling thumb code, and .glue_7t is used for | Kevin Lo |
2022-01-05 | Add mpfclock(4), a driver for the PolarFire SoC MSS clock controller. | Visa Hankala |
2022-01-03 | SOCs -> SoCs | Visa Hankala |
2022-01-03 | Don't use != 0 to check whether a pointer is non-NULL. | Jonathan Gray |
2022-01-02 | addres -> address | Jonathan Gray |
2022-01-02 | establush -> establish | Jonathan Gray |
2022-01-01 | Remove unused function prototype. | Mark Kettenis |
2022-01-01 | Add missing locking to pmap_extract(9) and pmap_unwire(9). | Mark Kettenis |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |