summaryrefslogtreecommitdiff
path: root/sys/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* MFC 340164,340168,340170: Add custom cpu_lock_delay() for x86.John Baldwin2018-11-081-0/+1
* MFC 332906,332907,332976,333679,336053: Expand testing of breakpoints.John Baldwin2018-09-061-4/+4
* MFC r329859,r329860: Float protection in standKyle Evans2018-04-061-0/+2
* MFC r316648:Patrick Kelsey2018-01-251-2/+2
* MFC r326971, r327047 (by ian), r327053 (by marius), r327074, r327097:Konstantin Belousov2017-12-261-0/+2
* MFC 323580,323933,323934,324814,324817: Enable AT_HWCAP on arm.John Baldwin2017-11-141-1/+2
* MFC 323579,323585: Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-10-171-1/+3
* MFC r319871:Konstantin Belousov2017-07-211-4/+0
* MFC efivar(8) (by imp):Konstantin Belousov2017-05-201-0/+14
* MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080,Mateusz Guzik2017-03-161-0/+101
* MFC r313194:Konstantin Belousov2017-02-111-2/+0
* Remove duplicate define.Ruslan Bukin2016-06-081-1/+0
* Increase the size and alignment of the setjmp buffer.Ruslan Bukin2016-05-261-3/+3
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-242-0/+10
* Rework the list of all pmaps: embed the list link into pmap.Ruslan Bukin2016-04-261-7/+1
* Add the non-standard "IO interrupt" vector used by lowRISC.Ruslan Bukin2016-04-262-1/+5
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-0/+2
* o Implement shared pagetables and switch from 4 to 3 levels pageRuslan Bukin2016-04-253-7/+12
* Add support for ddb(4).Ruslan Bukin2016-03-104-4/+216
* o Use uint64_t for page number as it doesn't fit uint32_t.Ruslan Bukin2016-02-261-0/+1
* Add support for symmetric multiprocessing (SMP).Ruslan Bukin2016-02-245-12/+99
* Remove duplicates.Ruslan Bukin2016-02-221-4/+0
* Increase kernel and user VA space.Ruslan Bukin2016-02-181-17/+20
* Add the implementation of atomic_swap_32().Ruslan Bukin2016-02-171-0/+13
* Use better form representing 32 x 128-bit floating-point registers.Ruslan Bukin2016-02-171-1/+1
* Use __uint64_t type for floating point registersRuslan Bukin2016-02-121-1/+1
* Access pcpup using gp register.Ruslan Bukin2016-02-041-3/+1
* Reuse gp register for pcpu pointer.Ruslan Bukin2016-02-041-2/+5
* Correct RISC-V exception types.Ruslan Bukin2016-01-181-4/+6
* Import RISC-V machine headers. This is a minimal set required to compileRuslan Bukin2015-12-1757-0/+4616