aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix PLIC -Wunused-but-set-variable warningsJessica Clarke2021-12-101-6/+0
* busdma: Remove outdated comments about Giant.Alexander Motin2021-12-101-3/+1
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-11-241-243/+0
* minidump: Use the provided dump bitsetMitchell Horne2021-11-191-5/+7
* minidump: Use provided msgbuf pointerMitchell Horne2021-11-191-4/+5
* minidump: reduce the amount direct accesses to page tablesMitchell Horne2021-11-191-18/+40
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-191-1/+1
* sched: split sched_ap_entry() out of sched_throw()Kyle Evans2021-11-051-1/+1
* sched: separate out schedinit_ap()Kyle Evans2021-11-031-0/+1
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-201-2/+0
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-202-38/+20
* riscv: Implement pmap_mapdev_attrJessica Clarke2021-10-171-1/+7
* arm, arm64, riscv: adjust top-level nexus commentMitchell Horne2021-10-081-3/+1
* riscv: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-083-383/+513
* riscv: fix VM_MAXUSER_ADDRESS checks in asm routinesMitchell Horne2021-10-072-13/+13
* riscv: handle page faults in the unmappable regionMitchell Horne2021-10-072-0/+10
* riscv: Add a stub pmap_change_attr implementationJessica Clarke2021-10-031-0/+94
* minidump: De-duplicate the progress barMitchell Horne2021-09-291-43/+3
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-09-292-19/+4
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+1
* riscv: retire bzeroMateusz Guzik2021-08-231-11/+0
* riscv: Fix pmap_alloc_l2 when it should allocate a new L1 entryJessica Clarke2021-08-091-1/+4
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* riscv: Fix pmap_kextract racing with concurrent superpage promotion/demotionJessica Clarke2021-07-221-4/+13
* riscv: Fix pindex level confusionJessica Clarke2021-07-211-5/+5
* riscv: Implement missing nexus methodsJessica Clarke2021-07-211-19/+97
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+1
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-151-0/+4
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-101-1/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-101-0/+1
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-071-0/+2
* riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeepJessica Clarke2021-07-052-2/+16
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-291-0/+3
* riscv: Add an hw.ncpu tunable to limit the number of coresJessica Clarke2021-06-151-7/+14
* riscv: Rename pmap_fault_fixup() to pmap_fault()Mark Johnston2021-06-062-2/+2
* riscv: Handle hardware-managed dirty bit updates in pmap_promote_l2()Mark Johnston2021-06-061-9/+32
* arm64, riscv: remove reference to fsu_intr_faultMitchell Horne2021-05-251-2/+0
* riscv: Remove old qemu compatibility codeBrandon Bergren2021-04-271-112/+0
* riscv: Assert that SUM is not set in SSTATUS for exceptions.John Baldwin2021-04-211-0/+6
* riscv: Clear SUM in SSTATUS for supervisor mode exceptions.John Baldwin2021-04-211-0/+5
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-03-291-14/+0
* Add a VA_IS_CLEANMAP() macro.John Baldwin2021-02-181-1/+1
* riscv: add SBI system reset extensionDanjel Qyteza2021-01-272-4/+18
* riscv: style(9) nits in sbi.cMitchell Horne2021-01-271-5/+9
* riscv pmap: add some pv list assertionsmhorne2021-01-121-5/+13
* Skip the vm.pmap.kernel_maps sysctl by default.John Baldwin2020-12-181-1/+1
* riscv: report additional known SBI implementationsMitchell Horne2020-12-181-0/+12
* riscv: handle debug.debugger_on_trap for fatal page faultsMitchell Horne2020-12-101-0/+12
* Stack unwinding robustness fixes for RISC-V.John Baldwin2020-12-083-12/+16
* Add a kstack_contains() helper function.John Baldwin2020-12-011-3/+2