]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Add support for Psion Gold Port Ethernet USB NIC.
[FreeBSD/FreeBSD.git] / sys / vm /
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-29 kensmithFix two minor style(9) nits in v1.313 which were notice...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-03 alcMake vm_page_release_contig() static.
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-27 alcRefactor vm_page_sleep_if_busy() so that the test for...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-26 alcPrevent a call to contigmalloc() that asks for more...
2006-08-25 alcThe return value from vm_pageq_add_new_page() is not...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-21 alcAdd _vm_stats and _vm_stats_misc to the sysctl declarat...
2006-08-21 alcvm_page_zero_idle()'s return value serves no purpose...
2006-08-21 alcPage flags are reset on (re)allocation. There is no...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-13 alcReimplement the page's NOSYNC flag as an object-synchro...
2006-08-11 alcEnsure that the page's new field for object-synchronize...
2006-08-10 alcChange vm_page_cowfault() so that it doesn't allocate...
2006-08-09 alcIntroduce a field to struct vm_page for storing flags...
2006-08-06 alcEliminate the acquisition and release of the page queue...
2006-08-06 alcChange vm_page_sleep_if_busy() so that it no longer...
2006-08-05 alcRemove a stale comment.
2006-08-03 alcWhen sleeping on a busy page, use the lock from the...
2006-08-01 alcComplete the transition from pmap_page_protect() to...
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-22 alcExport the number of object bypasses and collapses...
2006-07-21 alcRetire debug.mpsafevm. None of the architectures suppo...
2006-07-21 alcEliminate OBJ_WRITEABLE. It hasn't been used in a...
2006-07-20 alcAdd pmap_clear_write() to the interface between the...
2006-07-18 rwatsonFix build of uma_core.c when DDB is not compiled into...
2006-07-17 alcEnsure that vm_object_deallocate() doesn't dereference...
2006-07-16 rwatsonRemove sysctl_vm_zone() and vm.zone sysctl from 7.x...
2006-07-10 alcSet debug.mpsafevm to true on PowerPC. (Now, by defaul...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-23 jhbMove the code to handle the vm.blacklist tunable up...
2006-06-21 kibMake the mincore(2) return ENOMEM when requested range...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-17 alcUse ptoa(psize) instead of size to compute the end...
2006-06-15 upsRemove mpte optimization from pmap_enter_quick().
2006-06-14 alcCorrect an error in the previous revision that could...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-10 alcEnable debug.mpsafevm on arm by default.
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-05 alcIntroduce the function pmap_enter_object(). It maps...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-05-31 psFix minidumps to include pages allocated via pmap_map...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-29 teggeClose race between vmspace_exitfree() and exit1() and...
2006-05-21 rwatsonWhen allocating a bucket to hold a free'd item in UMA...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-13 alcSimplify the implementation of vm_fault_additional_page...
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-10 pjdUse better order here.
2006-04-25 alcAdd synchronization to vm_pageq_add_new_page() so that...
2006-04-21 trhodesIt seems that POSIX would rather ENODEV returned in...
2006-04-21 peterIntroduce minidumps. Full physical memory crash dumps...
2006-04-17 jhbChange msleep() and tsleep() to not alter the calling...
2006-04-10 pjdOn shutdown try to turn off all swap devices. This...
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-03 peterRemove the unused sva and eva arguments from pmap_remov...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-26 jkoshyMFP4: Support for profiling dynamically loaded objects.
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-08 impRemove leading __ from __(inline|const|signed|volatile...
2006-03-08 teggeIgnore dirty pages owned by "dead" objects.
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
next