]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
correct default setting of hw.wi.txerate; it must be -1, not zero,
[FreeBSD/FreeBSD.git] / sys / vm /
2003-01-20 dillonFix swapping to a file, it was broken when SPECSTRATEGY...
2003-01-20 dillonClose the remaining user address mapping races for...
2003-01-20 alc - Hold the page queues lock around vm_page_hold().
2003-01-20 jeff - M_WAITOK is 0 and not a real flag. Test for this...
2003-01-18 obrienRev 1.16 renamed VM_METER to VM_TOTAL. This is breakin...
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-16 dillonMerge all the various copies of vm_fault_quick() into...
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-14 alc - Update vm_pageout_deficit using atomic operations...
2003-01-14 alcMake vm_pageout_page_free() static.
2003-01-13 dillonIt is possible for an active aio to prevent shared...
2003-01-13 phkWe can get past here on a normal vnode as well, so...
2003-01-13 dillonBow to the whining masses and change a union back into...
2003-01-12 alcMake vm_page_alloc() return PG_ZERO only if VM_ALLOC_ZE...
2003-01-12 alcvm_fault_copy_entry() needn't clear PG_ZERO because...
2003-01-12 dillonChange struct file f_data to un_data, a union of the...
2003-01-11 alcIn vm_page_alloc(), fuse two if statements that are...
2003-01-11 dillonMake 'sysctl vm.vmtotal' work properly using updated...
2003-01-08 peterThis commit was generated by cvs2svn to compensate...
2003-01-08 alcIn vm_page_alloc(), honor VM_ALLOC_ZERO for system...
2003-01-06 desThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-05 phkConvert VOP_STRATEGY to VOP_SPECSTRATEGY in the generic...
2003-01-05 alcUse atomic add and subtract to update the global wired...
2003-01-04 phkTemporarily introduce a new VOP_SPECSTRATEGY operation...
2003-01-04 alcAllow kmem_malloc() without Giant if M_NOWAIT is specified.
2003-01-04 alcUse vm_object_lock() and vm_object_unlock() in vm_objec...
2003-01-04 alcRefine the assertions in vm_page_alloc().
2003-01-03 alcRefine the assertion in vm_object_clear_flag() to allow...
2003-01-03 phkRevert use of dmmax_mask, I had overlooked a '~'.
2003-01-03 phkMake struct swblock kernel only, to make vm/swap_pager...
2003-01-03 phkAvoid extern decls in .c files by putting them in the...
2003-01-03 phkUse correct _VM_SWAP_PAGER_H_ to check for multiple...
2003-01-03 phkRetire sys/dmap.h by including the two lines of it...
2003-01-03 alcLock the vm object when performing vm_object_clear_flag().
2003-01-03 phkConvert calls to BUF_STRATEGY to VOP_STRATEGY calls...
2003-01-03 alcAdd vm map and vm object locking to vmtotal().
2003-01-03 desThis commit was generated by cvs2svn to compensate...
2003-01-02 alcLock the vm object when performing vm_object_clear_flag().
2003-01-01 alcUpdate the assertions in vm_page_insert() and vm_page_l...
2003-01-01 schweikhCorrect typos, mostly s/ a / an / where appropriate...
2003-01-01 alcAdd a needed #include.
2002-12-31 alcImplement a variant locking scheme for vm maps: Access...
2002-12-30 alc - Mark the kernel_map as a system map immediately...
2002-12-30 alc - Increment the vm_map's timestamp if _vm_map_trylock...
2002-12-29 alc - Remove vm_object_init2(). It is unused.
2002-12-29 alcReduce the number of times that we acquire and release...
2002-12-28 alcAssert that the page queues lock rather than Giant...
2002-12-28 dillonvm_pager_put_pages() takes VM_PAGER_* flags, not OBJPC_...
2002-12-28 dillonAllow the VM object flushing code to cluster. When...
2002-12-28 alcTwo changes to kmem_malloc():
2002-12-27 alc - Change vm_object_page_collect_flush() to assert...
2002-12-27 alcIncrease the scope of the page queues lock in phys_page...
2002-12-24 alc - Hold the page queues lock around calls to vm_page_fl...
2002-12-24 alc - Hold the page queues lock around vm_page_wakeup().
2002-12-23 alc - Hold the kernel_object's lock around vm_page_insert...
2002-12-23 alcEliminate some dead code. (Any possible use for this...
2002-12-22 dillonThe UP -current was not properly counting the per-cpu...
2002-12-20 alcIncrease the scope of the kmem_object locking in kmem_m...
2002-12-20 alcAdd a mutex to struct vm_object. Initialize and destro...
2002-12-19 alcRemove the hash_rand field from struct vm_object. ...
2002-12-19 alc - Remove vm_page_sleep_busy(). The transition to...
2002-12-19 obrienThis commit was generated by cvs2svn to compensate...
2002-12-19 alc - Hold the page queues lock when performing vm_page_bu...
2002-12-18 alc - Hold the page queues lock when performing vm_page_bu...
2002-12-18 alcHold the page queues lock when performing vm_page_flag_...
2002-12-17 alcHold the page queues lock when performing vm_page_flag_...
2002-12-16 dillonChange the way ELF coredumps are handled. Instead...
2002-12-16 desThis commit was generated by cvs2svn to compensate...
2002-12-15 alcPerform vm_object_lock() and vm_object_unlock() on...
2002-12-15 dillonThis is David Schultz's swapoff code which I am finally...
2002-12-15 dillonFix a refcount race with the vmspace structure. In...
2002-12-15 alcAs per the comments, vm_object_page_remove() now expect...
2002-12-15 alcPerform vm_object_lock() and vm_object_unlock() around
2002-12-15 alcPerform vm_object_lock() and vm_object_unlock() around
2002-12-15 alcAssert that the page queues lock is held in vm_page_unh...
2002-12-13 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 desThis commit was generated by cvs2svn to compensate...
2002-12-02 obrienThis commit was generated by cvs2svn to compensate...
2002-12-02 peterThis commit was generated by cvs2svn to compensate...
2002-12-01 alcHold the page queues lock when calling pmap_protect...
2002-12-01 alcHold the page queues lock when calling pmap_protect...
2002-12-01 alcIncrease the scope of the page queue lock in vm_pageout...
2002-11-28 alcLock page field accesses in mincore().
2002-11-27 alcHold the page queues lock when performing pmap_clear_mo...
2002-11-27 iwasakiThis commit was generated by cvs2svn to compensate...
2002-11-27 alcHold the page queues lock while performing pmap_page_pr...
2002-11-25 alcAcquire and release the page queues lock around calls...
2002-11-24 nectarThis commit was generated by cvs2svn to compensate...
2002-11-24 alcExtend the scope of the page queues/fields locking...
2002-11-23 alcHold the page queues/flags lock when calling vm_page_se...
2002-11-23 alcAssert that the page queues lock rather than Giant...
2002-11-23 alcAdd page queue and flag locking in vnode_pager_setsize().
2002-11-21 jeff - Add an event that is triggered when the system is...
next