aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1640-80/+0
* pcpu: Remove unused definitions of ALT_STACK_SIZEMark Johnston2023-07-271-2/+0
* arm64/riscv pmap: Initialize the pmap's pm_pvchunk fieldAlan Cox2023-07-221-0/+3
* riscv pmap: another vm_radix_initDoug Moore2023-07-161-0/+1
* vm_radix_init: use initializerDoug Moore2023-07-141-0/+1
* riscv: improve register dumpingChristos Margiolis2023-07-041-17/+50
* riscv: Remove MACHINE_ARCH-specific remnants of riscv64sf.John Baldwin2023-06-272-16/+0
* riscv: improve KTR_TRAP trace entriesMitchell Horne2023-06-202-4/+7
* sysentvec: Retire sv_imgact_try as unneeded anymoreDmitry Chagin2023-05-291-1/+0
* Brandinfo: Retire emul_path as unneeded anymoreDmitry Chagin2023-05-291-1/+0
* smp: Dynamically allocate the stoppcbs arrayMark Johnston2023-05-253-6/+0
* riscv pmap: Add an __unused wrapper for a variable only used under PV_STATS.John Baldwin2023-05-251-1/+3
* riscv timer: use stimecmp CSR when availableMitchell Horne2023-05-251-1/+12
* riscv: S-mode extension parsingMitchell Horne2023-05-252-3/+54
* riscv: Use PMAP_MAPDEV_EARLY_SIZE in locore and pmap_bootstrapAlfredo Mazzinghi2023-05-254-5/+17
* riscv: Print less CPU infoMitchell Horne2023-05-231-5/+19
* riscv: MMU detectionMitchell Horne2023-05-234-1/+40
* riscv: Print ISA extensionsMitchell Horne2023-05-231-0/+7
* riscv: Rework CPU identification (second part)Mitchell Horne2023-05-234-56/+111
* riscv: Call identify_cpu() earlier for CPU 0Mitchell Horne2023-05-234-3/+16
* riscv: Rework CPU identification (first part)Mitchell Horne2023-05-232-72/+101
* riscv: do not duplicate sd of tpChristos Margiolis2023-05-221-3/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1213-13/+13
* hwpmc: use kstack_contains()Mitchell Horne2023-05-061-6/+5
* ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t.John Baldwin2023-05-041-9/+9
* pmap_{un}map_io_transient: Use bool instead of boolean_t.John Baldwin2023-05-043-19/+19
* riscv: Add pass(4) to GENERIC kernelJessica Clarke2023-05-031-0/+3
* riscv: retire the FPE kernel optionMitchell Horne2023-05-027-39/+3
* riscv: remove unused string from swtch.SMitchell Horne2023-05-021-2/+0
* riscv: Implement bus_describe_intr() for nexusMark Johnston2023-04-231-0/+10
* riscv: save the thread pointer in both modesMark Johnston2023-04-171-0/+2
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-141-0/+1
* Remove the riscv64sf architecture.John Baldwin2023-04-121-7/+1
* netlink: add NETLINK to the DEFAULTS for each architectureAlexander V. Chernikov2023-04-022-1/+2
* riscv: Fix sig_atomic_t limit definitionsBrooks Davis2023-03-221-2/+2
* riscv: nexus code tidy-upMitchell Horne2023-03-201-47/+38
* riscv kernel config: clean up whitespaceMike Karels2023-02-241-3/+3
* ofwbus: remove arm64 ifdefsMitchell Horne2023-02-131-3/+7
* ofwbus: remove handling of resources from ofwbusElliott Mitchell2023-02-081-0/+24
* dtrace: Fix RISC-V user stack unwinderJessica Clarke2023-02-061-5/+0
* Allow sysctl hw.machine/hw.machine_arch in capability modeVal Packett2023-02-061-1/+1
* kstack_contains(): account for struct pcb on stackKonstantin Belousov2023-02-011-1/+2
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-012-11/+19
* netlink: add NETLINK to GENERIC.Alexander V. Chernikov2023-01-311-0/+1
* riscv: Fix thread0.td_kstack_pages initBrooks Davis2023-01-171-1/+1
* Check alignment of fp in unwind_frameDapeng Gao2022-11-161-1/+2
* Revert "Check alignment of fp in unwind_frame"Andrew Turner2022-11-151-2/+1
* Check alignment of fp in unwind_frameDapeng Gao2022-11-151-1/+2
* ddb: print the actual syscall nameMitchell Horne2022-10-281-1/+1
* riscv: improve parsing of riscv,isa property stringsMitchell Horne2022-10-282-27/+169