]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
MFV 2.0-rc2
[FreeBSD/FreeBSD.git] / sys / vm /
2020-09-18 mmacyMFV 2.0-rc2
2020-09-18 vangyzenvm_ooffset_t is now unsigned
2020-09-17 markjIncrease the default vm.max_user_wired value.
2020-09-09 kibSupport for userspace non-transparent superpages (large...
2020-09-09 kibvm_map: Add a map entry kind that can only be clipped...
2020-09-09 kibAdd pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and impleme...
2020-09-09 kibAdd vm_map_find_aligned(9).
2020-09-09 kibMove MAP_32BIT_MAX_ADDR definition to sys/mman.h.
2020-09-09 kibPrepare to handle non-trivial errors from vm_map_delete().
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-09 kibAllow consumer to customize physical pager.
2020-09-08 kibAdd kern_mmap_racct_check(), a helper to verify limits...
2020-09-08 kibAdd interruptible variant of vm_wait(9), vm_wait_intr(9).
2020-09-07 markjvm_object_split(): Handle orig_object type changes.
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-02 markjAvoid unnecessary object locking in vm_page_grab_pages_...
2020-09-02 markjInclude the psind in data returned by mincore(2).
2020-09-01 mjgvm: clean up empty lines in .c and .h files
2020-08-29 wulfLinuxKPI: Implement ksize() function.
2020-08-28 vangyzenvm_pageout_scan_active: ensure ps_delta is initialized
2020-08-28 vangyzenmemstat_kvm_uma: fix reading of uma_zone_domain structures
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-26 markjUse a large kmem arena import size on NUMA systems.
2020-08-25 cemvm_pageout: Scale worker threads with CPUs
2020-08-25 markjPermit vm_page_wire() to be called on pages not belongi...
2020-08-25 mmacyMerge OpenZFS support in to HEAD.
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-24 mjgcache: drop the always curthread argument from reverse...
2020-08-21 gallatinuma: record allocation failures due to zone limits
2020-08-19 mjgvfs: drop the error parameter from vn_isdisk, introduce...
2020-08-18 markjRevert r364310.
2020-08-17 glebiusWith INVARIANTS panic immediately if M_WAITOK is reques...
2020-08-17 markjCommit a missing piece of r364302.
2020-08-17 markjRemove the VM map zone.
2020-08-16 kibvm_object: allow paging_in_progress to be acquired...
2020-08-16 kibAtomically update vm_object vnp_size, where atomic...
2020-08-16 dimMerge ^/head r364264 through r364278.
2020-08-16 mjgvfs: remove the thread argument from vget
2020-08-15 dimMerge ^/head r364082 through r364250.
2020-08-14 cemvm_pageout: Correct threshold calculation on single...
2020-08-12 gjbMFH
2020-08-12 cemBack out unrelated change
2020-08-11 cemAdd support for multithreading the inactive queue pageo...
2020-08-10 markjCheck the UMA zone's full bucket cache before short...
2020-08-06 dimMerge ^/head r363739 through r363986.
2020-08-06 brooksPreserve ASLR vm_map flags across fork
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 markjRemove most lingering references to the page lock in...
2020-08-04 markjRemove free_domain() and uma_zfree_domain().
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-31 dimMerge ^/head r363583 through r363738.
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-29 markjRemove the volatile qualifier from busy_lock.
2020-07-28 markjvm_page_xbusy_claim(): Use atomics to update busy lock...
2020-07-27 markjvm_page_free_invalid(): Relax the xbusy assertion.
2020-07-25 dougmFix an overflow bug in the blist allocator that needles...
2020-07-24 mjgvm: fix swap reservation leak and clean up surrounding...
2020-07-23 mjgvm: annotate swap_reserved with __exclusive_cache_line
2020-07-17 chsFix vnode_pager handling of read ahead/behind pages...
2020-07-17 chsAdd a new function vm_page_free_invalid() for freeing...
2020-07-17 chsRevert my change from r361855 in favor of a better...
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 jkimMFV: r362513
2020-07-13 markjAdd vm_map_valid_range_KBI().
2020-07-09 scottlRevert r362998, r326999 while a better compatibility...
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 scottlMigrate the feature of excluding RAM pages to use ...
2020-07-07 seUpdate to version 3.1.1
2020-06-29 cemvm: Add missing WITNESS warnings for M_WAITOK allocation
2020-06-28 markjFix UMA's first-touch policy on systems with empty...
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-27 kibvm_page_free_prep(): correct description of the require...
2020-06-25 markjCall swap_pager_freespace() from vm_object_page_remove().
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 jeffClarify some language. Favor primary where both master...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 traszAdd linux_madvise(2) instead of having Linux apps call...
2020-06-19 markjRevert r362360.
2020-06-19 markjRestore a check unintentionally dropped in r362361.
2020-06-19 markjAdd a helper function for validating VA ranges.
2020-06-19 markjFix a double object unlock in vm_object_backing_collaps...
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 cemvm: Drop vm_map_clip_{start,end} macro wrappers
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-12 vangyzenHonor db_pager_quit in some vm_object ddb commands
2020-06-09 mjgvm: rework swap_pager_status to execute in constant...
2020-06-06 chsDon't mark pages as valid if reading the contents from...
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-04 emasteCorrect terminology in vm.imply_prot_max sysctl description
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
next