]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/riscv
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / sys / riscv /
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-12 brAdd support for HiFive Unleashed -- the board with...
2019-05-10 brRISC-V ISA does not specify how to manage physical...
2019-05-09 gallatinRemove IPSEC from GENERIC due to performance issues
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 brConnect Xilinx AXI drivers and Cadence Ethernet MAC...
2019-05-08 kevanstun/tap: merge and rename to `tuntap`
2019-05-07 brDisable interrupts first and then set spinlock_count...
2019-05-07 brProvide a template for busdma code for RISC-V.
2019-05-01 brDeactivate IRQ resource by calling to intr_deactivate_i...
2019-04-24 brImplement pic_pre_ithread(), pic_post_ithread().
2019-04-23 cyMFV r346563:
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-07 mhorneRISC-V: initialize pcpu slightly earlier
2019-04-03 philImport libxo-1.0.2
2019-04-02 bro Grab the number of devices supported by PLIC from...
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-27 brGrab timer frequency from FDT.
2019-03-25 mmMFV r345495:
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-16 kibamd64 KPTI: add control from procctl(2).
2019-03-16 kibamd64: Add md process flags and first P_MD_PTI flag.
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 ngieMFhead@r344996
2019-03-07 cyMFV r344878:
2019-03-06 markjReorder copyright lines to preserve the source of ...
2019-03-06 markjImplement minidump support for RISC-V.
2019-03-05 markjInitialize dump_avail[] on riscv.
2019-03-05 markjAdd pmap_get_tables() for riscv.
2019-03-05 ngieMFhead@r344786
2019-03-04 dimMerge ^/head r344549 through r344775.
2019-03-01 traszRemove sv_pagesize, originally introduced with r100384.
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-20 kibAdd kernel support for Intel userspace protection keys...
2019-02-19 ngieMFhead@r344270
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-14 kibEnable enabling ASLR on non-x86 architectures.
2019-02-13 markjImplement per-CPU pmap activation tracking for RISC-V.
2019-02-13 markjImplement pmap_clear_modify() for RISC-V.
2019-02-13 markjImplement transparent 2MB superpage promotion for RISC-V.
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-10 dimMerge ^/head r343807 through r343955.
2019-02-06 emasteriscv: default to non-executable stack
2019-01-30 dimMerge ^/head r343320 through r343570.
2019-01-29 obrienFollow arm[32] and sparc64 KAPI and provide the FreeBSD...
2019-01-28 markjRemove a redundant test.
2019-01-22 dimMerge ^/head r343202 through r343319.
2019-01-22 dimMerge compiler-rt trunk r351319, and resolve conflicts.
2019-01-22 dimMerge libc++ trunk r351319, and resolve conflicts.
2019-01-21 markjOptimize RISC-V copyin(9)/copyout(9) routines.
2019-01-21 markjDeduplicate common code in copyin()/copyout() with...
2019-01-20 dimMerge lldb trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge lld trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge clang trunk r351319, resolve conflicts, and updat...
2019-01-20 dimMerge llvm trunk r351319, resolve conflicts, and update...
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2019-01-04 markjDon't enable interrupts in init_secondary().
2019-01-04 markjFix dirty bit handling in pmap_remove_write().
2019-01-04 markjClear PGA_WRITEABLE in pmap_remove_pages().
2019-01-03 markjFix a use-after-free in the riscv pmap_release() implem...
2019-01-03 markjSynchronize access to the allpmaps list.
2019-01-03 markjFix some issues with the riscv pmap_protect() implement...
2019-01-03 markjSet PTE_U on PTEs created by pmap_enter_quick().
2019-01-03 markjUse regular stores to update PTEs in the riscv pmap...
2019-01-03 markjConfigure hz=100 in the QEMU target.
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-19 mjgRemove iBCS2, part2: general kernel
2018-12-19 markjReplace uses of sbadaddr with stval.
2018-12-19 markjImplement cpu_halt() for RISC-V.
2018-12-18 cyMFV r342175:
2018-12-14 markjAdd some more checking to the RISC-V page fault handler.
2018-12-14 markjAvoid needless TLB invalidations in pmap_remove_pages().
2018-12-14 markjAssume that pmap_l1() will return a PTE.
2018-12-14 markjAdd a QEMU config for RISC-V.
2018-12-14 markjEnable witness(4) in the RISC-V GENERIC config.
2018-12-14 markjClean up the riscv pmap_bootstrap() implementation.
2018-12-11 dimMerge ^/head r341764 through r341812.
2018-12-11 markjRemove an unused malloc(9) type.
2018-12-11 markjUse inline tests for individual PTE bits in the RISC...
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-07 markjUpdate the description of the address space layout...
2018-12-07 markjRename sptbr to satp per v1.10 of the privileged archit...
2018-12-06 sjgUpdate bmake to version 20180919
2018-11-30 vangyzenFix reporting of SS_ONSTACK
2018-11-26 vangyzenPrevent kernel stack disclosure in signal delivery
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-14 dimMerge ^/head r340368 through r340426.
2018-11-13 markjRISC-V: Implement get_cyclecount(9).
2018-11-13 markjRISC-V: Add macros for reading performance counter...
next