aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv
Commit message (Expand)AuthorAgeFilesLines
* thread: Add a return value to cpu_set_upcall()Mark Johnston2023-12-261-1/+2
* busdma: tidy bus_dma_run_filter() functionsMitchell Horne2023-12-063-27/+5
* busdma: remove parent tag trackingMitchell Horne2023-12-063-42/+8
* busdma: kill filter functionality internallyMitchell Horne2023-12-063-36/+23
* busdma: Prevent the use of filters with bus_dma_tag_create()Mitchell Horne2023-12-061-0/+4
* riscv: add some more drivers to GENERICMitchell Horne2023-12-051-0/+7
* riscv: remove commented lines from GENERICMitchell Horne2023-12-051-18/+0
* riscv: add more dump features to GENERICMitchell Horne2023-12-051-0/+4
* riscv: tweak SoC-specific conf organizationMitchell Horne2023-12-054-17/+25
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2734-34/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2712-24/+0
* riscv nexus: Sort bus_set_resource in DEVMETHOD tableJohn Baldwin2023-11-241-1/+1
* riscv nexus: Use bus_generic_rman_*_resourceJohn Baldwin2023-11-241-107/+51
* arm64/riscv nexus: Implement bus_unmap_resourceJohn Baldwin2023-11-231-0/+16
* nexus: Use resource_validate_map_requestJohn Baldwin2023-11-231-13/+5
* arm64/amd64/riscv nexus: Use bus_generic_rl_*John Baldwin2023-11-221-15/+3
* _bus.h: Use standard licnese textWarner Losh2023-11-131-22/+7
* busdma: On systmes that use subr_busdma_bounce, measure deferred timeWarner Losh2023-11-131-0/+1
* riscv: Add a leaf PTP when pmap_enter(psind=1) creates a wired mappingBojan Novković2023-11-081-0/+31
* riscv: Update a variable name to match a commentMark Johnston2023-11-031-3/+3
* riscv: Remove unnecessary invalidations in pmap_enter_quick_locked()Mark Johnston2023-11-021-10/+4
* riscv: Port improvements from arm64/amd64 pmaps, part 3Mark Johnston2023-11-021-0/+21
* riscv: Port improvements from arm64/amd64 pmaps, part 2Mark Johnston2023-11-021-8/+10
* riscv: Port improvements from arm64/amd64 pmaps, part 1Mark Johnston2023-11-022-16/+52
* riscv: Retire PMAP_INLINEMark Johnston2023-11-021-11/+1
* uiomove: Add some assertionsMark Johnston2023-10-171-0/+6
* pmap: add pmap_kextract(9) man pageMina Galić2023-10-131-0/+6
* arm64, risvc: warn about ignored kstack_pages for thread0Konstantin Belousov2023-10-131-0/+4
* arm64, riscv: Use KSTACK_PAGES for the thread0 kstack size designatorKonstantin Belousov2023-10-131-1/+2
* riscv: Tidy panic messages for exceptionsJohn Baldwin2023-10-111-9/+12
* Add a COMPAT_FREEBSD14 kernel optionKristof Provost2023-10-101-0/+1
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-021-1/+1
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-021-1/+1
* riscv: Print stval in dump_regs for fatal exceptionsJohn Baldwin2023-09-081-0/+1
* riscv: Don't print zero offsets for register addressesJohn Baldwin2023-09-051-1/+4
* riscv: Save gp in the trapframe in both modesJohn Baldwin2023-09-051-1/+1
* Add cpu_sync_core()Konstantin Belousov2023-08-231-0/+7
* add pmap_active_cpus()Konstantin Belousov2023-08-231-0/+6
* riscv db_trace: Ensure trapframe pointer is suitably aligned.John Baldwin2023-08-221-1/+2
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-169-9/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1646-92/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1612-12/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1616-16/+0
* 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