]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
fix a bug in ZFS mirror code for handling multiple DVAa
[FreeBSD/FreeBSD.git] / sys / vm /
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-12 alcCorrectly update the count of stuck pages, "addl_page_s...
2014-01-02 delphijMFV r260154 + 260182:
2013-12-31 alcSince the introduction of the popmap to reservations...
2013-12-29 alcAdd "popmap" assertions: The page being freed isn't...
2013-12-28 alcMFp4 alc_popmap
2013-12-27 kibDo not coalesce stack entry, vm_map_stack() asserts...
2013-12-26 marcelFor ia64, use pmap_remove_pages() and not pmap_remove...
2013-12-25 dimIn sys/vm/vm_pageout.c, since vm_pageout_worker() takes...
2013-12-08 alcEliminate a redundant parameter to vm_radix_replace().
2013-12-05 rayMFC @r258947.
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-11-29 rodrigcIn keg_dtor(), print out the keg name in the "Freed...
2013-11-28 mav - Add bucket size column to `show uma` DDB command.
2013-11-27 mavMake UMA to not blindly force offpage slab header alloc...
2013-11-27 mavDon't count bucket allocation failures for UMA zones...
2013-11-27 mavFix bug introduced at r252226, when udata argument...
2013-11-23 mavWhen purging per-CPU UMA caches do not return empty...
2013-11-20 kibVm map code performs clipping when map entry covers...
2013-11-20 kibAdd assertions to cover all places in the wiring and...
2013-11-20 kibRevert back to use int for the page counts. In vn_io_f...
2013-11-19 mavImplement mechanism to safely but slowly purge UMA...
2013-11-19 mavGrow UMA zone bucket size also on lock congestion durin...
2013-11-19 mavAdd two new UMA bucket zones to store 3 and 9 items...
2013-11-19 mavImplement soft pressure on UMA cache bucket sizes.
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-13 rayMFC @r258091.
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-12 kibAvoid overflow for the page counts.
2013-11-09 kibIf filesystem declares that it supports shared locking...
2013-11-05 rayMFC @r257698.
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-05 kibDo not coalesce if the swap object belongs to tmpfs...
2013-10-29 baptMerge byacc 20130925
2013-10-23 rayMFC @r256953
2013-10-12 markmMerge from project branch. Uninteresting commits are...
2013-10-10 alcTidy up the output of "sysctl vm.phys_free".
2013-10-08 rayMFC @r256148.
2013-10-02 markmMFC - tracking update.
2013-09-22 alcBoth the vm_map and vmspace zones are defined as "no...
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
2013-09-21 desUpgrade to 6.3p1.
2013-09-21 delphijMFV r254750:
2013-09-20 neelMerge the following changes from projects/bhyve_npt_pmap:
2013-09-20 alcThe pmap function pmap_clear_reference() is no longer...
2013-09-19 jhbExtend the support for exempting processes from being...
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-17 kibPG_SLAB no longer serves a useful purpose, since m...
2013-09-16 kibRemove zero-copy sockets code. It only worked for...
2013-09-14 kibIf the last page of the file is partially full and...
2013-09-13 grehanImport Hyper-V paravirtualized drivers from projects...
2013-09-12 jhbFix an off-by-one error when populating mincore(2)...
2013-09-11 grehanIFC @ r255459
2013-09-09 jhbAdd a mmap flag (MAP_32BIT) on 64-bit platforms to...
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-08 kibDrain for the xbusy state for two places which potentia...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-06 cyUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-06 markmMFC
2013-09-05 sjgMerge bmake-20130904
2013-09-05 kibThe vm_page_trysbusy() should not fail when shared...
2013-09-05 pjdChange the cap_rights_t type from uint64_t to a structu...
2013-09-04 grehanIFC @ r255209
2013-09-01 rayMFC @r255128.
2013-09-01 markmMFC
2013-08-31 mckusickFix bug introduced in rewrite of keg_free_slab in ...
2013-08-30 markmMFC
2013-08-29 alcSignificantly reduce the cost, i.e., run time, of calls...
2013-08-26 markmMFC
2013-08-26 glebiusRemove comment that is no longer relevant since r254182.
2013-08-23 markmIFC
2013-08-23 emasteMerge lldb r188801 to contrib/llvm/tools/lldb/
2013-08-23 alcAddendum to r254141: The call to vm_radix_insert()...
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 markmMFC
2013-08-22 kibRevert r254501. Instead, reuse the type stability...
2013-08-22 erwinUpdate Bind to 9.9.3-P2
2013-08-22 kibRemove the deprecated VM_ALLOC_RETRY flag for the vm_pa...
2013-08-22 markmIFC.
2013-08-21 jeff - Eliminate the vm object lock from the active queue...
2013-08-21 alcAddendum to r254141: Allow recursion on the free pages...
2013-08-19 jeff - Increase the active lru refresh interval to 10 minut...
2013-08-19 jeff - Use an arbitrary but reasonably large import size...
2013-08-17 kibRemove the arbitrary binding of the pagedaemon threads...
2013-08-16 jhbAdd new mmap(2) flags to permit applications to request...
2013-08-15 jeff - Fix bug in r254304. Use the ACTIVE pq count for...
2013-08-15 rayMFC @r254374.
2013-08-15 attilioOn the recovery path for vm_page_alloc(), if a page...
2013-08-13 jeff - Add a statically allocated memguard arena since...
2013-08-13 jeffImprove pageout flow control to wakeup more frequently...
2013-08-11 attilioCorrect the recovery logic in vm_page_alloc_contig:
2013-08-10 kibDifferent consumers of the struct vm_page abuse pageq...
2013-08-09 zontRemove unused definition for CTL_VM_NAMES.
2013-08-09 jhbRevert the addition of VPO_BUSY and instead update...
2013-08-09 obrienAdd missing 'VPO_BUSY' from r254141 to fix kernel build...
2013-08-09 attilioOn all the architectures, avoid to preallocate the...
2013-08-09 attilioThe soft and hard busy mechanism rely on the vm object...
next