]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
re(4) uses taskqueue to process input packets. Enter network epoch
[FreeBSD/FreeBSD.git] / sys / vm /
2020-01-24 Doug MooreMost uses of vm_map_clip_start follow a call to vm_map_...
2020-01-23 Mark Johnstonvm_map_submap(): Avoid unnecessary clipping.
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-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-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.
2019-12-22 Jeff RobersonFix a bug introduced in r356002. Prior versions of...
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-22 Jeff RobersonMake page busy state deterministic on free. Pages...
2019-12-22 Jeff RobersonMove vm_fault busy logic into its own function for...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-21 Mark JohnstonFix VPO_UNMANAGED handling in vm_page_reclaim_run(...
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-18 Mark JohnstonFix the aflag shift on big-endian platforms after r355672.
2019-12-15 Jeff Robersonschedlock 1/4
2019-12-15 Jeff RobersonPreviously we did not support invalid pages in default...
2019-12-15 Jeff RobersonAdd a deferred free mechanism for freeing swap space...
2019-12-15 Jeff RobersonSlightly optimize locking in vm_map_copy_swap_entry...
2019-12-15 Jeff RobersonHandle pagein clustering in vm_page_grab_valid() so...
2019-12-14 Ryan Libbyuma dbg: flexible size for slab debug bitset too
2019-12-13 Jung-uk KimMFV: r355716
2019-12-13 Mark JohnstonRestore the reservation of boot pages for bucket zones...
2019-12-13 Ryan LibbyRevert r355706 & r355710
2019-12-13 Ryan Libbyuma: report slab efficiency
2019-12-13 Ryan Libbyuma: delay bucket_init() until we might actually enable...
2019-12-13 Ryan Libbyuma dbg: flexible size for slab debug bitset too
2019-12-12 Mark JohnstonAvoid relying on silent type casting in the native...
2019-12-12 Mark JohnstonImplement atomic state updates using the new vm_page_as...
2019-12-11 Doug MooreExtract code common to _vm_map_clip_start and _vm_map_c...
2019-12-11 Ryan Libbyuma: pretty print zone flags sysctl
2019-12-10 Mark JohnstonAdd a helper function to the swapout daemon's deactivat...
2019-12-10 Mark JohnstonIntroduce vm_page_astate.
2019-12-09 Doug MooreRevert r355505. The code that it allowed to compile...
2019-12-08 Doug MooreDefine a vm_map method for user-space for advancing...
2019-12-08 Mateusz Guzikvfs: introduce v_irflag and make v_type smaller
2019-12-08 Jeff RobersonFix two problems with r355149. The sysctl name collisi...
2019-12-08 Jeff RobersonIt is safe to wire a page while the object is busy.
2019-12-08 Jeff RobersonIt is now safe to rename a page that is still on a...
2019-12-08 Jeff RobersonDo not assert that the object lock is held in vm_object...
next