]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Merge ^/head r358239 through r358262.
[FreeBSD/FreeBSD.git] / sys / vm /
2020-02-23 dimMerge ^/head r358239 through r358262.
2020-02-22 dimMerge r358179 through r358238.
2020-02-22 jeffAdd an atomic-free tick moderated lazy update variant...
2020-02-20 dimMerge ^/head r358131 through r358178.
2020-02-20 impDon't convert all lower-layer errors to EIO.
2020-02-20 impDon't spam the console with an additional, and useless...
2020-02-19 jeffSilence a gcc warning about no return from a function...
2020-02-19 dimMerge ^/head r358075 through r358130.
2020-02-19 jeffUse SMR to provide a safe unlocked lookup for vm_radix.
2020-02-19 jeffUse per-domain locks for the bucket cache.
2020-02-19 jeffDon't release xbusy on kmem pages. After lockless...
2020-02-19 jeffEliminate some unnecessary uses of UMA_ZONE_VM. Only...
2020-02-18 baptUpdate ncurses to 20200118
2020-02-17 dimMerge ^/head r358000 through r358048.
2020-02-17 markjRemove swblk_t.
2020-02-17 markjFix a swap block allocation race.
2020-02-17 markjFix object locking races in swapoff(2).
2020-02-17 jeffAdd a simple accessor that returns the bytes of memory...
2020-02-17 jeffRefactor _vm_page_busy_sleep to reduce the delta betwee...
2020-02-17 jeffUMA has become more particular about zone types. Use...
2020-02-16 dimMerge ^/head r357966 through r357999.
2020-02-16 jeffSlightly restructure uma_zalloc* to generate better...
2020-02-15 dimMerge ^/head r357931 through r357965.
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-15 mjgvm: use new capsicum helpers
2020-02-14 mjgvm: remove no longer needed atomic_load_ptr casts
2020-02-14 dimMerge ^/head r357855 through r357920.
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-13 markjFix handling of WAITFAIL in vm_page_grab() and vm_page_...
2020-02-13 markjUpdate the zone-global count of cached items in bucket_...
2020-02-13 jeffFix a case where ub_seq would fail to be set if the...
2020-02-13 dimMerge ^/head r357662 through r357854.
2020-02-12 mjgStore offset into zpcpu allocations in the per-cpu...
2020-02-12 mmMFV r357783:
2020-02-11 markjReduce lock hold time in keg_drain().
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-10 jtlModify the vm.panic_on_oom sysctl to take a count of...
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-06 rlibbyuma: remove UMA_ZFLAG_CACHEONLY flag
2020-02-04 rlibbyuma: multipage chicken switch
2020-02-04 rlibbyuma: grow slabs to enforce minimum memory efficiency
2020-02-04 rlibbyuma: add UMA_ZONE_CONTIG, and a default contig_alloc
2020-02-04 rlibbyuma: pcpu_page_free needs to startup_free pages from...
2020-02-04 jeffAdd an explicit busy state for free pages. This improv...
2020-02-04 jeffUse literal bucket sizes for smaller buckets rather...
2020-02-04 kibEnable vm_object_mightbedirty() and vm_object_page_clea...
2020-02-04 jeffUse STAILQ instead of TAILQ for bucket lists. We only...
2020-02-03 markjDisable the smallest UMA bucket size on 32-bit platforms.
2020-02-03 impRemove sparc64 kernel support
2020-02-03 mjgFix up various vnode-related asserts which did not...
2020-02-02 dimMerge ^/head r357389 through r357407.
2020-02-01 jeffFix a bug in r356776 where the page allocator was not...
2020-02-01 dimMerge ^/head r357368 through r357388.
2020-02-01 markjRemove a couple of lingering usages of the page lock.
2020-02-01 dimMerge ^/head r357350 through r357367.
2020-02-01 mjgvfs: replace VOP_MARKATIME with VOP_MMAPPED
2020-01-31 dimMerge ^/head r357270 through r357349.
2020-01-31 jeffFix LINT build with MEMGUARD.
2020-01-31 jeffImplement a safe memory reclamation feature that is...
2020-01-29 dimMerge ^/head r357179 through r357269.
2020-01-29 kibRestore OOM logic on page fault after r357026.
2020-01-25 dimMerge ^/head r356931 through r357118.
2020-01-24 dimMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 dimMerge ^/vendor/lvm-project/master up to its last change...
2020-01-24 kibHandle a race of collapse with a retrying fault.
2020-01-24 dougmMost uses of vm_map_clip_start follow a call to vm_map_...
2020-01-23 dimMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 dimMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 markjvm_map_submap(): Avoid unnecessary clipping.
2020-01-23 dimMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-23 jeff(fault 9/9) Move zero fill into a dedicated function...
2020-01-23 jeff(fault 8/9) Restructure some code to reduce duplication...
2020-01-23 jeff(fault 7/9) Move fault population and allocation into...
2020-01-23 jeff(fault 6/9) Move getpages and associated logic into...
2020-01-23 jeff(fault 5/9) Move the backing_object traversal into...
2020-01-23 jeff(fault 4/9) Move copy-on-write into a dedicated function.
2020-01-23 jeff(fault 3/9) Move map relookup into a dedicated function.
2020-01-23 jeff(fault 2/9) Move map lookup into a dedicated function.
2020-01-23 jeff(fault 1/9) Move a handful of stack variables into...
2020-01-23 rlibbyuma: fix zone domain overlaying pcpu cache with disable...
2020-01-23 rlibbyuma: report leaks more accurately
2020-01-23 jeffConsistently use busy and vm_page_valid() rather than...
2020-01-23 jeffSome architectures with DMAP still consume boot kva...
2020-01-22 dimMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 dimMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 dimMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-21 jeffMove readahead and dropbehind fault functionality into...
2020-01-20 jeffReduce object locking in vm_fault. Once we have an...
2020-01-20 dimMerge ^/head r356848 through r356919.
2020-01-19 jeffDon't hold the object lock while calling getpages.
2020-01-19 jeffIt has not been possible to recursively terminate a...
2020-01-19 jeffMake collapse synchronization more explicit and allow...
2020-01-18 gallatinpcpu_page_alloc: guard against empty NUMA domains
2020-01-17 jeffFix a long standing bug that was made worse in r355765...
2020-01-16 jeffSimplify VM and UMA startup by eliminating boot pages...
2020-01-14 mavRestore loop break in vm_pageout_lowmem().
2020-01-14 rlibbyuma: split slabzone into two sizes
2020-01-14 rlibbyuma: fixup some ktr messages
2020-01-12 mjgvm: add missing CLTFLAG_MPSAFE annotations
next