]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / sys / vm /
2020-12-15 bdreweryRevert r368523 which fixed contig allocs waiting forever.
2020-12-10 bdrewerycontig allocs: Don't retry forever on M_WAITOK.
2020-12-09 cyMFV r368464:
2020-12-06 markjuma: Make uma_zone_set_maxcache() work better with...
2020-12-06 markjuma: Enforce the use of uz_bucket_size_max in the free...
2020-12-06 markjuma: Use atomic load for uz_sleepers
2020-12-01 mmMFV r368207:
2020-11-30 markjuma: Avoid allocating buckets with the cross-domain...
2020-11-28 kibMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-26 seUpdate to version 3.2.0
2020-11-20 sjgMerge bmake-20201117
2020-11-19 markjWrap a long line in vm_pqbatch_process_page()
2020-11-19 markjMicro-optimize vm_page_pqbatch_submit()
2020-11-19 markjvm_phys: Try to clean up NUMA KPIs
2020-11-11 markjvm_map: Handle kernel map entry allocator recursion
2020-11-10 jtlWhen destroying a UMA zone which has a reserve (set...
2020-11-09 mjgAdd more per-cpu zones.
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
next