Age | Commit message (Expand) | Author |
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 |
2023-01-04 | experiments for --execute-only on arm64 and riscv64 are going well, | Theo de Raadt |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-29 | Avoid doing cache flush/invalidate operations for DMA memory allocated with | Mark Kettenis |
2022-12-29 | Use an iorw fence since we're syncing cpu access and device access to | Mark Kettenis |
2022-12-28 | The RISC-V architecture support execute-only mappings, so implement those. | Mark Kettenis |
2022-12-28 | Handle clock that can't be gated as a no-op. | Mark Kettenis |
2022-12-27 | Newer device trees for boards based on the JH7100 SoC use a SoC-specific | Mark Kettenis |
2022-12-06 | Print SBI vendor, version and implemented spec version | Jeremie Courreges-Anglas |
2022-12-06 | Drop unused WEAK_REFERENCE macro | Jeremie Courreges-Anglas |
2022-12-03 | Use evcount_percpu(9) for clock interrupts | Jeremie Courreges-Anglas |
2022-12-03 | Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64 | Jeremie Courreges-Anglas |
2022-12-02 | Drop _C_LABEL() uses in riscv64-specific code | Jeremie Courreges-Anglas |
2022-11-19 | riscv64: switch to clockintr | Scott Soule Cheloha |
2022-11-13 | Sync data and instruction cache before entering an executable page | Jeremie Courreges-Anglas |
2022-11-05 | Make sure fdt_find_node() returns NULL if it can't find the requested node. | Patrick Wildt |
2022-11-03 | riscv64 pmap: flush memory writes before remote sfence.vma | Jeremie Courreges-Anglas |
2022-11-03 | Zap unused variable | Jeremie Courreges-Anglas |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-17 | Implement uncached mappings on the StarFive JH7100 SoC, where the hardware | Mark Kettenis |
2022-10-03 | Reorganize the EFI code a bit. Move the efi.h header from dev/acpi to | Mark Kettenis |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-09-08 | Rename global ifnet TAILQ | Klemens Nanni |
2022-09-08 | riscv64: cpu_initclocks: install tb_timecounter before cpu_startclock() | Scott Soule Cheloha |
2022-09-04 | spelling | Jonathan Gray |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-08-30 | Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@ | Miod Vallat |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
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 |