]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
(3/6) Add a shared object busy synchronization mechanism that blocks new page
[FreeBSD/FreeBSD.git] / sys / vm /
2019-10-15 jeff(3/6) Add a shared object busy synchronization mechanis...
2019-10-15 jeff(2/6) Don't release xbusy in vm_page_remove(), defer...
2019-10-15 jeff(1/6) Replace busy checks with acquires where it is...
2019-10-14 dougmCorrect a transcription error that broke GENERIC introd...
2019-10-14 dougmMove the definition of _vm_map_assert_consistent so...
2019-10-14 luporl[PPC64] Initial kernel minidump implementation
2019-10-13 kibRestore nofaulting operations after r352807
2019-10-11 cemFix braino in r353429
2019-10-11 cemddb: Add CSV option, sorting to 'show (malloc|uma)'
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-08 dougmDefine macro VM_MAP_ENTRY_FOREACH for enumerating the...
2019-10-07 markjAssert that the PGA_{WRITEABLE,EXECUTABLE} flags do...
2019-10-07 mjgvm: stop trylocking page queues in vm_page_pqbatch_submit
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-27 kibImprove MD page fault handlers.
2019-09-27 markjFix a race in vm_page_swapqueue().
2019-09-27 markjFix object locking in vm_object_unwire() after r352174.
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-25 markjAdd some counters for per-VM page events.
2019-09-25 markjComplete the removal of the "wire_count" field from...
2019-09-19 dimMerge ^/head r352436 through r352536.
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-19 allanjudesys/vm/vm_glue.c: Incorrect function name in panic...
2019-09-17 dimMerge ^/head r352319 through r352435.
2019-09-17 dougmRemove dead code from vm_map_unlink_entry made dead...
2019-09-16 mjgvfs: manage mnt_ref with atomics
2019-09-16 markjAssert that the refcount value is not VPRC_BLOCKED...
2019-09-16 markjFix a race in vm_page_dequeue_deferred_free() after...
2019-09-16 markjFix a page leak in vm_page_reclaim_run().
2019-09-16 markjRevert r352406, which contained changes I didn't intend...
2019-09-16 markjFix a couple of nits in r352110.
2019-09-13 dimMerge ^/head r352105 through r352307.
2019-09-12 hselaskyUse REFCOUNT_COUNT() to obtain refcount where appropriate.
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 jeffReplace redundant code with a few new vm_page_grab...
2019-09-10 jeffUse the sleepq lock rather than the page lock to protec...
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 markjChange synchonization rules for vm_page reference counting.
2019-09-09 dimMerge ^/head r351732 through r352104.
2019-09-07 kibvm_object_deallocate(): Remove no longer needed code.
2019-09-07 kibvm_object_coalesce(): avoid extending any nosplit objec...
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-03 dimMerge ^/head r351317 through r351731.
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 dimMerge missed sources for lldb-specific TableGen tool.
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 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
2019-08-21 dimMerge lld trunk r366426, and resolve conflicts.
2019-08-21 dimMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 dimMerge llvm trunk r366426, resolve conflicts, and update...
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...
next