]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/riscv
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys / riscv /
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...
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-07 dimMerge ^/head r340213 through r340234.
2018-11-07 dimMerge ^/head r340126 through r340212.
2018-11-07 jhbDrop the legacy ELF brandinfo for the old rtld from...
2018-11-07 jhbEnable use of a global shared page for RISC-V.
2018-11-05 jhbAdd a KPI for the delay while spinning on a spin lock.
2018-11-05 jhbRework setting PTE_D for kernel mappings.
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-04 dimMerge ^/head r339813 through r340125.
2018-11-01 jhbRestrict setting PTE execute permissions on RISC-V.
2018-11-01 jhbSet PTE_A and PTE_D for user mappings in pmap_enter().
2018-11-01 jhbSBI calls expect a pointer to a u_long rather than...
2018-11-01 jhbDon't allow debuggers to modify SSTATUS, only to read it.
2018-11-01 jhbImplement ptrace_set_pc() and fail PT_*STEP requests...
2018-10-31 kevansCompile in VERBOSE_SYSINIT support by default, remain...
2018-10-27 dimMerge ^/head r339670 through r339812.
2018-10-26 bro Add pmap lock around pmap_fault_fixup() to ensure...
2018-10-25 mmMFV r339640,339641,339644:
2018-10-23 dimMerge ^/head r339015 through r339669.
2018-10-22 brooksConsolidate identical ELF auxargs type defintions.
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-18 brSupport RISC-V implementations that do not manage the...
2018-10-18 brRevert r339421 due to unintended files included to...
2018-10-18 brSupport RISC-V implementations that do not manage the...
2018-10-16 brInvalidate TLB on a local hart.
2018-10-15 jhbVarious fixes for TLB management on RISC-V.
2018-10-12 brInitialize interrupt priority to 0 on all sources.
2018-10-12 brAdd support for the UART device found in lowRISC system...
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 gjbMFH r338661 through r339200.
2018-09-29 dimAdd compiler-rt's libFuzzer, not connected to buildworl...
2018-09-27 dimMerge ^/head r338731 through r338987.
2018-09-24 jhbImplement pmap_sync_icache().
2018-09-24 emasteCopy libevent sources to contrib
2018-09-20 baptImport mandoc 1.14.4
2018-09-19 jhbVarious fixes for floating point on RISC-V.
2018-09-14 dimMerge ^/head r338595 through r338689, and resolve confl...
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-12 brEnable VIMAGE support for RISC-V.
2018-09-12 brUse elf_relocaddr() to find the address for R_RISCV_REL...
2018-09-11 dimMerge ^/head r338392 through r338594.
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-05 brPermit supervisor to access user VA space for certain...
2018-09-05 brFix bug: compare uaddr to VM_MAXUSER_ADDRESS, not to...
2018-09-03 brAdd support for 'C'-compressed ISA extension to DTrace...
2018-08-31 brFix an integer overflow while setting the kernel addres...
2018-08-29 dimMerge ^/head r338298 through r338391.
2018-08-29 kibRemove {max/min}_offset() macros, use vm_map_{max/min...
2018-08-24 dimMerge ^/head r338026 through r338297, and resolve confl...
2018-08-23 manudts: Import DTS for arm64
2018-08-22 markjPrepare the kernel linker to handle PC-relative ifunc...
2018-08-21 alcEliminate kmem_malloc()'s unused arena parameter. ...
2018-08-18 dimMerge ^/head r338015 through r338025.
2018-08-18 jhbMake 'device crypto' lines more consistent.
2018-08-18 dimMerge ^/head r337646 through r338014.
2018-08-17 cemRiscv: Include crypto for IPSec
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-14 brRemove unused code.
2018-08-14 brRewrite RISC-V disassembler:
2018-08-13 brAdd RISC-V instructions encoding.
next