]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
This commit was generated by cvs2svn to compensate for changes in r172314,
[FreeBSD/FreeBSD.git] / sys / vm /
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...
2007-09-17 jeff - Move all of the PS_ flags into either p_flag or...
2007-09-15 alcCorrect an assertion in vm_pageout_flush(). Specifical...
2007-08-24 edwinThis commit was generated by cvs2svn to compensate...
2007-08-20 kibDo not drop vm_map lock between doing vm_map_remove...
2007-08-18 kibRemove comment that is no longer quite true.
2007-08-18 kibFix the phys_pager in the way similar to the rev. 1...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-07 kibProtect the creation of the device pager with the dev_p...
2007-08-05 alcConsider a scenario in which one processor, call it...
2007-08-05 kibDo not acquire Giant unconditionally around the calls...
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-27 alcAdd a counter for the total number of pages cached...
2007-07-26 pjdWhen we do open, we should lock the vnode exclusively...
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-20 alcTwo changes to vm_fault_additional_pages():
2007-07-14 alcEliminate two unused functions: vm_phys_alloc_pages...
2007-07-14 alcEliminate dead code, specifically, an unused sysctl...
2007-07-13 alcUpdate a comment describing the page queues.
2007-07-12 alcEliminate dead code.
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-10 alcCorrect a problem in the ZERO_COPY_SOCKETS option,...
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-08 alcEliminate the special case handling of OBJT_DEVICE...
2007-07-06 alcWhen a cached page is reactivated in vm_fault(), update...
2007-07-04 peterAdd freebsd6_ wrappers for mmap/lseek/pread/pwrite...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-02 alcIn the previous revision, when I replaced the unconditi...
2007-06-26 alcEliminate the use of Giant from vm_daemon(). Replace...
2007-06-24 alcEliminate GIANT_REQUIRED from swap_pager_putpages().
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
2007-06-18 alcEliminate unnecessary checks from vm_pageout_clean...
2007-06-17 mjacobDon't declare inline a function which isn't.
2007-06-17 mjacobMake sure object is NULL- there is a possible case...
2007-06-17 mjacobInitialize reqpage to zero.
2007-06-16 alcIf attempting to cache a "busy", panic instead of print...
2007-06-16 alcUpdate a comment.
2007-06-16 alcEnable the new physical memory allocator.
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-13 alcEliminate dead code: We have not performed pageouts...
2007-06-11 alcConditionally acquire Giant in vm_contig_launder_page().
2007-06-10 attilioOptimize vmmeter locking.
2007-06-10 alcAdd a new physical memory allocator. However, do not...
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-05 jeffCommit 14/14 of sched_lock decomposition.
2007-06-04 attilioDo proper "locking" for missing vmmeters part.
2007-06-04 attilioRework the PCPU_* (MD) interface:
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-02 dougbThis commit was generated by cvs2svn to compensate...
2007-06-01 jeff - Move rusage from being per-process in struct pstats...
2007-05-31 attilioRevert VMCNT_* operations introduction.
2007-05-31 kibRevert UF_OPENING workaround for CURRENT.
2007-05-31 attilioAdd functions sx_xlock_sig() and sx_slock_sig().
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...
next