]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Delete the unused "nd" argument for nfsrv_checkdsattr().
[FreeBSD/FreeBSD.git] / sys / vm /
2019-09-04 kibmadvise(MADV_FREE): Quick fix to time rewind.
2019-09-03 kevansvm pager: writemapping accounting for OBJT_SWAP
2019-09-03 kibAdd procctl(PROC_STACKGAP_CTL)
2019-09-03 markjAdd preliminary support for atomic updates of per-page...
2019-09-03 markjMap the vm_page array into KVA on amd64.
2019-09-01 markjExtend uma_reclaim() to permit different reclamation...
2019-08-29 kibRework v_object lifecycle for vnodes.
2019-08-28 mjgvm: only lock tmpfs vnode shared in vm_object_deallocate
2019-08-28 markjWire pages in vm_page_grab() when appropriate.
2019-08-26 markjFix a few nits in vm_pqbatch_process_page().
2019-08-25 markjHandle UMA_ANYDOMAIN in kstack_import().
2019-08-25 kibMove OBJT_VNODE specific code from vm_object_terminate...
2019-08-25 dougmvm_map_simplify_entry considers merging an entry with...
2019-08-24 kibMake stack grow use the same gap as stack create.
2019-08-24 mjgRemove the obsolete pcpu_zone_ptr zone.
2019-08-23 markjStop clearing page flags in vm_page_pqbatch_submit().
2019-08-23 markjMake vm_pqbatch_submit_page() externally visible.
2019-08-22 cyMFV r346563:
2019-08-21 markjSimplify vm_page_dequeue() and fix an assertion.
2019-08-21 markjUnconditionally enable debug.vm_lowmem.
2019-08-21 markjDon't requeue active pages in vm_swapout_object_deactiv...
2019-08-19 jeffUse an atomic reference count for paging in progress...
2019-08-19 jeffPermit vm_pager_has_page() to run with a shared lock...
2019-08-18 jeffAllocate amd64's page array using pages and page direct...
2019-08-18 kibChange locking requirements for VOP_UNSET_TEXT().
2019-08-18 jeffRemove unnecessary debugging from r351181 that caused...
2019-08-18 jeffvm_phys_avail_find is only used on NUMA kernels. Fix...
2019-08-18 jeffEncapsulate phys_avail manipulation in a set of simple...
2019-08-16 rayCheck paddr for overflow.
2019-08-16 kibFix OOM handling of some corner cases.
2019-08-16 jeffMove phys_avail definition into MI code. It is consume...
2019-08-15 dougmswap_pager.c reserves 2 blocks for a bsd label. Change...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 kibFix stack grow for init.
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 jeffCache kernel stacks in UMA. This gives us NUMA support...
2019-08-06 jeffImplement a MINBUCKET zone flag so we can use minimal...
2019-08-06 jeffAdd two new kernel options to control memory locality...
2019-07-30 asomersMFHead @350453
2019-07-30 asomersMFHead @350426
2019-07-29 markjCentralize the logic in vfs_vmio_unwire() and sendfile_...
2019-07-28 dougmIn swap_pager_putpages, move the initialization of...
2019-07-28 asomersMFHead @r350386
2019-07-20 markjRename vm_page_{import,release}() to vm_page_zone_...
2019-07-19 dougmDefine vm_map_entry_in_transition to handle an in-trans...
2019-07-17 asomersRevert r346608
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-08 markjElide the vm_reserv_free_page() call when PG_PCPU_CACHE...
2019-07-08 markjAdd a per-CPU page cache per VM free pool.
2019-07-07 dougmA style-related change, r349791, made unclear the meani...
2019-07-06 dougmFix style(9) violations involving division by PAGE_SIZE.
2019-07-06 dougmChange blist_next_leaf_alloc so that it can examine...
2019-07-05 dougmBased on work posted at https://reviews.freebsd.org...
2019-07-04 dougmMove an assignment, drop a label, and change gotos...
2019-07-04 dougmReplace a 'goto' with an 'else' in vm_map_wire_locked.
2019-07-04 dougmChange boolean_t variables in vm_map_unwire and vm_map_...
2019-07-04 dougmDrop a temp variable from vm_map_insert, with no effect...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-03 dougmEliminate a goto and a label in vm_map_wire_locked...
2019-07-03 emastecorrect pmap_ts_referenced return type
2019-07-03 markjCache the next queue element when traversing a page...
2019-07-02 markjMark pages allocated from the per-CPU cache.
2019-07-02 kibControl implicit PROT_MAX() using procctl(2) and the...
2019-07-02 kibUse traditional 'p' local to designate td->td_proc...
2019-06-30 dougmRemove a call to vm_map_simplify_entry from _vm_map_cli...
2019-06-28 mmMFV r349454:
2019-06-28 dougmIf vm_map_protect fails with KERN_RESOURCE_SHORTAGE...
2019-06-27 asomersMFHead @349476
2019-06-26 markjAdd a return value to vm_page_remove().
2019-06-26 dougmRevert r349393, which leads to an assertion failure...
2019-06-25 dougmEliminate some uses of the prev and next fields of...
2019-06-25 dougmvm_map_protect may return an INVALID_ARGUMENT or PROTEC...
2019-06-20 brooksExtend mmap/mprotect API to specify the max page protec...
2019-06-20 asomersMFHead @349234
2019-06-19 markjGroup vm_page_activate()'s definition with other relate...
2019-06-17 mmMFV r349134:
2019-06-15 dougmCritical comments were lost in r349203. This patch...
2019-06-14 dougmAvoid using the prev field of vm_map_entry_t in two...
2019-06-13 dougmCreate a function for creating objects to back map...
2019-06-11 dougmTo test to see if a free space is big enough compare...
2019-06-10 dougmr348879 introduced a wrong-way comparison that broke...
2019-06-10 dougmThe computations of vm_map_splay_split and vm_map_splay...
2019-06-10 dougmChange the check for 'size' wrapping around to zero...
2019-06-10 jhbRemove an overly-aggressive assertion.
2019-06-10 dougmThere are times when a len==0 parameter to mmap is...
2019-06-08 kibStyle MAP_ENTRY_ and MAP_ definitions.
2019-06-08 dougmSimple code refactoring originally in D13484.
2019-06-07 markjReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-06 mavAllow UMA hash tables to expand faster then 2x in 20...
2019-06-06 dougmThe means of finding ranges of free pages was changed for
2019-06-06 markjAdd sysctls for uma_kmem_{limit,total}.
2019-06-06 markjRemove the volatile qualifer from uma_kmem_total.
2019-06-06 asomersMFHead @348740
2019-06-05 kibIn vm_map_entry_set_vnode_text(), tolerate tmpfs mappin...
2019-06-04 markjRemove an outdated header comment for vm_page.c.
2019-06-03 kibRemove dead store.
2019-06-03 alcRetire vm_reserv_extend_{contig,page}(). These functio...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-02 markjAdd a vm_page_wired() predicate.
2019-05-31 dougmThe function vm_phys_free_contig invokes vm_phys_free_p...
next