summaryrefslogtreecommitdiffstats
path: root/sys/riscv
Commit message (Expand)AuthorAgeFilesLines
* Add the implementation of atomic_swap_32().br2016-02-171-0/+13
* Use better form representing 32 x 128-bit floating-point registers.br2016-02-171-1/+1
* There is no need to pre save tp in cpu_fork().br2016-02-171-6/+0
* Add the implementation of savectx().br2016-02-171-4/+23
* Use callee-saved registers to pass args through fork_trampoline().br2016-02-172-17/+9
* Use __uint64_t type for floating point registersbr2016-02-121-1/+1
* o Move non-generic kernel configuration out from GENERIC.br2016-02-113-3/+52
* Stop device enumeration when we see first empty slot.br2016-02-111-3/+2
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-092-2/+0
* Access pcpup using gp register.br2016-02-043-16/+6
* Reuse gp register for pcpu pointer.br2016-02-046-23/+38
* Fix build.br2016-02-041-0/+1
* Fix build.glebius2016-02-041-0/+1
* Welcome the RISC-V 64-bit kernel.br2016-01-2936-0/+9929
* Correct RISC-V exception types.br2016-01-181-4/+6
* Import RISC-V machine headers. This is a minimal set required to compilebr2015-12-1757-0/+4616
OpenPOWER on IntegriCloud