]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Back out gcc workaround per re@ request. Details:
[FreeBSD/FreeBSD.git] / sys / vm /
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...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 alcChange the order of lock reacquisition in vm_object_spl...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-05 alcUse PCPU_LAZY_INC() to update page fault statistics.
2007-02-27 jhbUse pause() in vm_object_deallocate() to yield the...
2007-02-27 jhbUse pause() rather than tsleep() on stack variables...
2007-02-25 alcChange the way that unmanaged pages are created. Speci...
2007-02-22 alcChange the page's CLEANCHK flag from being a page queue...
2007-02-18 alcEnable vm_page_free() and vm_page_free_zero() to be...
2007-02-17 alcRemove a stale comment. Add punctuation to a nearby...
2007-02-15 alcRelax the page queue lock assertions in vm_page_remove...
2007-02-14 alcAvoid the unnecessary acquisition of the free page...
2007-02-11 rwatsonAdd uma_set_align() interface, which will be called...
2007-02-11 alcUse the free page queue mutex instead of the page queue...
2007-02-07 jhb- Move 'struct swdevt' back into swap_pager.h and expos...
2007-02-07 alcChange the pagedaemon, vm_wait(), and vm_waitpfault...
2007-02-05 alcChange the free page queue lock from a spin mutex to...
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-25 mohansFix for problems that occur when all mbuf clusters...
2007-01-24 mohansFix for a bug where only one process (of multiple)...
2007-01-23 jeff - Remove setrunqueue and replace it with direct calls...
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-17 delphijUse FOREACH_PROC_IN_SYSTEM instead of using its unrolle...
2007-01-10 rwatsonRemove uma_zalloc_arg() hack, which coerced M_WAITOK...
2007-01-07 alcDeclare the map entry created by kmem_init() for the...
2007-01-05 jhb- Add a new function uma_zone_exhausted() to see if...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-17 alcOptimize vm_object_split(). Specifically, make the...
2006-12-16 alcSimplify the computation of the new object's size in...
next