]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/riscv/riscv
riscv: Remove outdated condition in page_fault_handler
[FreeBSD/FreeBSD.git] / sys / riscv / riscv /
2020-10-06 Jessica Clarkeriscv: Remove outdated condition in page_fault_handler
2020-10-06 Jessica Clarkeriscv: Handle supervisor instruction page faults
2020-10-06 Jessica Clarkeriscv: De-Arm a few names
2020-10-05 Edward Tomasz Napi... Drop useless assignment, and add a KASSERT to make...
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-03 Edward Tomasz Napi... Optimize riscv's cpu_fetch_syscall_args(), making it...
2020-10-02 Kristof Provostriscv: handle access faults in user mode
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Kristof Provostriscv: Add memmmap so we can mmap /dev/mem
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-09-30 Kristof Provostriscv: Panic on PMP errors
2020-09-27 Edward Tomasz Napi... Get rid of sa->narg. It serves no purpose; use sa...
2020-09-23 Nick O'Brienriscv: Trap cleanup - use nitems()
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-21 D Scott PhillipsSparsify the vm_page_dump bitmap
2020-09-21 D Scott PhillipsMove vm_page_dump bitset array definition to MI code
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-17 Edward Tomasz Napi... Get rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-14 Scott LongRefine the busdma template interface. Provide tools...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-08 Mitchell HorneRISC-V: fix some mismatched format specifiers
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-04 Brooks DavisRound TF_SIZE up to the stack alignment (16-bytes).
2020-09-02 Mark JohnstonInclude the psind in data returned by mincore(2).
2020-09-02 Mark JohnstonAdd the MEM_EXTRACT_PADDR ioctl to /dev/mem.
2020-09-02 Kristof Provostriscv: very large dma mappings can cause integer overflow
2020-09-01 Mateusz Guzikriscv: clean up empty lines in .c and .h files
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Glen BarberMFH
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-18 Nick O'Brienriscv: Use global mimpid in identify_cpu()
2020-08-15 Dimitry AndricMerge ^/head r364251 through r364263.
2020-08-15 Mitchell HorneRISC-V: copy kernelname from the environment
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-15 Dimitry AndricMerge ^/head r364082 through r364250.
2020-08-13 Mitchell HorneEnable interrupts while handling traps
2020-08-13 Mitchell HorneSmall fixes in locore.S
2020-08-12 John BaldwinCheck that the frame pointer is within the current...
2020-08-12 John BaldwinUse uintptr_t instead of uint64_t for pointers in stack...
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-04 Emmanuel VadotImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 Stefan EßerUpgrade to version 3.1.4
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Glen BarberMFH
2020-07-31 Dimitry AndricMerge ^/head r363583 through r363738.
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-27 John BaldwinTrim some extraneous parentheses.
2020-07-27 John BaldwinSet si_trapno to the exception code from scause.
2020-07-26 Jessica Clarkeriscv: Include syscon_power device driver in GENERIC...
2020-07-23 John BaldwinPass the right size to memcpy() when copying the array...
2020-07-22 John BaldwinAdd missing space after switch.
2020-07-21 Mitchell HorneINTRNG: only shuffle for !EARLY_AP_STARTUP
2020-07-21 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-19 Mitchell Horneriscv: look for bootargs in FDT
2020-07-18 Jung-uk KimMFV: r363292
2020-07-15 Gregory Neil ShapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 Jung-uk KimMFV: r362513
2020-07-12 Simon J. GerratyUpdate to bmake-20200710
2020-07-11 Stefan EßerUpdate to version 3.1.3
2020-07-08 Simon J. GerratyUpdate to bmake-20200704
2020-07-07 Cy SchubertMFV r362990:
2020-07-07 Stefan EßerUpdate to version 3.1.1
2020-07-06 Kristof Provostriscv plic: Do not complete interrupts until the interr...
2020-07-01 Kristof Provostriscv pmap: zero reserved pte bits in ppn
2020-07-01 Kristof Provostriscv locore.S: load constant prior to loop
2020-07-01 Kristof Provostriscv: Log missing registers in dump_regs()
2020-06-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 Mitchell HorneOnly invalidate the early DTB mapping if it exists
2020-06-24 Mitchell HorneHandle load from loader(8)
2020-06-24 Cy SchubertMFV r362565:
2020-06-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 Jung-uk KimMFV: r362286
2020-06-17 Andrew TurnerUpdate opencsd to 0.14.2
2020-06-17 Xin LIMFV r362254: file 5.39.
2020-06-16 Andrew TurnerRe-add opencsd as a vendor import from the dist directory
2020-06-13 Cy SchubertMFV r362143:
2020-06-12 Cy SchubertMFV r362082:
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-08 Jessica Clarkeriscv: Use SBI shutdown call to implement RB_POWEROFF
2020-06-08 Alex RichardsonRISC-V: Check that the DTB doesn't overlap with kernel
2020-06-08 Alex Richardsonsys/riscv: Remove debug printfs
2020-06-08 Alex RichardsonRISC-V: handle DTB aligned to less than 2MB
2020-06-05 Emmanuel Vadotdts: Update our copy to be in sync with Linux 5.7
2020-06-04 Mitchell HorneUpdate edk2 headers to stable202005
2020-06-01 Dimitry AndricUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
next