]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Remove a pointless bootverbose message.
[FreeBSD/FreeBSD.git] / sys / vm /
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-22 alcEliminate the reactivation of cached pages in vm_fault_...
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-20 jeff - rename VMCNT_DEC to VMCNT_SUB to reflect the count...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-18 jeff - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros...
2007-05-09 rwatsonUpdate stale comment on protecting UMA per-CPU caches...
2007-05-05 alcDefine every architecture as either VM_PHYSSEG_DENSE or
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-04-26 alcRemove some code from vmspace_fork() that became redund...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 rwatsonAudit pathnames looked up in swapon(2) and swapoff(2).
2007-04-19 alcCorrect contigmalloc2()'s implementation of M_ZERO...
2007-04-19 alcCorrect two comments.
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-10 keramidaMinor typo fix, noticed while I was going through ...
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-05 pjdWhen KVA is exhausted, try the vm_lowmem event for...
2007-04-05 pjdFix a problem for file systems that don't implement...
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-27 alcPrevent a race between vm_object_collapse() and vm_obje...
2007-03-25 alcTwo small changes to vm_map_pmap_enter():
2007-03-23 alcvm_page_busy() no longer requires the page queues lock...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 alcChange the order of lock reacquisition in vm_object_spl...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-05 alcUse PCPU_LAZY_INC() to update page fault statistics.
2007-02-27 jhbUse pause() in vm_object_deallocate() to yield the...
2007-02-27 jhbUse pause() rather than tsleep() on stack variables...
2007-02-25 alcChange the way that unmanaged pages are created. Speci...
2007-02-22 alcChange the page's CLEANCHK flag from being a page queue...
2007-02-18 alcEnable vm_page_free() and vm_page_free_zero() to be...
2007-02-17 alcRemove a stale comment. Add punctuation to a nearby...
2007-02-15 alcRelax the page queue lock assertions in vm_page_remove...
2007-02-14 alcAvoid the unnecessary acquisition of the free page...
2007-02-11 rwatsonAdd uma_set_align() interface, which will be called...
2007-02-11 alcUse the free page queue mutex instead of the page queue...
2007-02-07 jhb- Move 'struct swdevt' back into swap_pager.h and expos...
2007-02-07 alcChange the pagedaemon, vm_wait(), and vm_waitpfault...
2007-02-05 alcChange the free page queue lock from a spin mutex to...
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-25 mohansFix for problems that occur when all mbuf clusters...
2007-01-24 mohansFix for a bug where only one process (of multiple)...
2007-01-23 jeff - Remove setrunqueue and replace it with direct calls...
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-17 delphijUse FOREACH_PROC_IN_SYSTEM instead of using its unrolle...
2007-01-10 rwatsonRemove uma_zalloc_arg() hack, which coerced M_WAITOK...
2007-01-07 alcDeclare the map entry created by kmem_init() for the...
2007-01-05 jhb- Add a new function uma_zone_exhausted() to see if...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-17 alcOptimize vm_object_split(). Specifically, make the...
2006-12-16 alcSimplify the computation of the new object's size in...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-08 kmacyRemove the requirement that phys_avail be sorted in...
2006-12-06 julianThreading cleanup.. part 2 of several.
2006-11-20 ruThe clean_map has been made local to vm_init.c long...
2006-11-20 ruRemove a redundant pointer-type variable.
2006-11-20 ruWhen counting vm totals, skip unreferenced objects...
2006-11-13 alcThere is no point in setting PG_REFERENCED on kmem_obje...
2006-11-12 alcMake pmap_enter() responsible for setting PG_WRITEABLE...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-08 alcI misplaced the assertion that was added to vm_page_sta...
2006-11-08 alcSimplify the construction of the free queues in vm_page...
2006-11-08 alcEnsure that the page's oflags field is initialized...
2006-11-06 rwatsonSweep kernel replacing suser(9) calls with priv(9)...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-26 jbMake KSE a kernel option, turned on by default in all...
2006-10-26 rwatsonBetter align output of "show uma" by moving from displa...
2006-10-23 alcThe page queues lock is no longer required by vm_page_w...
2006-10-22 alcThe page queues lock is no longer required by vm_page_b...
2006-10-22 rwatsonComplete break-out of sys/sys/mac.h into sys/security...
2006-10-22 alcReplace PG_BUSY with VPO_BUSY. In other words, changes...
2006-10-21 alcEliminate unnecessary PG_BUSY tests. They originally...
2006-10-14 alcLong ago, revision 1.22 of vm/vm_pager.h introduced...
2006-10-14 alcChange vnode_pager_addr() such that on returning it...
next