summaryrefslogtreecommitdiff
path: root/sys/riscv
Commit message (Expand)AuthorAgeFilesLines
* MFC r364193:Mitchell Horne2020-09-031-7/+16
* MFC r354259:Mitchell Horne2020-06-281-1/+0
* MFC r360551-r360554Mitchell Horne2020-05-155-8/+105
* MFC 357632: Use the context created in makectx() for stack traces.John Baldwin2020-05-112-10/+7
* MFC 357630: Fix DDB to unwind across exception frames.John Baldwin2020-05-111-10/+32
* MFC 357594: Use csr_read() to read sstatus instead of inline assembly.John Baldwin2020-05-111-8/+4
* MFC 357595: Fix EXCP_MASK to include all relevant bits from scause.John Baldwin2020-05-111-2/+1
* MFC 356840,357344: Add stricter checks on user changes to SSTATUS.John Baldwin2020-05-111-10/+19
* MFC 356839: Save and restore floating point registers in get/set_mcontext().John Baldwin2020-05-101-5/+5
* MFC 357255,357337: Fix definition of SSTATUS_SD and MSTATUS_SD.John Baldwin2020-05-101-4/+10
* MFC 357313: Trim duplicate CSR swaps from user exceptions.John Baldwin2020-05-091-2/+0
* MFC 357305: Remove unused fields from struct pcb.John Baldwin2020-05-094-9/+1
* MFC 357591:John Baldwin2020-05-091-2/+8
* MFC 357593: Remove stale workaround for the htif console.John Baldwin2020-05-091-14/+0
* MFC 354603,354604,354717,354718: Sync PLIC code with head.John Baldwin2020-05-081-34/+205
* MFC 354719,354720,354721,354722,357480: OpenSBI support.John Baldwin2020-05-085-17/+259
* MFC 356481:John Baldwin2020-05-071-10/+10
* MFC 350013: Don't pass error from syscallenter() to syscallret().John Baldwin2020-04-271-3/+2
* Fix the build after r360259.Mark Johnston2020-04-241-1/+1
* MFC r359280:Mark Johnston2020-04-242-16/+48
* MFC r356675 (by mhorne):Mark Johnston2020-04-241-4/+4
* MFC 353931: Fix atomic_*cmpset32 on riscv64 with clang.John Baldwin2020-01-171-2/+2
* MFC r352730:Mitchell Horne2019-11-021-0/+13
* MFC r352729:Mitchell Horne2019-11-021-88/+56
* MFC r340228-r340229, r340231Mitchell Horne2019-11-021-17/+3
* MFC r353893:Mark Johnston2019-10-302-3/+4
* MFC r351594 (by kib): Centralize __pcpu definitions.Alexander Motin2019-10-253-4/+52
* MFC tun/tap merge: r347241, r347394, r347404, r347483, r351220, r351229,Kyle Evans2019-10-251-1/+1
* MFC r353306:Mark Johnston2019-10-151-0/+7
* MFC r353308:Mark Johnston2019-10-131-1/+3
* MFC r352826:Mark Johnston2019-10-042-2/+22
* MFC r352807:Konstantin Belousov2019-10-041-6/+1
* MFC r352430:Mitchell Horne2019-09-243-0/+27
* MFC r352036:Mitchell Horne2019-09-241-2/+8
* MFC r352035:Mitchell Horne2019-09-241-2/+1
* MFC r352303:Konstantin Belousov2019-09-201-23/+1
* MFC r350335:Alan Cox2019-09-191-23/+14
* MFC r348828Alan Cox2019-09-151-15/+24
* MFC r349951, r349994, r349995, r350005, r350023 (by jhibbits), r350478:Konstantin Belousov2019-09-031-12/+14
* MFC r342731:Mark Johnston2019-08-211-0/+1
* MFC r350003:Mark Johnston2019-08-211-1/+1
* MFC r350002:Mark Johnston2019-08-211-10/+13
* MFC r350416:Kristof Provost2019-08-051-7/+8
* MFC r350095:Kristof Provost2019-07-241-1/+1
* MFC r348886:Mitchell Horne2019-06-284-1/+104
* MFC r348840:Mitchell Horne2019-06-281-9/+0
* MFC r348839:Mitchell Horne2019-06-281-7/+3
* MFC r348838:Mitchell Horne2019-06-282-0/+29
* MFC r348837:Mitchell Horne2019-06-281-0/+5
* MFC 348835-348836:Mitchell Horne2019-06-288-56/+49