]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Struct cdev is always the member of the struct cdev_priv. When devfs
[FreeBSD/FreeBSD.git] / sys / vm /
2008-06-12 upsFix vm object creation locking to allow SHARED vnode...
2008-06-06 alcEssentially, neither madvise(..., MADV_DONTNEED) nor...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-24 alcTo date, our implementation of munmap(2) has required...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-20 upsAllow VM object creation in ufs_lookup. (If vfs.vmiodir...
2008-05-18 alcRetire pmap_addr_hint(). It is no longer used.
2008-05-17 alcIn order to map device memory using superpages, mmap...
2008-05-17 alcPreset a device object's alignment ("pg_color") based...
2008-05-15 alcDon't call vm_reserv_alloc_page() on device-backed...
2008-05-10 alcProvide the new argument to kmem_suballoc().
2008-05-10 alcIntroduce a new parameter "superpage_align" to kmem_sub...
2008-05-10 alcGeneralize vm_map_find(9)'s parameter "find_space"...
2008-05-09 alcIntroduce pmap_align_superpage(). It increases the...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-05-05 kmacyadd malloc flag to blist so that it can be used in...
2008-04-28 alcEliminate pointless casts from kmem_suballoc().
2008-04-28 alcvm_map_fixed(), unlike vm_map_find(), does not update...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-17 jeff - Make SCHED_STATS more generic by adding a wrapper...
2008-04-06 alcIntroduce vm_reserv_reclaim_contig(). This function...
2008-04-05 alcEliminate an unnecessary test from vm_phys_unfree_page().
2008-04-04 alcUpdate a comment to vm_map_pmap_enter().
2008-04-04 alcReintroduce UMA_SLAB_KMAP; however, change its spelling to
2008-03-30 alcEliminate an unnecessary printf() from kmem_suballoc...
2008-03-29 jeff - Use vm_object_reference_locked() directly from
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-20 kibDo not dereference cdev->si_cdevsw, use the dev_refthre...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 alcRename vm_pageq_requeue() to vm_page_requeue() on accou...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-19 jeff - Relax requirements for p_numthreads, p_threads,...
2008-03-18 alcAlmost seven years ago, vm/vm_page.c was split into...
2008-03-16 alcSimplify the inner loop of vm_fault()'s delete-behind...
2008-03-16 rwatsonIn keeping with style(9)'s recommendations on macros...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 jeffRemove kernel support for M:N threading.
2008-03-12 jeff - Pass the priority argument from *sleep() into sleepq...
2008-03-09 alcEliminate an unnecessary test from vm_fault's delete...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-01 marcelMake the vm_pmap field of struct vmspace the last field...
2008-02-26 alcCorrect a long-standing error in vm_object_page_remove...
2008-02-24 alcCorrect a long-standing error in vm_object_deallocate...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 attilioVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-10 pjdWhen one tries to allocate memory with the M_WAITOK...
2008-01-10 attiliovn_lock() is currently only used with the 'curthread...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2008-01-08 jhbAdd a new file descriptor type for IPC shared memory...
2008-01-08 csjpWhen MAC is enabled in the kernel, fix a panic triggere...
2008-01-04 kibIn the vm_map_stack(), check for the specified stack...
2008-01-03 alcAdd an access type parameter to pmap_enter(). It will...
2008-01-02 alcDefer setting either PG_CACHED or PG_FREE until after...
2008-01-01 alcCorrect a style error that was introduced in revision...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-29 alcAdd the superpage reservation system. This is "part...
2007-12-27 alcAdd a list of reservations to the vm object structure.
2007-12-27 alcAdd the superpage reservation type.
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-21 alcUpdate the comment describing vm_phys_unfree_page().
2007-12-20 alcModify vm_phys_unfree_page() so that it no longer requi...
2007-12-19 alcCorrect one half of a loop continuation condition in...
2007-12-19 alcEliminate redundant code from vm_page_startup().
2007-12-11 alcSimplify vm_page_free_toq().
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
2007-12-03 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 alcCorrect a comment.
2007-12-01 rwatsonModify stack(9) stack_print() and stack_sbuf_print...
2007-11-26 delphijThis commit was generated by cvs2svn to compensate...
2007-11-25 alcMake contigmalloc(9)'s page laundering more robust...
2007-11-25 alcTidy up: Add comments. Eliminate the pointless
2007-11-23 alcAdd a read/write sysctl for reconfiguring the maximum...
2007-11-22 alcRemove an unnecessary call to pmap_remove_all() and...
2007-11-21 alcWhen reactivating a cached page, reset the page's pool...
2007-11-17 alcPrevent the leakage of wired pages in the following...
2007-11-16 delphijThis commit was generated by cvs2svn to compensate...
2007-11-14 obrienThis commit was generated by cvs2svn to compensate...
2007-11-07 pjdChange unused 'user_wait' argument to 'timo' argument...
next