]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Add compat32 support for capsicum.
[FreeBSD/FreeBSD.git] / sys / vm /
2016-09-10 alcVarious changes to pmap_ts_referenced()
2016-09-05 mmMFV r305420:
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-04 markjRespect the caller's hints when performing swap readahead.
2016-09-03 markjRemove support for idle page zeroing.
2016-09-01 ngieMFhead @ r305170
2016-08-31 emasteUpdate to ELF Tool Chain r3490
2016-08-31 kibMake swapoff reliable.
2016-08-30 pfgMFV r302423:
2016-08-30 markjRestore swap pager readahead after r292373.
2016-08-24 cyMFV r304732.
2016-08-16 ngieMFhead @ r304232
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r296989:
2016-08-14 alcEliminate unneeded vm_page_xbusy() and vm_page_xunbusy...
2016-08-14 mmMFV r304060:
2016-08-13 ngieMFhead @ r304061
2016-08-13 markjStrengthen assertions about the busy state of newly...
2016-08-13 markjInitialize page busy lock state in vm_phys_add_page().
2016-08-13 ngieMFhead @ r304038
2016-08-12 ngieCheckpoint initial integration work
2016-08-12 alcCorrect errors and clean up the comments on the active...
2016-08-10 traszReplace all remaining calls to vprint(9) with vn_printf...
2016-08-05 alcCorrect a spelling error.
2016-08-04 alcClean up the comments and code style in and around...
2016-08-03 kibExplain why swapgeom_close_ev() is delegated.
2016-08-01 alcRestore the historical behavior of "sysctl vm.swap_idle...
2016-07-29 markjUse vm_page_undirty() instead of manually setting a...
2016-07-29 alcRemove a probe declaration that has been unused since...
2016-07-28 alcRemove any mention of cache (PG_CACHE) pages from the...
2016-07-28 kibDo not delegate a work to geom event thread which can...
2016-07-28 kibFix style and typo.
2016-07-27 markjDe-pluralize "queues" where appropriate in the pagedaem...
2016-07-27 alcUpdate a comment to reflect r284376.
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-23 markjCorrect a comment - each page queue has its own lock.
2016-07-23 markjUpdate a comment in vm_page_advise() to match behaviour...
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-20 alcAdd a comment describing the 'fast path' that was intro...
2016-07-20 markjRelease the second critical section in uma_zfree_arg...
2016-07-20 markjMake vm_pageout_wakeup_thresh a u_int rather than an...
2016-07-18 alcBreak up vm_fault()'s implementation of the read-ahead...
2016-07-11 kibIn vgonel(), postpone setting BO_DEAD until VOP_RECLAIM...
2016-07-10 rwatsonWhen mmap(2) is used with a vnode, capture vnode attrib...
2016-07-10 rwatsonAudit file-descriptor arguments to I/O system calls...
2016-07-07 alcChange the type of the map entry's next_read field...
2016-07-07 cpercivaAutotune the number of pages set aside for UMA startup...
2016-07-06 nwhitehornReplace a number of conflations of mp_ncpus and mp_maxi...
2016-07-05 kibClarify the vnode_destroy_vobject() logic handling...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 kibChange type of the 'dead' variable to boolean.
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-27 kibIf the vm_fault() handler raced with the vm_object_coll...
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-23 kibIn vm_page_xunbusy_maybelocked(), add fast path for...
2016-06-23 kibAdd a comment noting locking regime for vm_page_xunbusy().
2016-06-22 kibFix a LOR between vnode locks and allproc_lock.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-21 kibThe vmtotal sysctl handler marks active vm objects...
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-13 kibFix inconsistent locking of the swap pager named object...
2016-06-13 kibExplicitely initialize sw_alloc_sx. Currently it is...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 delphijMFV r301238:
2016-06-02 markjReset the page busy lock state after failing to insert...
2016-06-02 markjDon't preserve the page's object linkage in vm_page_ins...
2016-06-01 markjFix memguard(9) in kernels with INVARIANTS enabled.
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-06-01 kibIf the fast path unbusy in vm_page_replace() fails...
2016-05-29 kibDo not leak the vm object lock when swap reservation...
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 alcThe flag "vm_pages_needed" has long served two distinct...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-27 alcUse vm_page_replace_checked() instead of vm_page_rename...
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 kibPrevent parallel object collapses. Both vm_object_coll...
2016-05-26 kibStyle changes to some most outrageous violations in...
2016-05-24 kibIn vm_page_cache(), only drop the vnode after radix...
2016-05-24 kibIn vm_page_alloc_contig(), on vm_page_insert() failure...
2016-05-24 kibRemove Giant around allocation of the swap pager with...
2016-05-23 alcCorrect an error in a comment: One of the conditions...
2016-05-22 kibMark swap-related proc sysctls as not requiring Giant.
2016-05-22 kibReplace hand-made exclusive lock, protecting against...
2016-05-22 kibRemove false claim. Giant is dropped by mi_startup...
2016-05-21 alcWhen descending a shadow chain of objects, it makes...
2016-05-20 jhbAdd new bus methods for mapping resources.
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-19 alcClean up the handling of errors from vm_pager_get_pages...
2016-05-19 cemvm/vm_page.h: Fix trivial '-Wpointer-sign' warning
2016-05-17 kibAdd implementation of robust mutexes, hopefully close...
2016-05-12 mmMFV r299425:
2016-05-10 jhbMove vm_domain_rr_selectdomain() under #ifdef VM_NUMA_A...
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-05-02 pfgsys/vm: minor spelling fixes in comments.
2016-05-01 kibAvoid duplicated calls to pmap_page_get_memattr().
2016-04-29 jhbDon't require write locks on the VM object for vm_page_...
2016-04-27 jhbTrim redundant message.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
next