]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
vfs: use a dedicated counter for free vnode recycling
[FreeBSD/FreeBSD.git] / sys / vm /
2020-01-06 jeffFix uma boot pages calculations on NUMA machines that...
2020-01-05 jeffThe fix in r356353 was insufficient. Not every archite...
2020-01-04 kevanskern_mmap: restore character deleted in transit
2020-01-04 kevanskern_mmap: add a variant that allows caller to inspect fp
2020-01-04 jeffFix an assertion introduced in r356348. On architectur...
2020-01-04 jeffUMA NUMA flag day. UMA_ZONE_NUMA was a source of confu...
2020-01-04 jeffSort cross-domain frees into per-domain buckets before...
2020-01-04 jeffUse per-domain keg locks. This provides both a lock...
2020-01-04 jeffUse a separate lock for the zone and keg. This provide...
2020-01-04 jeffUse atomics for the zone limit and sleeper count. ...
2020-01-03 mjgvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-02 markjClear queue operation flags when migrating a page to...
2019-12-31 dougmThe map-entry clipping functions modify start and end...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-29 markjRestore a vm_page_wired() check in vm_page_mvqueue...
2019-12-29 markjClear queue op flags in vm_page_mvqueue().
2019-12-28 markjRemove some unused functions.
2019-12-28 markjUpdate the vm_page.h block comment to reflect recent...
2019-12-28 markjRemove page locking for queue operations.
2019-12-28 markjGeneralize lazy dequeue logic for wired pages.
2019-12-28 markjStart implementing queue state updates using fcmpset...
2019-12-28 markjDon't update per-page activation counts in the swapout...
2019-12-28 kibvm_object_shadow(): fix object reference leak.
2019-12-27 markjRemove some stale comments from the page allocator.
2019-12-27 jeffFix a pair of bugs introduced in r356002. When we...
2019-12-25 jeffFurther reduce the cacheline footprint of fast allocati...
2019-12-25 jeffOptimize fast path allocations by storing bucket header...
2019-12-25 jeffFix a bug with _NUMA domains introduced in r339686...
2019-12-24 jeffDon't unnecessarily relock the vm object after sleeps...
2019-12-22 dougmFix typo using RB_INITIALIZER.
2019-12-22 jeffFix a bug introduced in r356002. Prior versions of...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-22 jeffMake page busy state deterministic on free. Pages...
2019-12-22 jeffMove vm_fault busy logic into its own function for...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-21 markjFix VPO_UNMANAGED handling in vm_page_reclaim_run(...
2019-12-18 markjFix the aflag shift on big-endian platforms after r355672.
2019-12-15 jeffschedlock 1/4
2019-12-15 jeffPreviously we did not support invalid pages in default...
2019-12-15 jeffAdd a deferred free mechanism for freeing swap space...
2019-12-15 jeffSlightly optimize locking in vm_map_copy_swap_entry...
2019-12-15 jeffHandle pagein clustering in vm_page_grab_valid() so...
2019-12-14 rlibbyuma dbg: flexible size for slab debug bitset too
2019-12-13 markjRestore the reservation of boot pages for bucket zones...
2019-12-13 rlibbyRevert r355706 & r355710
2019-12-13 rlibbyuma: report slab efficiency
2019-12-13 rlibbyuma: delay bucket_init() until we might actually enable...
2019-12-13 rlibbyuma dbg: flexible size for slab debug bitset too
2019-12-12 markjAvoid relying on silent type casting in the native...
2019-12-12 markjImplement atomic state updates using the new vm_page_as...
2019-12-11 dougmExtract code common to _vm_map_clip_start and _vm_map_c...
2019-12-11 rlibbyuma: pretty print zone flags sysctl
2019-12-10 markjAdd a helper function to the swapout daemon's deactivat...
2019-12-10 markjIntroduce vm_page_astate.
2019-12-09 dougmRevert r355505. The code that it allowed to compile...
2019-12-08 dougmDefine a vm_map method for user-space for advancing...
2019-12-08 mjgvfs: introduce v_irflag and make v_type smaller
2019-12-08 jeffFix two problems with r355149. The sysctl name collisi...
2019-12-08 jeffIt is safe to wire a page while the object is busy.
2019-12-08 jeffIt is now safe to rename a page that is still on a...
2019-12-08 jeffDo not assert that the object lock is held in vm_object...
2019-12-08 jeffReduce duplication in grab functions by providing alloc...
2019-12-08 jeffUse a variant slab structure for offpage zones. This...
2019-12-08 markjAdd casts required by the 32-bit build after r355491.
2019-12-07 markjProvide vm_map_entry traversal routines to userspace.
2019-12-07 mjgvm: fix sysctl vm.kstack_cache_size change report
2019-12-07 dougmRemove the next and prev fields from vm_map_entry,...
2019-12-07 jhibbitspowerpc/pmap: NUMA-ize vm_page_array on powerpc
2019-12-06 markjFix fault_type handling in vm_map_lookup().
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 markjFix an off-by-one error in vm_map_pmap_enter().
2019-12-04 andrewFix the signature for zone_import and zone_release
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-02 jeffUse a precise bit count for the slab free items in...
2019-12-02 jeffFix a few places that free a page from an object withou...
2019-12-01 kibStore the bottom of the shadow chain in OBJ_ANON object...
2019-11-29 jeffRestore swap space accounting for non-anonymous swap...
2019-11-29 jeffAvoid acquiring the object lock if color is already...
2019-11-29 jeffFix a perf regression from r355122. We can use a share...
2019-11-29 jeffHandle large mallocs by going directly to kmem. Taking...
2019-11-29 dougmFunctions that call vm_map_splay_merge sometimes set...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-28 jeffGarbage collect the mostly unused us_keg field. Use...
2019-11-28 rlibbyuma: move sysctl vm.uma defn out from under INVARIANTS
2019-11-28 jeffImplement a sysctl tree for uma zones to assist in...
2019-11-27 jeffRefactor uma_zfree_arg into several functions to make...
2019-11-27 dougmInline some splay helper functions to improve performan...
2019-11-27 rlibbyuma: trash memory when ctor/dtor supplied too
2019-11-27 jeffUse atomics in more cases for object references. We...
2019-11-26 jeffRefactor uma_zalloc_arg(). It is a mess of gotos and...
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-25 rlibbyvm_object_collapse_scan_wait: drop locks before reacquiring
2019-11-25 jeffMove anonymous object copying for fork into its own...
2019-11-25 dougmWhere 'current' is used to index over vm_map entries...
2019-11-24 kibIgnore object->handle for OBJ_ANON objects.
2019-11-24 kibRecord part of the owner struct thread pointer into...
2019-11-22 markjSimplify vm_pageout_init_domain() and add a "big pictur...
next