]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
- Check the XLOCK prior to inspecting v_data.
[FreeBSD/FreeBSD.git] / sys / vm /
2003-08-04 Poul-Henning KampPut an uncovered page between the swap devices, that...
2003-08-04 Alan CoxUse kmem_alloc_nofault() instead of kmem_alloc_pageable...
2003-08-03 Poul-Henning KampName swap_pager_find_dev() more correctly swp_pager_fin...
2003-08-03 Poul-Henning KampI accidentally hit undo before committing, fix the...
2003-08-03 Poul-Henning KampChange the layout policy of the swap_pager from a hardc...
2003-08-03 Poul-Henning KampMove extern declaration of the various pagerops from...
2003-08-03 Alan CoxRevise obj_alloc(). Most notably, use the object's...
2003-08-02 Bosko MilekicWhen INVARIANTS is on and we're in uma_zalloc_free...
2003-08-02 Sam LefflerThis commit was generated by cvs2svn to compensate...
2003-08-01 Alan CoxUpdate the comment at the head of kmem_alloc_nofault...
2003-08-01 Bosko MilekicOnly free the pcpu cache buckets if they are non-NULL.
2003-07-31 Poul-Henning KampRemove unused stuff.
2003-07-31 Peter WemmAdd #include "opt_kstack_pages.h" and "opt_kstack_max_p...
2003-07-30 Bosko MilekicPlug a race and a leak in UMA.
2003-07-30 Bosko MilekicWhen generating the zone stats make sure to handle...
2003-07-30 Poul-Henning KampRemove the disabling of buckets workaround.
2003-07-30 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2003-07-30 Jeff Roberson - Get rid of the ill-conceived uz_cachefree member...
2003-07-30 Jeff Roberson - Check to see if we need a slab prior to allocating...
2003-07-29 Poul-Henning KampTemporary workaround: Always disable buckets, there...
2003-07-28 Alan CoxNone of the "alloc" functions used by UMA assume that...
2003-07-27 Alan CoxRemove GIANT_REQUIRED from kmem_alloc().
2003-07-27 Maxime HenrionUse pmap_zero_page() to zero pages instead of bzero...
2003-07-27 Alan CoxAllow vm_object_reference() on kernel_object without...
2003-07-26 Alan CoxAcquire Giant rather than asserting it is held in conti...
2003-07-26 Poul-Henning KampAdd a "int fd" argument to VOP_OPEN() which in the...
2003-07-26 Alan CoxGulp ... call kmem_malloc() without Giant.
2003-07-25 Maxime HenrionAdd support for the M_ZERO flag to contigmalloc().
2003-07-22 Poul-Henning KampRemove all but one of the inlines here, this reduces...
2003-07-22 Poul-Henning KampDon't inline very large functions.
2003-07-22 Peter Wemmswp_pager_hash() was called before it was instantiated...
2003-07-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2003-07-18 Poul-Henning KampFix a printf format warning I introduced.
2003-07-18 Hartmut BrandtWhen INVARIANTS is defined make sure that uma_zalloc_ar...
2003-07-18 Poul-Henning KampIf a proposed swap device exceeds the 8G artificial...
2003-07-18 Poul-Henning KampMove the implementation of the vmspace_swap_count(...
2003-07-18 Poul-Henning KampAdd a new function swap_pager_status() which reports...
2003-07-18 Poul-Henning KampMerge swap_pager.c and vm_swap.c into swap_pager.c...
2003-07-17 Poul-Henning KampMake sure that SWP_NPAGES always has the same value...
2003-07-15 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2003-07-14 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-07-13 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-07-13 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-07-13 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-07-13 Robert DrehmelAvoid an unnecessary calculation: there is no need...
2003-07-12 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2003-07-11 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-07-11 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-07-11 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-07-11 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-07-11 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2003-07-07 Alan Cox - Complete the vm object locking in vm_pageout_object_...
2003-07-05 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2003-07-05 Alan CoxLock a vm object when freeing a page from it.
2003-07-04 Poul-Henning KampRemove unnecessary cast.
2003-07-03 Alan CoxBackground: pmap_object_init_pt() premaps the pages...
2003-07-03 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2003-07-02 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2003-07-02 Maxime HenrionFix a few style(9) nits.
2003-07-01 Alan CoxModify vm_page_alloc() and vm_page_select_cache() to...
2003-07-01 Alan CoxCheck the address provided to vm_map_stack() against...
2003-06-30 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2003-06-29 Alan CoxIntroduce vm_map_pmap_enter(). Presently, this is...
2003-06-29 Alan Cox - Export pmap_enter_quick() to the MI VM. This will...
2003-06-29 Alan CoxAdd vm object locking to vm_pageout_map_deactivate_pages().
2003-06-28 Alan CoxRemove GIANT_REQUIRED from kmem_malloc().
2003-06-28 Alan Cox - Add vm object locking to vm_pageout_clean().
2003-06-28 Alan Cox - Use an int rather than a vm_pindex_t to represent...
2003-06-27 Alan CoxSimple read-modify-write operations on a vm object...
2003-06-26 Alan Coxvm_page_select_cache() enforces a number of conditions...
2003-06-26 Alan CoxModify vm_pageq_requeue() to handle a PQ_NONE page...
2003-06-25 Bosko MilekicMove the pcpu lock out of the uma_cache and instead...
2003-06-25 Bosko MilekicMake sure that the zone destructor doesn't get called...
2003-06-25 Sam LefflerThis commit was generated by cvs2svn to compensate...
2003-06-25 Alan CoxRemove a GIANT_REQUIRED on the kernel object that we...
2003-06-25 Alan CoxMaintain the lock on a vm object when calling vm_page_g...
2003-06-24 Alan CoxAssert that the vm object is locked on entry to dev_pag...
2003-06-24 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2003-06-23 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-06-23 Alan CoxAssert that the vm object is locked on entry to vm_page...
2003-06-22 Alan CoxMaintain a lock on the vm object of interest throughout...
2003-06-22 Poul-Henning KampAdd a f_vnode field to struct file.
2003-06-22 Alan CoxAs vm_fault() descends the chain of backing objects...
2003-06-22 Alan CoxComplete the vm object locking in vm_object_backing_sca...
2003-06-22 Alan CoxMake some style and white-space changes to the copy...
2003-06-21 Poul-Henning KampUse a do {...} while (0); and a couple of breaks to...
2003-06-21 Alan CoxLock one of the vm objects involved in an optimized...
2003-06-21 Alan Cox - Increase the scope of the vm object lock in vm_objec...
2003-06-20 Alan CoxMake swap_pager_haspages() static; remove unused functi...
2003-06-20 Poul-Henning KampInitialize b_saveaddr when we hand out pbufs
2003-06-20 Alan CoxThe so-called "optimized copy-on-write fault" case...
2003-06-19 Alan CoxAssert that the vm object is locked in vm_page_try_to_f...
2003-06-19 Alan CoxFix a vm object reference leak in the page-based copy...
2003-06-18 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2003-06-18 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2003-06-18 Alan CoxLock the vm object when freeing a vm page.
2003-06-17 Doug BartonThis commit was generated by cvs2svn to compensate...
2003-06-16 Poul-Henning KampThis file was ignored by CVS in my last commit for...
2003-06-16 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2003-06-15 Poul-Henning KampAdd the same KASSERT to all VOP_STRATEGY and VOP_SPECST...
next