]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/riscv/riscv
rtld-elf: link udivmoddi4 from compiler_rt
[FreeBSD/FreeBSD.git] / sys / riscv / riscv /
2020-12-18 jhbSkip the vm.pmap.kernel_maps sysctl by default.
2020-12-18 mhorneriscv: report additional known SBI implementations
2020-12-10 mhorneriscv: handle debug.debugger_on_trap for fatal page...
2020-12-09 cyMFV r368464:
2020-12-08 jhbStack unwinding robustness fixes for RISC-V.
2020-12-01 jhbAdd a kstack_contains() helper function.
2020-12-01 mmMFV r368207:
2020-11-26 seUpdate to version 3.2.0
2020-11-20 mhorneriscv: always initialize the static kernel environment
2020-11-20 sjgMerge bmake-20201117
2020-11-07 sjgUpdate to bmake-20201101
2020-11-05 mhorneriscv: set kernel_pmap hart mask more precisely
2020-11-02 alcTidy up the #includes. Recent changes, such as the...
2020-10-29 traszOptimize set_syscall_retval for riscv by predicting...
2020-10-27 kpriscv: Minor cleanup in startup code
2020-10-26 mhorneriscv: make use of SBI legacy replacement extensions
2020-10-26 mhorneriscv: remove sbi_clear_ipi()
2020-10-24 mhorneriscv: improve exception code naming
2020-10-17 mhorneriscv: zero reserved PTE bits for L2 PTEs
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-15 mhorneSimplify preload_dump() condition
2020-10-14 kibAvoid dump_avail[] redefinition.
2020-10-10 cemrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-08 mhorneAdd a routine to dump boot metadata
2020-10-08 traszRemove yet another useless assignment, adding a KASSERT...
2020-10-07 mhornePrint symbol index for unsupported relocation types
2020-10-07 traszDon't use critical section when calling intr_irq_handle...
2020-10-06 jrtc27riscv: Remove outdated condition in page_fault_handler
2020-10-06 jrtc27riscv: Handle supervisor instruction page faults
2020-10-06 jrtc27riscv: De-Arm a few names
2020-10-05 traszDrop useless assignment, and add a KASSERT to make...
2020-10-03 traszOptimize riscv's cpu_fetch_syscall_args(), making it...
2020-10-02 kpriscv: handle access faults in user mode
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 kpriscv: Add memmmap so we can mmap /dev/mem
2020-09-30 kpriscv: Panic on PMP errors
2020-09-27 traszGet rid of sa->narg. It serves no purpose; use sa...
2020-09-23 nickriscv: Trap cleanup - use nitems()
2020-09-21 scottphSparsify the vm_page_dump bitmap
2020-09-21 scottphMove vm_page_dump bitset array definition to MI code
2020-09-18 mmacyMFV 2.0-rc2
2020-09-17 traszGet rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-14 scottlRefine the busdma template interface. Provide tools...
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-08 mhorneRISC-V: fix some mismatched format specifiers
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-04 brooksRound TF_SIZE up to the stack alignment (16-bytes).
2020-09-02 markjInclude the psind in data returned by mincore(2).
2020-09-02 markjAdd the MEM_EXTRACT_PADDR ioctl to /dev/mem.
2020-09-02 kpriscv: very large dma mappings can cause integer overflow
2020-09-01 mjgriscv: clean up empty lines in .c and .h files
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-18 nickriscv: Use global mimpid in identify_cpu()
2020-08-15 dimMerge ^/head r364251 through r364263.
2020-08-15 mhorneRISC-V: copy kernelname from the environment
2020-08-15 dimMerge ^/head r364082 through r364250.
2020-08-13 mhorneEnable interrupts while handling traps
2020-08-13 mhorneSmall fixes in locore.S
2020-08-12 jhbCheck that the frame pointer is within the current...
2020-08-12 jhbUse uintptr_t instead of uint64_t for pointers in stack...
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-31 dimMerge ^/head r363583 through r363738.
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-27 jhbTrim some extraneous parentheses.
2020-07-27 jhbSet si_trapno to the exception code from scause.
2020-07-26 jrtc27riscv: Include syscon_power device driver in GENERIC...
2020-07-23 jhbPass the right size to memcpy() when copying the array...
2020-07-22 jhbAdd missing space after switch.
2020-07-21 mhorneINTRNG: only shuffle for !EARLY_AP_STARTUP
2020-07-19 mhorneriscv: look for bootargs in FDT
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 jkimMFV: r362513
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-07-06 kpriscv plic: Do not complete interrupts until the interr...
2020-07-01 kpriscv pmap: zero reserved pte bits in ppn
2020-07-01 kpriscv locore.S: load constant prior to loop
2020-07-01 kpriscv: Log missing registers in dump_regs()
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 mhorneOnly invalidate the early DTB mapping if it exists
2020-06-24 mhorneHandle load from loader(8)
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-08 jrtc27riscv: Use SBI shutdown call to implement RB_POWEROFF
2020-06-08 arichardsonRISC-V: Check that the DTB doesn't overlap with kernel
2020-06-08 arichardsonsys/riscv: Remove debug printfs
2020-06-08 arichardsonRISC-V: handle DTB aligned to less than 2MB
next