]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
This commit was generated by cvs2svn to compensate for changes in r157191,
[FreeBSD/FreeBSD.git] / sys / vm /
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-26 jkoshyMFP4: Support for profiling dynamically loaded objects.
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-08 impRemove leading __ from __(inline|const|signed|volatile...
2006-03-08 teggeIgnore dirty pages owned by "dead" objects.
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-02 teggeEliminate a deadlock when creating snapshots. Blocking...
2006-03-02 teggeHold extra reference to vm object while cleaning pages.
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-21 jhbLock the vm_object while checking its type to see if...
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-17 teggeExpand scope of marker to reduce the number of page...
2006-02-17 teggeCheck return value from nonblocking call to vn_start_wr...
2006-02-15 upsWhen the VM needs to allocated physical memory pages...
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
2006-02-11 rwatsonSkip per-cpu caches associated with absent CPUs when...
2006-02-11 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 samThis commit was generated by cvs2svn to compensate...
2006-02-10 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-06 jeff - Fix silly VI locking that is used to check a single...
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 alcRemove an unnecessary call to pmap_remove_all(). The...
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-02 teggeAdjust old comment (present in rev 1.1) to match change...
2006-02-01 yarUse off_t for file size passed to vnode_create_vobject().
2006-02-01 jeff - Install a temporary bandaid in vm_object_reference...
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 alcChange #if defined(DIAGNOSTIC) to KASSERT.
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-31 pjdAdd buffer corruption protection (RedZone) for kernel...
2006-01-29 scottlThe change a few years ago of having contigmalloc start...
2006-01-27 jhbAdd a new macro wrapper WITNESS_CHECK() around the...
2006-01-27 cognetMake sure b_vp and b_bufobj are NULL before calling...
2006-01-27 alcStyle: Add blank line after local variable declarations.
2006-01-27 alcUse the new macros abstracting the page coloring/queues...
2006-01-27 alcUse the new macros abstracting the page coloring/queues...
2006-01-26 alcPlug a leak in the newer contigmalloc() implementation...
2006-01-25 jeff - Avoid calling vm_object_backing_scan() when collapsi...
2006-01-25 alcThe previous revision incorrectly changed a switch...
2006-01-24 alcWith the recent changes to the implementation of page...
2006-01-24 alcIn vm_page_set_invalid() invalidate all of the page...
2006-01-22 alcMake vm_object_vndeallocate() static. The external...
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-06 jhbReduce the scope of one #ifdef to avoid duplicating...
2006-01-04 netchildConvert the PAGE_SIZE check into a CTASSERT.
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2006-01-04 netchildPrevent divide by zero, use default values in case...
2005-12-31 netchildMI changes:
2005-12-30 pjdImprove memguard a bit:
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-20 teggeDon't access fs->first_object after dropping reference...
2005-12-16 alcUse sf_buf_alloc() instead of vm_map_find() on exec_map...
2005-12-13 alcAssert that the page that is given to vm_page_free_toq...
2005-12-11 alcRemove unneeded calls to pmap_remove_all(). The given...
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-04 alcSimplify vmspace_dofree().
2005-12-03 alcEliminate unneeded preallocation at initialization.
2005-12-03 alcEliminate unneeded preallocation at initialization.
2005-11-20 alcEliminate pmap_init2(). It's no longer used.
2005-11-13 samThis commit was generated by cvs2svn to compensate...
2005-11-09 alcReimplement the reclamation of PV entries. Specificall...
2005-11-08 alcIf a physical page is mapped by two or more virtual...
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-02 hartiThis commit was generated by cvs2svn to compensate...
2005-11-01 psRate limit vnode_pager_putpages printfs to once a second.
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 alcConsider the zero-copy transmission of a page that...
2005-10-31 rwatsonNormalize a significant number of kernel malloc type...
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
2005-10-22 alcUse of the ZERO_COPY_SOCKETS options can result in...
2005-10-20 rwatsonChange format string for u_int64_t to %ju from %llu...
2005-10-20 rwatsonAdd a "show uma" command to DDB, which prints out the...
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-12 ddsMove execve's access time update functionality into...
next