]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flag
[FreeBSD/FreeBSD.git] / sys / vm /
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-10 kibExtract the code to translate VM error into errno,...
2011-07-10 kibStyle.
2011-07-09 kibAdd a facility to disable processing page faults. When...
2011-07-06 traszAll the racct_*() calls need to happen with the proc...
2011-07-06 attilioHandle a race between device_pager and devsw in a more...
2011-07-02 alcInitialize marker pages as held rather than fictitious...
2011-06-29 alcAdd a new option, OBJPR_NOTMAPPED, to vm_object_page_re...
2011-06-23 alcRevert to using the page queues lock in vm_page_clear_d...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-19 alcPrecisely document the synchronization rules for the...
2011-06-16 hrsMerge from HEAD@222977.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 kibAssert that page is VPO_BUSY or page owner object is...
2011-06-11 kibFix a bug in r222586. Lock the page owner object around...
2011-06-05 hrsMerge from HEAD@222712.
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-02 attilioMFC
2011-06-01 kibIn the VOP_PUTPAGES() implementations, change the defau...
2011-05-29 hrsMerge from head@222434.
2011-05-22 attilioMFC
2011-05-22 alcCorrect an error in r222163. Unless UMA_MD_SMALL_ALLOC...
2011-05-21 alc1. Prior to r214782, UMA did not support multipage...
2011-05-21 attilioMFC
2011-05-20 alcFix spelling errors.
2011-05-20 attilioMFC
2011-05-20 alcEliminate a redundant #include. ("vm/vm_param.h" alrea...
2011-05-13 attilioMFC
2011-05-13 mdfMove the ZERO_REGION_SIZE to a machine-dependent file...
2011-05-13 mdfUsa a globally visible region of zeros for both /dev...
2011-05-09 attilioMFC
2011-05-09 mlaierAnother long standing vm bug found at Isilon:
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-26 obrienReap old SPL comments.
2011-04-23 kibFix two bugs in r218670.
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-06 jhbFix several places to ignore processes that are not...
2011-04-06 traszIn vm_daemon(), do not skip processes stopped with...
2011-04-06 traszAdd RACCT_RSS.
2011-04-05 traszAdd accounting for most of the memory-related resources.
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-03-25 kibHandle the corner case in vm_fault_quick_hold_pages().
2011-03-24 jhbFix some locking nits with the p_state field of struct...
2011-03-21 jeff - Merge changes to the base system to support OFED...
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-18 traszIn vm_daemon(), when iterating over all processes in...
2011-03-12 dasMerge gdtoa-20110304.
2011-03-11 alcEliminate duplication of the fake page code and zone...
2011-03-01 brucecChange the return type of vmspace_swap_count to a long...
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-24 pluknetRemove sysctl vm.max_proc_mmap used to protect from...
2011-02-23 brucecCalculate and return the count in vmspace_swap_count...
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-17 alcRemove pmap fields that are either unused or not fully...
2011-02-15 kibSince r218070 reenabled the call to vm_map_simplify_ent...
2011-02-13 kibLock the vnode around clearing of VV_TEXT flag. Remove...
2011-02-12 jmallettUse CPU_FOREACH rather than expecting CPUs 0 through...
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-12 alcRetire VFS_BIO_DEBUG. Convert those checks that were...
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-05 alcUnless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit...
2011-02-04 alcSince the last parameter to vm_object_shadow() is a...
2011-01-30 alcRelease the free page queues lock earlier in vm_page_al...
2011-01-29 alcReenable the call to vm_map_simplify_entry() from vm_ma...
2011-01-27 mdfExplicitly wire the user buffer rather than doing it...
2011-01-21 pluknetMake MSGBUF_SIZE kernel option a loader tunable kern...
2011-01-18 alcMove the definition of M_VMPGDATA to the swap pager...
2011-01-17 alcExplicitly initialize the page's queue field to PQ_NONE...
2011-01-16 alcSort function prototypes.
2011-01-16 alcUpdate a lock annotation on the page structure.
2011-01-16 alcShift responsibility for synchronizing access to the...
2011-01-16 alcClean up the start of vm_page_alloc(). In particular...
2011-01-15 kibFor consistency, use kernel_object instead of &kernel_o...
2011-01-15 alcFor some time now, the kernel and kmem objects have...
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-11 jhbRemove unneeded includes of <sys/linker_set.h>. Other...
2011-01-09 kibMove repeated MAXSLP definition from machine/vmparam...
2011-01-09 alcEliminate a redundant alignment directive on the page...
2011-01-08 alcEliminate the counting of vm_page_pa_tryrelock calls...
2011-01-03 alcRelease the page lock early in vm_pageout_clean()....
2011-01-01 alcMake a couple refinements to r216799 and r216810. ...
2011-01-01 brucecThere can be more than 0x20000000 swap meta blocks...
2010-12-29 kibRemove OBJ_CLEANING flag. The vfs_setdirty_locked_objec...
2010-12-29 alcThere is no point in vm_contig_launder{,_page}() flushi...
2010-12-29 kibMove the increment of vm object generation count into
2010-12-28 alcCorrect a typo in vm_fault_quick_hold_pages().
2010-12-27 alcMove vm_object_print()'s prototype to the expected...
2010-12-25 alcRetire vm_fault_quick(). It's no longer used.
2010-12-25 alcIntroduce and use a new VM interface for temporarily...
2010-12-20 alcIntroduce vm_fault_hold() and use it to (1) eliminate...
2010-12-17 alcImplement and use a single optimized function for unhol...
next