]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Commit part of accmode_t changes that I missed in previous commit.
[FreeBSD/FreeBSD.git] / sys / vm /
2008-10-22 rwatsonUpdate mmap() comment: no more block devices, so no...
2008-10-10 attilioRemove the struct thread unuseful argument from bufobj...
2008-09-29 kibMove the code for doing out-of-memory grass from vm_pag...
2008-09-26 emasteMove CTASSERT from header file to source file, per...
2008-09-26 kibSave previous content of the td_fpop before storing...
2008-09-21 alcPrevent an integer overflow in vm_pageout_page_stats...
2008-09-20 kibAllow the d_mmap driver methods to use cdevpriv KPI...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-08-28 attilioDecontextualize the couplet VOP_GETATTR / VOP_SETATTR...
2008-08-23 antoineRemove unused variable nosleepwithlocks.
2008-08-23 nwhitehornAllow the MD UMA allocator to use VM routines like...
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-20 julianA bunch of formatting fixes brough to light by, or...
2008-08-17 kmacyWork around differences in page allocation for initial...
2008-08-13 emasteFix REDZONE(9) on amd64 and perhaps other 64 bit target...
2008-08-05 jhbIf a thread that is swapped out is made runnable, then...
2008-08-03 trhodesFill in a few sysctl descriptions.
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-30 jhbOne more whitespace nit.
2008-07-30 jhbA few more whitespace fixes.
2008-07-30 jhbIf the kernel has run out of metadata for swap, then...
2008-07-30 kibThe behaviour of the lockmgr going back at least to...
2008-07-18 alcEliminate stale comments from kmem_malloc().
2008-07-11 kibUse the VM_ALLOC_INTERRUPT for the page requests when...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-05 alcEnable the creation of a kmem map larger than 4GB.
2008-06-22 alcMake preparations for increasing the size of the kernel...
2008-06-21 alcKERNBASE is not necessarily an address within the kerne...
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...
next