]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Follow-up improvements to the handling of false positives: If the
[FreeBSD/FreeBSD.git] / sys / vm /
2008-02-26 Alan CoxCorrect a long-standing error in vm_object_page_remove...
2008-02-24 Alan CoxCorrect a long-standing error in vm_object_deallocate...
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 Attilio RaoVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-10 Pawel Jakub DawidekWhen one tries to allocate memory with the M_WAITOK...
2008-01-10 Attilio Raovn_lock() is currently only used with the 'curthread...
2008-01-08 John BaldwinAdd a new file descriptor type for IPC shared memory...
2008-01-08 Christian S.J. PeronWhen MAC is enabled in the kernel, fix a panic triggere...
2008-01-04 Konstantin BelousovIn the vm_map_stack(), check for the specified stack...
2008-01-03 Alan CoxAdd an access type parameter to pmap_enter(). It will...
2008-01-02 Alan CoxDefer setting either PG_CACHED or PG_FREE until after...
2008-01-01 Alan CoxCorrect a style error that was introduced in revision...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-29 Alan CoxAdd the superpage reservation system. This is "part...
2007-12-27 Alan CoxAdd a list of reservations to the vm object structure.
2007-12-27 Alan CoxAdd the superpage reservation type.
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-21 Alan CoxUpdate the comment describing vm_phys_unfree_page().
2007-12-20 Alan CoxModify vm_phys_unfree_page() so that it no longer requi...
2007-12-19 Alan CoxCorrect one half of a loop continuation condition in...
2007-12-19 Alan CoxEliminate redundant code from vm_page_startup().
2007-12-11 Alan CoxSimplify vm_page_free_toq().
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Alan CoxCorrect a comment.
2007-12-01 Robert WatsonModify stack(9) stack_print() and stack_sbuf_print...
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-25 Alan CoxMake contigmalloc(9)'s page laundering more robust...
2007-11-25 Alan CoxTidy up: Add comments. Eliminate the pointless
2007-11-23 Alan CoxAdd a read/write sysctl for reconfiguring the maximum...
2007-11-22 Alan CoxRemove an unnecessary call to pmap_remove_all() and...
2007-11-21 Alan CoxWhen reactivating a cached page, reset the page's pool...
2007-11-17 Alan CoxPrevent the leakage of wired pages in the following...
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-07 Pawel Jakub DawidekChange unused 'user_wait' argument to 'timo' argument...
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2007-11-05 Konstantin BelousovFix for the panic("vm_thread_new: kstack allocation...
2007-11-05 Konstantin BelousovThe intent of the freeing the (zeroed) page in vm_page_...
2007-11-05 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-11-02 Maxim Konovalovo Fix panic message: it's swap_pager_putpages() not...
2007-10-30 Remko LodderCorrect a copy and paste'o in phys_pager.c, we are...
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-27 Alan CoxChange vm_page_cache_transfer() such that it does not...
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-24 Robert WatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-22 Alan CoxCorrect an error of omission in the reimplementation...
2007-10-22 Alan CoxCorrect an error in vm_map_sync(), nee vm_map_clean...
2007-10-20 Julian ElischerRename the kthread_xxx (e.g. kthread_create()) calls
2007-10-18 Alan CoxThe previous revision, updating vm_object_page_remove...
2007-10-18 Peter WemmFix cosmetic bug in stale copy of msync_args. 'len...
2007-10-18 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-10-18 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-10-16 Ruslan ErmilovFix CTL_VM_NAMES.
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-12 Xin LIThis commit was generated by cvs2svn to compensate...
2007-10-11 John BaldwinAllow recursion on the 'zones' internal UMA zone.
2007-10-08 Konstantin BelousovDo not dereference NULL pointer.
2007-10-08 Alan CoxIn the rare case that vm_page_cache() actually frees...
2007-10-08 Xin LIThis commit was generated by cvs2svn to compensate...
2007-10-07 Alan CoxCorrect a lock assertion failure in sparc64's pmap_page...
2007-10-03 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2007-09-27 Alan CoxCorrect an error of omission in the reimplementation...
2007-09-25 Alan CoxCorrect an error in the previous revision, specifically,
2007-09-25 Alan CoxChange the management of cached pages (PQ_CACHE) in...
2007-09-24 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-09-21 Jeff Roberson - Redefine p_swtime and td_slptime as p_swtick and...
2007-09-17 Jeff Roberson - Move all of the PS_ flags into either p_flag or...
2007-09-15 Alan CoxCorrect an assertion in vm_pageout_flush(). Specifical...
2007-08-24 Edwin GroothuisThis commit was generated by cvs2svn to compensate...
2007-08-20 Konstantin BelousovDo not drop vm_map lock between doing vm_map_remove...
2007-08-18 Konstantin BelousovRemove comment that is no longer quite true.
2007-08-18 Konstantin BelousovFix the phys_pager in the way similar to the rev. 1...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-14 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-08-07 Konstantin BelousovProtect the creation of the device pager with the dev_p...
2007-08-05 Alan CoxConsider a scenario in which one processor, call it...
2007-08-05 Konstantin BelousovDo not acquire Giant unconditionally around the calls...
2007-08-01 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-07-27 Alan CoxAdd a counter for the total number of pages cached...
2007-07-26 Pawel Jakub DawidekWhen we do open, we should lock the vnode exclusively...
2007-07-25 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-07-22 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-07-20 Alan CoxTwo changes to vm_fault_additional_pages():
2007-07-14 Alan CoxEliminate two unused functions: vm_phys_alloc_pages...
2007-07-14 Alan CoxEliminate dead code, specifically, an unused sysctl...
next