| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC efivar(8) (by imp): | kib | 2017-05-20 | 1 | -0/+14 |
* | MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080, | mjg | 2017-03-16 | 1 | -0/+101 |
* | MFC r313194: | kib | 2017-02-11 | 1 | -2/+0 |
* | Update comments for the MD functions managing contexts for new | kib | 2016-06-16 | 1 | -11/+10 |
* | Remove duplicate define. | br | 2016-06-08 | 1 | -1/+0 |
* | Fix typos. | br | 2016-06-02 | 1 | -11/+11 |
* | Add support for loadable kernel modules. | br | 2016-06-01 | 2 | -3/+368 |
* | * Enable KDTRACE options as we support DTrace now. | br | 2016-06-01 | 1 | -2/+7 |
* | Increase the size and alignment of the setjmp buffer. | br | 2016-05-26 | 1 | -3/+3 |
* | Add initial DTrace support for RISC-V. | br | 2016-05-24 | 3 | -1/+28 |
* | Store the original value of stack pointer to the exception frame | br | 2016-05-24 | 1 | -1/+3 |
* | Eliminate an unused #include. For a brief period of time, _unrhdr.h was | alc | 2016-05-13 | 1 | -1/+0 |
* | Rework the list of all pmaps: embed the list link into pmap. | br | 2016-04-26 | 2 | -24/+12 |
* | o Add device tree files and kernel configuration files | br | 2016-04-26 | 6 | -2/+83 |
* | Add the non-standard "IO interrupt" vector used by lowRISC. | br | 2016-04-26 | 4 | -3/+29 |
* | Add the implementation of basic bus_space_read/write functions. | br | 2016-04-26 | 2 | -12/+183 |
* | Add the implementation of OF_decode_addr(). | br | 2016-04-26 | 1 | -0/+58 |
* | Move arm's devmap to some generic place, so it can be used | br | 2016-04-26 | 2 | -61/+2 |
* | o Implement shared pagetables and switch from 4 to 3 levels page | br | 2016-04-25 | 8 | -76/+140 |
* | Do not setup machine exception vector. | br | 2016-04-25 | 1 | -7/+0 |
* | Revert r298477 ("Clear the DDR memory"). | br | 2016-04-25 | 1 | -11/+0 |
* | 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 |