]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/riscv
net80211: update for (more) VHT160 support
[FreeBSD/FreeBSD.git] / sys / riscv /
2020-10-17 Mitchell Horneriscv: zero reserved PTE bits for L2 PTEs
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 Mitchell HorneSimplify preload_dump() condition
2020-10-14 Konstantin BelousovAvoid dump_avail[] redefinition.
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-10 Conrad Meyerrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-09 Mitchell HorneRISC-V LINT kernel config
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 Mitchell HorneAdd a routine to dump boot metadata
2020-10-08 Edward Tomasz Napi... Remove yet another useless assignment, adding a KASSERT...
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-07 Mitchell HornePrint symbol index for unsupported relocation types
2020-10-07 Edward Tomasz Napi... Don't use critical section when calling intr_irq_handle...
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-30 Jessica Clarkeriscv: Define __PCI_REROUTE_INTERRUPT
2020-09-27 Edward Tomasz Napi... Get rid of sa->narg. It serves no purpose; use sa...
2020-09-23 Mark JohnstonAdd a vmparam.h constant indicating pmap support for...
2020-09-23 Nick O'Brienriscv: Trap cleanup - use nitems()
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-22 Mitchell HorneRISC-V: build SiFive drivers and DTB in GENERIC
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-20 Michal MelounAdd missing assignment forgotten in r365899
2020-09-19 Michal MelounAdd NetBSD compatible bus_space_peek_N() and bus_space_...
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-11 John BaldwinDisable WITNESS for spin locks by default.
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-12 John BaldwinCorrect padding length for RISC-V PCPU data.
2020-08-12 Glen BarberMFH
2020-08-06 Dimitry AndricMerge ^/head r363739 through r363986.
2020-08-05 Mateusz Guzikriscv: fix uintfptr_t
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-05 Andrew TurnerAdd DDB_CTF to the arm64 and riscv kernel configs
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-08-03 Kristof Provostlibc: Provide sub fp(s|g)etmask() implementations for...
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-26 Jessica ClarkeAdd Goldfish RTC device driver for RISC-V
2020-07-24 Alex RichardsonInclude TMPFS in all the GENERIC kernel configs
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-16 Glen BarberMFH
2020-07-16 Mark JohnstonSwitch from SCTP to SCTP_SUPPORT in GENERIC configs.
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
next