]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/riscv
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / sys / riscv /
2020-12-18 jhbSkip the vm.pmap.kernel_maps sysctl by default.
2020-12-18 John BaldwinSkip the vm.pmap.kernel_maps sysctl by default.
2020-12-18 mhorneriscv: report additional known SBI implementations
2020-12-18 Mitchell Horneriscv: report additional known SBI implementations
2020-12-18 Xin LIMFV r368746:
2020-12-14 melifaroEnable ROUTE_MPATH support in GENERIC kernels.
2020-12-14 Alexander V. ChernikovEnable ROUTE_MPATH support in GENERIC kernels.
2020-12-13 Martin MatuskaMFV r368607:
2020-12-11 mhorneriscv: small counter(9) improvements
2020-12-11 Mitchell Horneriscv: small counter(9) improvements
2020-12-10 mhorneriscv: handle debug.debugger_on_trap for fatal page...
2020-12-10 Mitchell Horneriscv: handle debug.debugger_on_trap for fatal page...
2020-12-09 cyMFV r368464:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-08 jhbStack unwinding robustness fixes for RISC-V.
2020-12-08 John BaldwinStack unwinding robustness fixes for RISC-V.
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-01 jhbAdd a kstack_contains() helper function.
2020-12-01 John BaldwinAdd a kstack_contains() helper function.
2020-12-01 mmMFV r368207:
2020-12-01 Martin MatuskaMFV r368207:
2020-11-26 seUpdate to version 3.2.0
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-26 arichardsonAdd .cfi_{start,end}proc for RISC-V assembly functions
2020-11-26 Alex RichardsonAdd .cfi_{start,end}proc for RISC-V assembly functions
2020-11-20 mhorneriscv: always initialize the static kernel environment
2020-11-20 Mitchell Horneriscv: always initialize the static kernel environment
2020-11-20 sjgMerge bmake-20201117
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-13 Jung-uk KimMFV: r367652
2020-11-07 sjgUpdate to bmake-20201101
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-05 mhorneriscv: set kernel_pmap hart mask more precisely
2020-11-05 Mitchell Horneriscv: set kernel_pmap hart mask more precisely
2020-11-02 alcTidy up the #includes. Recent changes, such as the...
2020-11-02 Alan CoxTidy up the #includes. Recent changes, such as the...
2020-10-29 traszOptimize set_syscall_retval for riscv by predicting...
2020-10-29 Edward Tomasz Napi... Optimize set_syscall_retval for riscv by predicting...
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 kpriscv: Minor cleanup in startup code
2020-10-27 Kristof Provostriscv: Minor cleanup in startup code
2020-10-26 mhorneriscv: make use of SBI legacy replacement extensions
2020-10-26 Mitchell Horneriscv: make use of SBI legacy replacement extensions
2020-10-26 mhorneriscv: remove sbi_clear_ipi()
2020-10-26 Mitchell Horneriscv: remove sbi_clear_ipi()
2020-10-24 mhorneriscv: improve exception code naming
2020-10-24 Mitchell Horneriscv: improve exception code naming
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-17 mhorneriscv: zero reserved PTE bits for L2 PTEs
2020-10-17 Mitchell Horneriscv: zero reserved PTE bits for L2 PTEs
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-15 mhorneSimplify preload_dump() condition
2020-10-15 Mitchell HorneSimplify preload_dump() condition
2020-10-14 kibAvoid dump_avail[] redefinition.
2020-10-14 Konstantin BelousovAvoid dump_avail[] redefinition.
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-10 cemrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-10 Conrad Meyerrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-09 mhorneRISC-V LINT kernel config
2020-10-09 Mitchell HorneRISC-V LINT kernel config
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 mhorneAdd a routine to dump boot metadata
2020-10-08 Mitchell HorneAdd a routine to dump boot metadata
2020-10-08 traszRemove yet another useless assignment, adding a KASSERT...
2020-10-08 Edward Tomasz Napi... Remove yet another useless assignment, adding a KASSERT...
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-07 mhornePrint symbol index for unsupported relocation types
2020-10-07 Mitchell HornePrint symbol index for unsupported relocation types
2020-10-07 traszDon't use critical section when calling intr_irq_handle...
2020-10-07 Edward Tomasz Napi... Don't use critical section when calling intr_irq_handle...
2020-10-06 jrtc27riscv: Remove outdated condition in page_fault_handler
2020-10-06 Jessica Clarkeriscv: Remove outdated condition in page_fault_handler
2020-10-06 jrtc27riscv: Handle supervisor instruction page faults
2020-10-06 Jessica Clarkeriscv: Handle supervisor instruction page faults
2020-10-06 jrtc27riscv: De-Arm a few names
2020-10-06 Jessica Clarkeriscv: De-Arm a few names
2020-10-05 traszDrop useless assignment, and add a KASSERT to make...
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 traszOptimize riscv's cpu_fetch_syscall_args(), making it...
2020-10-03 Edward Tomasz Napi... Optimize riscv's cpu_fetch_syscall_args(), making it...
2020-10-02 kpriscv: handle access faults in user mode
2020-10-02 Kristof Provostriscv: handle access faults in user mode
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
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 kpriscv: Add memmmap so we can mmap /dev/mem
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 kpriscv: Panic on PMP errors
2020-09-30 Kristof Provostriscv: Panic on PMP errors
next