]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on this
[FreeBSD/FreeBSD.git] / sys / vm /
2008-03-30 alcEliminate an unnecessary printf() from kmem_suballoc...
2008-03-29 jeff - Use vm_object_reference_locked() directly from
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-20 kibDo not dereference cdev->si_cdevsw, use the dev_refthre...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 alcRename vm_pageq_requeue() to vm_page_requeue() on accou...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-19 jeff - Relax requirements for p_numthreads, p_threads,...
2008-03-18 alcAlmost seven years ago, vm/vm_page.c was split into...
2008-03-16 alcSimplify the inner loop of vm_fault()'s delete-behind...
2008-03-16 rwatsonIn keeping with style(9)'s recommendations on macros...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 jeffRemove kernel support for M:N threading.
2008-03-12 jeff - Pass the priority argument from *sleep() into sleepq...
2008-03-09 alcEliminate an unnecessary test from vm_fault's delete...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-01 marcelMake the vm_pmap field of struct vmspace the last field...
2008-02-26 alcCorrect a long-standing error in vm_object_page_remove...
2008-02-24 alcCorrect a long-standing error in vm_object_deallocate...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 attilioVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-10 pjdWhen one tries to allocate memory with the M_WAITOK...
2008-01-10 attiliovn_lock() is currently only used with the 'curthread...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2008-01-08 jhbAdd a new file descriptor type for IPC shared memory...
2008-01-08 csjpWhen MAC is enabled in the kernel, fix a panic triggere...
2008-01-04 kibIn the vm_map_stack(), check for the specified stack...
2008-01-03 alcAdd an access type parameter to pmap_enter(). It will...
2008-01-02 alcDefer setting either PG_CACHED or PG_FREE until after...
2008-01-01 alcCorrect a style error that was introduced in revision...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-29 alcAdd the superpage reservation system. This is "part...
2007-12-27 alcAdd a list of reservations to the vm object structure.
2007-12-27 alcAdd the superpage reservation type.
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-21 alcUpdate the comment describing vm_phys_unfree_page().
2007-12-20 alcModify vm_phys_unfree_page() so that it no longer requi...
2007-12-19 alcCorrect one half of a loop continuation condition in...
2007-12-19 alcEliminate redundant code from vm_page_startup().
2007-12-11 alcSimplify vm_page_free_toq().
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
2007-12-03 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 alcCorrect a comment.
2007-12-01 rwatsonModify stack(9) stack_print() and stack_sbuf_print...
2007-11-26 delphijThis commit was generated by cvs2svn to compensate...
2007-11-25 alcMake contigmalloc(9)'s page laundering more robust...
2007-11-25 alcTidy up: Add comments. Eliminate the pointless
2007-11-23 alcAdd a read/write sysctl for reconfiguring the maximum...
2007-11-22 alcRemove an unnecessary call to pmap_remove_all() and...
2007-11-21 alcWhen reactivating a cached page, reset the page's pool...
2007-11-17 alcPrevent the leakage of wired pages in the following...
2007-11-16 delphijThis commit was generated by cvs2svn to compensate...
2007-11-14 obrienThis commit was generated by cvs2svn to compensate...
2007-11-07 pjdChange unused 'user_wait' argument to 'timo' argument...
2007-11-07 acheThis commit was generated by cvs2svn to compensate...
2007-11-05 kibFix for the panic("vm_thread_new: kstack allocation...
2007-11-05 kibThe intent of the freeing the (zeroed) page in vm_page_...
2007-11-05 gshapiroThis commit was generated by cvs2svn to compensate...
2007-11-02 maximo Fix panic message: it's swap_pager_putpages() not...
2007-10-30 remkoCorrect a copy and paste'o in phys_pager.c, we are...
2007-10-29 rwatsonThis commit was generated by cvs2svn to compensate...
2007-10-27 alcChange vm_page_cache_transfer() such that it does not...
2007-10-25 obrienThis commit was generated by cvs2svn to compensate...
2007-10-24 rwatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-22 alcCorrect an error of omission in the reimplementation...
2007-10-22 alcCorrect an error in vm_map_sync(), nee vm_map_clean...
2007-10-20 julianRename the kthread_xxx (e.g. kthread_create()) calls
2007-10-18 alcThe previous revision, updating vm_object_page_remove...
2007-10-18 peterFix cosmetic bug in stale copy of msync_args. 'len...
2007-10-18 darrenrThis commit was generated by cvs2svn to compensate...
2007-10-18 simonThis commit was generated by cvs2svn to compensate...
2007-10-16 ruFix CTL_VM_NAMES.
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-12 delphijThis commit was generated by cvs2svn to compensate...
2007-10-11 jhbAllow recursion on the 'zones' internal UMA zone.
2007-10-08 kibDo not dereference NULL pointer.
2007-10-08 alcIn the rare case that vm_page_cache() actually frees...
2007-10-08 delphijThis commit was generated by cvs2svn to compensate...
2007-10-07 alcCorrect a lock assertion failure in sparc64's pmap_page...
2007-10-03 ruThis commit was generated by cvs2svn to compensate...
2007-09-27 alcCorrect an error of omission in the reimplementation...
2007-09-25 alcCorrect an error in the previous revision, specifically,
2007-09-25 alcChange the management of cached pages (PQ_CACHE) in...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-09-21 jeff - Redefine p_swtime and td_slptime as p_swtick and...
next