]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Add full softfloat and hardfloat support for MIPS.
[FreeBSD/FreeBSD.git] / sys / vm /
2016-10-30 kibChange remained internal uses of boolean_t to bool...
2016-10-30 kibRemove vm_pager_has_page() declaration. It is not...
2016-10-30 alcMerge and sort vm_fault_hold()'s "int" variable definit...
2016-10-30 kibRemove vnode_locked label and goto, by collapsing vp...
2016-10-30 kibSplit long line instead of unindenting it. Add KASSERT...
2016-10-29 alcThe "lookup_is_valid" field is used as a "bool". Make...
2016-10-29 alcWith one exception, "hardfault" is used like a "bool...
2016-10-29 markjAdd one more use of unlock_vp().
2016-10-29 kibAdd unlock_vp() helper.
2016-10-20 markjSimplify keg_drain() a bit by using LIST_FOREACH_SAFE.
2016-10-19 glebiusFix incorrect assertion that could miss overflows.
2016-10-17 kibIf vm_fault_hold(9) finds that fs.m is wired, do not...
2016-10-17 kibExport vm_page_xunbusy_maybelocked().
2016-10-13 markjPlug a potential vnode lock leak in vm_fault_hold().
2016-10-13 kibFix a race in vm_page_busy_sleep(9).
2016-10-11 kibWhen downgrading exclusively busied page to shared...
2016-10-05 alcMake the page daemon's notion of what kind of pass...
2016-10-05 alcChange vm_pageout_scan() to return a value indicating...
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 mmMFV r306669:
2016-10-03 gallatinConditionally move initial vfs bio alloc above 4G
2016-10-01 baptImport libucl 20160812
2016-09-29 desUpgrade to Unbound 1.5.10.
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-14 kibMFC r305129:
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-28 alcMFC r303982
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 markjMFC r303059
2016-08-14 markjMFC r303516
2016-08-14 markjMFC r303244, r303399
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 alcMFC r303773
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 kibMFC r302567:
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-23 alcMFC r303101
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-16 markjMFC r301212:
2016-07-16 markjMFC r301210:
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-10 kibMFC r302236:
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-28 kibMFC r302063:
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-20 kibMFC r301851:
next