]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Update to bmake-20201101
[FreeBSD/FreeBSD.git] / sys / vm /
2020-11-07 sjgUpdate to bmake-20201101
2020-11-06 luporlImplement superpages for PowerPC64 (HPT)
2020-11-05 mjgRationalize per-cpu zones.
2020-11-04 markjvmspace: Convert to refcount(9)
2020-10-23 alcConditionally compile struct vm_phys_seg's md_first...
2020-10-19 emasteuma: fix KTR message after r366840
2020-10-19 markjuma: Respect uk_reserve in keg_drain()
2020-10-19 markjuma: Avoid depleting keg reserves when filling a bucket
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-14 kibAvoid dump_avail[] redefinition.
2020-10-09 bdreweryUse unlocked page lookup for inmem() to avoid object...
2020-10-08 kibvm_page_dump_index_to_pa(): Add braces to the expressio...
2020-10-02 markjvm_pageout: Avoid rounding down the inactive scan target
2020-10-02 markjuma: Use the bucket cache for cross-domain allocations
2020-10-02 markjuma: Use LIFO for non-SMR bucket caches
2020-10-02 markjuma: Remove newlines from panic messages
2020-10-02 markjImplement sparse core dumps
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-23 markjFlag vm_reserv and vm_phys sysctls as MPSAFE.
2020-09-23 markjAdd a vmparam.h constant indicating pmap support for...
2020-09-21 scottpharm64/pmap: Sparsify pv_table
2020-09-21 scottphvm_reserv: Sparsify the vm_reserv_array when VM_PHYSSEG...
2020-09-21 scottphSparsify the vm_page_dump bitmap
2020-09-21 scottphMove vm_page_dump bitset array definition to MI code
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
next