]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
This commit was generated by cvs2svn to compensate for changes in r154178,
[FreeBSD/FreeBSD.git] / sys / vm /
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...
2005-10-10 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-08 desAs alc pointed out to me, vm_page.c 1.305 was incomplet...
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 ddsUpdate the vnode's access time after an mmap operation...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-29 jhbTrim a couple of unneeded includes.
2005-09-21 cognetMake sure we have a bufobj before calling bstrategy().
2005-09-20 peterRemove unused (but initialized) variable 'objsize'...
2005-09-09 alcIntroduce a new lock for the purpose of synchronizing...
2005-09-07 alcEliminate an incorrect cast.
2005-09-03 alcPass a value of type vm_prot_t to pmap_enter_quick...
2005-09-03 desThis commit was generated by cvs2svn to compensate...
2005-08-26 wollmanThis commit was generated by cvs2svn to compensate...
2005-08-18 dougbThis commit was generated by cvs2svn to compensate...
2005-08-13 kanDo not use vm_pager_init() to initialize vnode_pbuf_fre...
2005-08-12 teggeCheck for marker pages when scanning active and inactiv...
2005-08-12 desIntroduce the vm.boot_pages tunable and sysctl, which...
2005-08-10 teggeDon't allow pagedaemon to skip pages while scanning...
2005-08-08 ssouhlalUse atomic operations on runningbufspace.
2005-08-04 rwatsonDon't perform a nested include of opt_vmpage.h if LIBME...
2005-08-04 rwatsonWrap inlines in uma_int.h in #ifdef _KERNEL so that...
2005-07-25 rwatsonRename UMA_MAX_NAME to UTH_MAX_NAME, since it's a maxim...
2005-07-20 alcEliminate inconsistency in the setting of the B_DONE...
2005-07-20 rwatsonFurther UMA statistics related changes:
2005-07-20 alcEliminate an incorrect (and unnecessary) cast.
2005-07-16 rwatsonUse mp_maxid in preference to MAXCPU when creating...
2005-07-16 rwatsonImprove canonicalization of copyrights. Order copyrigh...
2005-07-16 rwatsonMove the unlocking of the zone mutex in sysctl_vm_zone_...
2005-07-16 silbyIncrease the flags field for kegs from a 16 to a 32...
2005-07-15 rwatsonTrack UMA(9) allocation failures by zone, and export...
2005-07-14 jhbConvert a remaining !fs.map->system_map to
2005-07-14 rwatsonIntroduce a new sysctl, vm.zone_stats, which exports...
2005-07-14 rwatsonIn addition to tracking allocs in the zone, also track...
2005-07-14 rwatsonIn an earlier world order, UMA would flush per-CPU...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-07 obrienThis commit was generated by cvs2svn to compensate...
2005-07-06 samThis commit was generated by cvs2svn to compensate...
2005-06-26 silbyChange the panic in trash_ctor into just a printf for...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-16 alcIncrease UMA_BOOT_PAGES to prevent a crash during initi...
2005-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-11 greenThe new contigmalloc(9) has a bad degenerate case where...
2005-06-10 alcAdd a comment to the effect that fictitious pages do...
2005-06-10 alcIntroduce a procedure, pmap_page_init(), that initializ...
2005-06-09 samThis commit was generated by cvs2svn to compensate...
2005-06-07 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-07 brooksThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
next