index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
riscv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear the DDR memory. This should be done by bootloaders,
br
2016-04-22
1
-0
/
+11
*
Add memory barriers (fence instructions) so the data wrotten by hardware
br
2016-04-22
1
-3
/
+7
*
Correct the event queue initialization.
br
2016-04-22
1
-7
/
+8
*
risc-v: for pointers replace 0 with NULL.
pfg
2016-04-14
1
-1
/
+1
*
Add support for ddb(4).
br
2016-03-10
12
-8
/
+1125
*
Make the fdt_get_mem_regions memsize argument optional. It's only used in
andrew
2016-03-01
1
-2
/
+1
*
Correct the memory rman ranges to be to BUS_SPACE_MAXADDR
jhibbits
2016-03-01
1
-3
/
+4
*
Fix fdt_get_mem_regions() to work with 64-bit addresses
wma
2016-02-29
1
-1
/
+1
*
o Use uint64_t for page number as it doesn't fit uint32_t.
br
2016-02-26
2
-14
/
+16
*
Add support for symmetric multiprocessing (SMP).
br
2016-02-24
18
-107
/
+1008
*
o Grab physical memory regions information from the device tree.
br
2016-02-23
1
-5
/
+10
*
Add basic trap handlers for illegal instruction and breakpoint
br
2016-02-22
1
-0
/
+23
*
Fix comment.
br
2016-02-22
1
-2
/
+3
*
Remove duplicates.
br
2016-02-22
1
-4
/
+0
*
Provide stack(9) MD stubs for RISC-V so ktr(9) can be compiled in.
br
2016-02-22
1
-0
/
+63
*
Fix ktrace call.
br
2016-02-22
1
-1
/
+1
*
As <machine/vmparam.h> is included from <vm/vm_param.h>, there is no
skra
2016-02-22
3
-3
/
+0
*
Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
jhibbits
2016-02-20
1
-1
/
+1
*
Increase kernel and user VA space.
br
2016-02-18
3
-32
/
+34
*
Add the implementation of atomic_swap_32().
br
2016-02-17
1
-0
/
+13
*
Use better form representing 32 x 128-bit floating-point registers.
br
2016-02-17
1
-1
/
+1
*
There is no need to pre save tp in cpu_fork().
br
2016-02-17
1
-6
/
+0
*
Add the implementation of savectx().
br
2016-02-17
1
-4
/
+23
*
Use callee-saved registers to pass args through fork_trampoline().
br
2016-02-17
2
-17
/
+9
*
Use __uint64_t type for floating point registers
br
2016-02-12
1
-1
/
+1
*
o Move non-generic kernel configuration out from GENERIC.
br
2016-02-11
3
-3
/
+52
*
Stop device enumeration when we see first empty slot.
br
2016-02-11
1
-3
/
+2
*
Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a
glebius
2016-02-09
2
-2
/
+0
*
Access pcpup using gp register.
br
2016-02-04
3
-16
/
+6
*
Reuse gp register for pcpu pointer.
br
2016-02-04
6
-23
/
+38
*
Fix build.
br
2016-02-04
1
-0
/
+1
*
Fix build.
glebius
2016-02-04
1
-0
/
+1
*
Welcome the RISC-V 64-bit kernel.
br
2016-01-29
36
-0
/
+9929
*
Correct RISC-V exception types.
br
2016-01-18
1
-4
/
+6
*
Import RISC-V machine headers. This is a minimal set required to compile
br
2015-12-17
57
-0
/
+4616