aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv
Commit message (Expand)AuthorAgeFilesLines
* o Invalidate the correct page in pmap_protect().Ruslan Bukin2017-11-221-8/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-0/+4
* Update several more URLsEitan Adler2017-10-291-2/+2
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-1/+2
* With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went intoBjoern A. Zeeb2017-10-201-0/+1
* Sync with amd64/arm/arm64/i386/mips pmap change r288256:Alan Cox2017-09-201-1/+1
* Fix indentation for r323068Josh Paetzel2017-09-191-1/+1
* Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-09-141-1/+3
* Fix riscv and powerpc compilation after r323329.Mateusz Guzik2017-09-091-10/+11
* Revert r323087Josh Paetzel2017-09-011-0/+1
* Take options IPSEC out of GENERICJosh Paetzel2017-09-011-1/+0
* Allow kldload tcpmd5Josh Paetzel2017-08-311-0/+1
* Support for v1.10 (latest) of RISC-V privilege specification.Ruslan Bukin2017-08-1022-576/+397
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-012-3/+4
* Undefine temporary macro.Ruslan Bukin2017-06-171-0/+2
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-121-4/+5
* Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov2017-06-121-4/+0
* Follow r317061 "Remove struct vmmeter from struct pcpu"Ruslan Bukin2017-04-194-2/+10
* Provide a NULL pointer to device tree blob so GENERIC kernelRuslan Bukin2017-04-121-0/+5
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-091-2/+2
* Fix printing of negative offsets (typically from frame pointers) again.Bruce Evans2017-03-261-3/+0
* Implement atomic_fcmpset_*() for RISC-V.Ruslan Bukin2017-02-051-0/+101
* Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov2017-02-041-2/+0
* Add RISC-V support for truss(1)Li-Wen Hsu2017-01-242-2/+5
* Disable superpages reservations as we don't have implemented them yet.Ruslan Bukin2016-11-211-2/+2
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-1611-35/+318
* Check if L2 entry exists for the given VA before loading L3 entry.Ruslan Bukin2016-11-141-0/+2
* System Binary Interface (SBI) page was moved in latest version ofRuslan Bukin2016-11-041-1/+1
* o Add support for long double.Ruslan Bukin2016-11-032-18/+1
* rtwn(4), urtwn(4): merge common code, add support for 11ac devices.Andriy Voskoboinyk2016-10-171-1/+1
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-26/+1
* In the TCP stack, the hhook(9) framework provides hooks for kernel modulesJonathan T. Looney2016-10-121-0/+1
* Include stubs even on the platforms we don't support so libsysdecodeWarner Losh2016-10-111-0/+39
* Various changes to pmap_ts_referenced()Alan Cox2016-09-101-9/+14
* Remove support for idle page zeroing.Mark Johnston2016-09-031-14/+0
* o Separate rtc and timecmp registers: they are different acrossRuslan Bukin2016-09-011-5/+14
* o Remove operation in machine mode.Ruslan Bukin2016-08-1023-1355/+340
* Update RISC-V port to Privileged Architecture Version 1.9.Ruslan Bukin2016-08-0222-507/+558
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-161-11/+10
* Remove duplicate define.Ruslan Bukin2016-06-081-1/+0
* Fix typos.Ruslan Bukin2016-06-021-11/+11
* Add support for loadable kernel modules.Ruslan Bukin2016-06-012-3/+368
* * Enable KDTRACE options as we support DTrace now.Ruslan Bukin2016-06-011-2/+7
* 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-243-1/+28
* Store the original value of stack pointer to the exception frameRuslan Bukin2016-05-241-1/+3
* Eliminate an unused #include. For a brief period of time, _unrhdr.h wasAlan Cox2016-05-131-1/+0
* Rework the list of all pmaps: embed the list link into pmap.Ruslan Bukin2016-04-262-24/+12
* o Add device tree files and kernel configuration filesRuslan Bukin2016-04-266-2/+83
* Add the non-standard "IO interrupt" vector used by lowRISC.Ruslan Bukin2016-04-264-3/+29