]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Implement the concept of the unmapped VMIO buffers, i.e. buffers which
[FreeBSD/FreeBSD.git] / sys / vm /
2013-03-19 kibImplement the concept of the unmapped VMIO buffers...
2013-03-18 attilioSync back vmcontention branch into HEAD:
2013-03-17 attilioCommit new file FreeBSD tags.
2013-03-17 attilioMFC
2013-03-17 alcFix a couple typos.
2013-03-17 alcThe calls to vm_radix_lookup_ge() by vm_reserv_alloc_...
2013-03-17 alcThe M_ZERO can be eliminated from the uma_zalloc()...
2013-03-17 alcMost allocation of pages to objects proceeds from lower...
2013-03-17 alcSimplify the interface to vm_radix_insert() by eliminat...
2013-03-17 attilioExpand ambiguous comments some more.
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-14 kibSome style fixes.
2013-03-14 kibAdd pmap function pmap_copy_pages(), which copies the...
2013-03-14 kibRemove excessive and inconsistent initializers for...
2013-03-14 attilioMFC
2013-03-13 attilioFix compilation.
2013-03-13 attilioUse the _KERNEL protectors.
2013-03-13 attilioAdd a further safety belt to prevent inconsistencies.
2013-03-13 attilioFor uniformity, use the user provided index.
2013-03-12 attilioMFC
2013-03-12 attilioSimplify vm_page_is_valid().
2013-03-12 alcWhen transferring the page from one object to another...
2013-03-11 attilioMFC
2013-03-10 alcIntroduce vm_radix_is_empty(), and use it in place of
2013-03-09 alcUpdate a comment: The object lock is no longer a mutex.
2013-03-09 attilioMerge back vmc-playground into vmcontention.
2013-03-09 attilioMerge from vmcontention.
2013-03-09 attilioMFC
2013-03-09 attilioSwitch the vm_object mutex to be a rwlock. This will...
2013-03-09 attilioMerge from vmc-playground:
2013-03-09 attilioMFC
2013-03-08 andreMove the callout subsystem initialization to its own...
2013-03-08 attilioMFC
2013-03-07 attilioMerge from vmcontention
2013-03-07 attilioMFC
2013-03-07 attilioImprove comments.
2013-03-04 attilioMerge from vmcontention
2013-03-04 attilioMFC
2013-03-04 attilioMerge from vmcontention:
2013-03-04 attilioEvaluations on the likelyhood of empty object cache...
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-03-04 alcFix a typo.
2013-03-04 alcA Boolean is more appropriate than an int here. Use...
2013-03-04 alcMake a pass over most of the comments.
2013-03-04 alcSimplify Boolean expressions.
2013-03-04 alcFix spelling.
2013-03-04 attilioMerge from vmcontention
2013-03-04 attilioMFC
2013-03-04 attilioRemove the boot-time cache support and rely on UMA...
2013-03-03 alcWe don't need to reinitialize the root of the page...
2013-03-03 alcTwo out of three times that vm_page_find_least() is...
2013-03-03 attilioMerge from vmcontention
2013-03-03 attilioMFC
2013-03-02 alcRevert white space change in the previous commit.
2013-03-02 alcAssert that the trie is empty when a vm object is destr...
2013-03-02 alcThe value held by the vm object's field pg_color is...
2013-03-02 attilioMFC
2013-03-02 attilioMerge from vmcontention
2013-03-02 attilioMFC
2013-03-02 pjdMerge Capsicum overhaul:
2013-02-28 attilioMFC
2013-02-28 attilioMFC
2013-02-28 attilioMFC
2013-02-27 attilioMerge from vmcontention
2013-02-27 attilioMFC
2013-02-27 attilioMerge from vmobj-rwlock:
2013-02-26 attilioFix compiling.
2013-02-26 attilioMFC
2013-02-26 attilioMerge from vmcontention
2013-02-26 attilioMFC
2013-02-26 attilioMerge from vmc-playground branch:
2013-02-26 attilioMerge from vmcontention
2013-02-26 attilioMFC
2013-02-26 attilioMFC
2013-02-26 attilioRemove white spaces.
2013-02-26 attilioRevert the moving of vm_object objects initialization:
2013-02-26 attilioMerge from vmcontention
2013-02-26 attilioMFC
2013-02-26 attilioMFC
2013-02-26 attilioWrap the sleeps synchronized by the vm_object lock...
2013-02-26 alcUpdate a comment: noobj_alloc() has replaced obj_alloc...
2013-02-26 attilioAs VM_OBJECT_SLEEP() is a vm_object_t specific function...
2013-02-26 attilioMFC
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
2013-02-26 attilioRevert wrongly added asserts: lookup and remove from...
2013-02-26 alcRevise the comment describing uma_zone_reserve_kva().
2013-02-24 attilioMissing semicolon.
2013-02-24 attilioSimplify return logic.
2013-02-24 attilioMFC
2013-02-24 attilioMerge from vmcontention
2013-02-24 attilioMFC
2013-02-24 attilioRetire the old UMA primitive uma_zone_set_obj() and...
2013-02-24 attilioDo not call vm_radix_lookup_ge() in the reservation...
2013-02-24 attilioFix an inverted check that was reporting indexes wrongl...
2013-02-23 alcCorrectly assert that no page already exists at the...
2013-02-23 attilioMFC
2013-02-21 attilioComplete the asserts by definining also assertions for
2013-02-21 attilioHide the details for the assertion for VM_OBJECT_LOCK...
2013-02-21 attilioMFC
2013-02-20 attilioAdd read mode operations to VM_OBJECT_LOCK* class of...
next