aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* Add <machine/tls.h> header to hold MD constants and helpers for TLS.John Baldwin2021-12-091-0/+60
* Make struct syscall_args machine independentBrooks Davis2021-12-081-8/+0
* Implement GET_STACK_USAGE on remaining archsMitchell Horne2021-11-301-0/+11
* riscv: Make machine/regs.h self-containedWarner Losh2021-11-241-11/+13
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-191-1/+2
* riscv: Implement pmap_mapdev_attrJessica Clarke2021-10-171-0/+2
* riscv: handle page faults in the unmappable regionMitchell Horne2021-10-071-0/+4
* riscv: Add a stub pmap_change_attr implementationJessica Clarke2021-10-031-0/+1
* arm64, riscv: Fix TRAF_PC() to return the PC, not the return address.John Baldwin2021-10-011-1/+1
* minidump: De-duplicate the progress barMitchell Horne2021-09-291-0/+3
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-12/+0
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* Add pmap_vm_page_alloc_check()Konstantin Belousov2021-07-311-0/+2
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+1
* 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
* riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeepJessica Clarke2021-07-051-0/+2
* Reduce code duplication in machine/_types.hAlex Richardson2021-06-141-33/+2
* riscv: Rename pmap_fault_fixup() to pmap_fault()Mark Johnston2021-06-061-1/+1
* Introduce kdb-level watchpoint functionsMitchell Horne2021-03-291-0/+14
* Consolidate machine/endian.h definitionsMitchell Horne2021-03-261-86/+1
* Remove PCPU_INCJason A. Harmening2021-03-211-1/+0
* riscv: fix errors in some atomic type aliasesMitchell Horne2021-03-041-3/+3
* riscv: add SBI system reset extensionDanjel Qyteza2021-01-271-7/+21
* arm64, riscv: Set VM_KMEM_SIZE_SCALE to 1Mark Johnston2021-01-201-8/+1
* arm64: fix early devmap assertionMitchell Horne2021-01-131-0/+1
* riscv: report additional known SBI implementationsMitchell Horne2020-12-181-0/+4
* riscv: small counter(9) improvementsMitchell Horne2020-12-111-17/+8
* Stack unwinding robustness fixes for RISC-V.John Baldwin2020-12-081-1/+1
* Add .cfi_{start,end}proc for RISC-V assembly functionsAlex Richardson2020-11-261-2/+2
* riscv: make use of SBI legacy replacement extensionsMitchell Horne2020-10-261-47/+39
* riscv: remove sbi_clear_ipi()Mitchell Horne2020-10-261-7/+0
* riscv: improve exception code namingMitchell Horne2020-10-242-18/+16
* riscv: Add memmmap so we can mmap /dev/memKristof Provost2020-10-011-1/+1
* riscv: Define __PCI_REROUTE_INTERRUPTJessica Clarke2020-09-301-0/+2
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-1/+0
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-211-1/+2
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-212-4/+5
* Add missing assignment forgotten in r365899Michal Meloun2020-09-201-0/+1
* Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun2020-09-191-0/+27
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-021-1/+1
* riscv: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-14/+0
* Use uintptr_t instead of uint64_t for pointers in stack frames.John Baldwin2020-08-121-3/+3
* Correct padding length for RISC-V PCPU data.John Baldwin2020-08-122-1/+4
* riscv: fix uintfptr_tMateusz Guzik2020-08-051-1/+1
* libc: Provide sub fp(s|g)etmask() implementations for RISC-VKristof Provost2020-08-031-0/+1
* RISC-V boot1.efi and loader.efi supportMitchell Horne2020-07-061-1/+23
* riscv pmap: zero reserved pte bits in ppnKristof Provost2020-07-011-0/+3
* Handle load from loader(8)Mitchell Horne2020-06-241-1/+1