]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Enable vm_object_mightbedirty() and vm_object_page_clean() for swap
[FreeBSD/FreeBSD.git] / sys / vm /
2020-02-04 Konstantin BelousovEnable vm_object_mightbedirty() and vm_object_page_clea...
2020-02-04 Jeff RobersonUse STAILQ instead of TAILQ for bucket lists. We only...
2020-02-03 Mark JohnstonDisable the smallest UMA bucket size on 32-bit platforms.
2020-02-03 Warner LoshRemove sparc64 kernel support
2020-02-03 Mateusz GuzikFix up various vnode-related asserts which did not...
2020-02-01 Jeff RobersonFix a bug in r356776 where the page allocator was not...
2020-02-01 Mark JohnstonRemove a couple of lingering usages of the page lock.
2020-02-01 Mateusz Guzikvfs: replace VOP_MARKATIME with VOP_MMAPPED
2020-01-31 Dimitry AndricMerge r357348 from the clang 10.0.0 import branch:
2020-01-31 Dimitry AndricMerge r357345 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357342 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357339 from the clang1000-import branch:
2020-01-31 Jeff RobersonFix LINT build with MEMGUARD.
2020-01-31 Jeff RobersonImplement a safe memory reclamation feature that is...
2020-01-29 Dimitry AndricMerge ^/head r357179 through r357269.
2020-01-29 Dimitry AndricMerge r357267 from the clang1000-import branch:
2020-01-29 Dimitry AndricMerge r357260 from the clang1000-import branch:
2020-01-29 Konstantin BelousovRestore OOM logic on page fault after r357026.
2020-01-28 Cy SchubertMFV r357163:
2020-01-25 Phil ShaferImport libxo-1.4.0:
2020-01-25 Dimitry AndricMerge ^/head r356931 through r357118.
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/master up to its last change...
2020-01-24 Konstantin BelousovHandle a race of collapse with a retrying fault.
2020-01-24 Doug MooreMost uses of vm_map_clip_start follow a call to vm_map_...
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 Dimitry AndricMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 Mark Johnstonvm_map_submap(): Avoid unnecessary clipping.
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-libunwind/dist up to its last chang...
2020-01-23 Dimitry AndricMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-23 Jeff Roberson(fault 9/9) Move zero fill into a dedicated function...
2020-01-23 Jeff Roberson(fault 8/9) Restructure some code to reduce duplication...
2020-01-23 Jeff Roberson(fault 7/9) Move fault population and allocation into...
2020-01-23 Jeff Roberson(fault 6/9) Move getpages and associated logic into...
2020-01-23 Jeff Roberson(fault 5/9) Move the backing_object traversal into...
2020-01-23 Jeff Roberson(fault 4/9) Move copy-on-write into a dedicated function.
2020-01-23 Jeff Roberson(fault 3/9) Move map relookup into a dedicated function.
2020-01-23 Jeff Roberson(fault 2/9) Move map lookup into a dedicated function.
2020-01-23 Jeff Roberson(fault 1/9) Move a handful of stack variables into...
2020-01-23 Ryan Libbyuma: fix zone domain overlaying pcpu cache with disable...
2020-01-23 Ryan Libbyuma: report leaks more accurately
2020-01-23 Jeff RobersonConsistently use busy and vm_page_valid() rather than...
2020-01-23 Jeff RobersonSome architectures with DMAP still consume boot kva...
2020-01-22 Dimitry AndricMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 Dimitry AndricMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-21 Jeff RobersonMove readahead and dropbehind fault functionality into...
2020-01-20 Jeff RobersonReduce object locking in vm_fault. Once we have an...
2020-01-20 Dimitry AndricMerge ^/vendor/llvm-project/master until just before...
2020-01-20 Dimitry AndricMerge ^/head r356848 through r356919.
2020-01-19 Jeff RobersonDon't hold the object lock while calling getpages.
2020-01-19 Jeff RobersonIt has not been possible to recursively terminate a...
2020-01-19 Jeff RobersonMake collapse synchronization more explicit and allow...
2020-01-18 Andrew Gallatinpcpu_page_alloc: guard against empty NUMA domains
2020-01-17 Jeff RobersonFix a long standing bug that was made worse in r355765...
2020-01-16 Jeff RobersonSimplify VM and UMA startup by eliminating boot pages...
2020-01-14 Alexander MotinRestore loop break in vm_pageout_lowmem().
2020-01-14 Ryan Libbyuma: split slabzone into two sizes
2020-01-14 Ryan Libbyuma: fixup some ktr messages
2020-01-12 Mateusz Guzikvm: add missing CLTFLAG_MPSAFE annotations
2020-01-10 Jung-uk KimMFV: r356607
2020-01-10 Gleb SmirnoffAlways multiple vm.pgcache_zone_max to number of CPUs...
2020-01-09 Mark JohnstonUMA: Don't destroy zones after the system shutdown...
2020-01-09 Ryan Libbyuma: unify layout paths and improve efficiency
2020-01-09 Ryan Libbyuma: reorganize flags
2020-01-06 Martin MatuskaMFV r356415
2020-01-06 Jeff RobersonFix uma boot pages calculations on NUMA machines that...
2020-01-05 Jeff RobersonThe fix in r356353 was insufficient. Not every archite...
2020-01-05 Martin MatuskaMFV r356365:
2020-01-04 Kyle Evanskern_mmap: restore character deleted in transit
2020-01-04 Kyle Evanskern_mmap: add a variant that allows caller to inspect fp
2020-01-04 Jeff RobersonFix an assertion introduced in r356348. On architectur...
2020-01-04 Jeff RobersonUMA NUMA flag day. UMA_ZONE_NUMA was a source of confu...
2020-01-04 Jeff RobersonSort cross-domain frees into per-domain buckets before...
2020-01-04 Jeff RobersonUse per-domain keg locks. This provides both a lock...
2020-01-04 Jeff RobersonUse a separate lock for the zone and keg. This provide...
2020-01-04 Jeff RobersonUse atomics for the zone limit and sleeper count. ...
2020-01-03 Mateusz Guzikvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-02 Mark JohnstonClear queue operation flags when migrating a page to...
2019-12-31 Doug MooreThe map-entry clipping functions modify start and end...
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-29 Mark JohnstonRestore a vm_page_wired() check in vm_page_mvqueue...
2019-12-29 Mark JohnstonClear queue op flags in vm_page_mvqueue().
2019-12-28 Mark JohnstonRemove some unused functions.
2019-12-28 Mark JohnstonUpdate the vm_page.h block comment to reflect recent...
2019-12-28 Mark JohnstonRemove page locking for queue operations.
2019-12-28 Mark JohnstonGeneralize lazy dequeue logic for wired pages.
2019-12-28 Mark JohnstonStart implementing queue state updates using fcmpset...
2019-12-28 Mark JohnstonDon't update per-page activation counts in the swapout...
2019-12-28 Konstantin Belousovvm_object_shadow(): fix object reference leak.
2019-12-27 Mark JohnstonRemove some stale comments from the page allocator.
2019-12-27 Jeff RobersonFix a pair of bugs introduced in r356002. When we...
2019-12-25 Jeff RobersonFurther reduce the cacheline footprint of fast allocati...
2019-12-25 Jeff RobersonOptimize fast path allocations by storing bucket header...
2019-12-25 Jeff RobersonFix a bug with _NUMA domains introduced in r339686...
2019-12-24 Jeff RobersonDon't unnecessarily relock the vm object after sleeps...
2019-12-22 Doug MooreFix typo using RB_INITIALIZER.
next