]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Added sysctl to turn off calls to vmem_check().
[FreeBSD/FreeBSD.git] / sys / vm /
2013-08-19 Jeff Roberson - Increase the active lru refresh interval to 10 minut...
2013-08-19 Jeff Roberson - Use an arbitrary but reasonably large import size...
2013-08-17 Konstantin BelousovRemove the arbitrary binding of the pagedaemon threads...
2013-08-16 John BaldwinAdd new mmap(2) flags to permit applications to request...
2013-08-15 Jeff Roberson - Fix bug in r254304. Use the ACTIVE pq count for...
2013-08-15 Attilio RaoOn the recovery path for vm_page_alloc(), if a page...
2013-08-13 Jeff Roberson - Add a statically allocated memguard arena since...
2013-08-13 Jeff RobersonImprove pageout flow control to wakeup more frequently...
2013-08-13 Dag-Erling SmørgravApply upstream revision 1.151 (fix relative symlinks)
2013-08-11 Attilio RaoCorrect the recovery logic in vm_page_alloc_contig:
2013-08-11 Peter WemmUpdate nvi-1.79 to 2.1.1-4334a8297f
2013-08-10 Konstantin BelousovDifferent consumers of the struct vm_page abuse pageq...
2013-08-09 Andrey ZonovRemove unused definition for CTL_VM_NAMES.
2013-08-09 John BaldwinRevert the addition of VPO_BUSY and instead update...
2013-08-09 David E. O'BrienAdd missing 'VPO_BUSY' from r254141 to fix kernel build...
2013-08-09 Attilio RaoOn all the architectures, avoid to preallocate the...
2013-08-09 Attilio RaoThe soft and hard busy mechanism rely on the vm object...
2013-08-08 Xin LIMFV r254079:
2013-08-08 Xin LIMFV r254106 (OpenSSL bugfix for RT #2984):
2013-08-07 Xin LIMFV r254071:
2013-08-07 Xin LIMFV r254070:
2013-08-07 Konstantin BelousovSplit the pagequeues per NUMA domains, and split pagead...
2013-08-07 Jeff RobersonReplace kernel virtual address space allocation with...
2013-08-07 Mark JohnstonFill in the description fields for M_FICT_PAGES.
2013-08-06 Xin LIMFV r254011:
2013-08-06 Erwin LansingUpdate Bind to 9.8.5-P2
2013-08-05 Attilio RaoRevert r253939:
2013-08-04 Attilio RaoThe page hold mechanism is fast but it has couple of...
2013-08-02 Peter WemmUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-02 Simon J. GerratyMerge bmake-20130730
2013-07-30 Xin LIMFV r253783:
2013-07-30 Xin LIMFV r253782:
2013-07-30 Xin LIMFV r253781 + r253871:
2013-07-30 Steven HartlandMFV r253784:
2013-07-30 Xin LIMFV r253780:
2013-07-29 Andrey ZonovUnbreak sysctl ABI changes introduced in r253662
2013-07-28 Peter WemmUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 Pedro F. GiffuniDTrace: re-merge remainder of r249367 (original from...
2013-07-26 Jeff RobersonImprove page LRU quality and simplify the logic.
2013-07-26 Jung-uk KimMerge ACPICA 20130725.
2013-07-26 Andrey ZonovRemove define and documentation for vm_pageout_algorith...
2013-07-25 Tim KientzleClear entire map structure including locks so that the
2013-07-24 Andriy Gaponrename scheduler->swapper and SI_SUB_RUN_SCHEDULER...
2013-07-24 Gleb SmirnoffSince r251709 a slab no longer use 8-bit indicies to...
2013-07-24 Jeff Roberson - Remove the long obsolete 'vm_pageout_algorithm'...
2013-07-23 Jeff Roberson - Correct a stale comment. We don't have vclean(...
2013-07-23 Gleb SmirnoffRevert r249590 and in case if mp_ncpus isn't initialize...
2013-07-22 Jeremie Le HenFix previous commit when option RACCT is not used.
2013-07-22 Jeremie Le HenFix a panic in the racct code when munlock(2) is called...
2013-07-19 John BaldwinBe more aggressive in using superpages in all mappings...
2013-07-11 Konstantin BelousovWhen swap pager allocates metadata in the pagedaemon...
2013-07-11 Konstantin BelousovThe vm_fault() should not be allowed to proceed on...
2013-07-11 Konstantin BelousovThe mlockall() or VM_MAP_WIRE_HOLESOK does not interact...
2013-07-11 Konstantin BelousovNever remove user-wired pages from an object when doing
2013-07-11 Konstantin BelousovIn the vm_page_set_invalid() function, do not assert...
2013-07-10 David ChisnallImport new libcxxrt / libc++. This brings some bug...
2013-07-09 Konstantin BelousovFix typo in comment.
2013-07-07 Edwin GroothuisMFV of tzdata2013d, 253008
2013-07-06 Alexander Leidinger- Move videodev headers from compat/linux to contrib...
2013-07-05 Martin MatuskaMFV r252839:
2013-07-04 Rui PauloRestore the dbus directory that was not meant to be...
2013-07-04 Rui PauloMerge hostapd / wpa_supplicant 2.0.
2013-07-03 Neel Natuvm_phys_fictitious_reg_range() was losing the 'memattr...
2013-06-28 Davide ItalianoRemove a spurious keg lock acquisition.
2013-06-28 Jeff Roberson - Add a general purpose resource allocator, vmem,...
2013-06-27 Jung-uk KimMerge ACPICA 20130626.
2013-06-26 Jeff Roberson - Resolve bucket recursion issues by passing a cookie...
2013-06-25 Xin LIMFV r252215:
2013-06-25 Xin LIDiff reduction against Illumos, no real change to code...
2013-06-24 Gleb SmirnoffTypo in comment.
2013-06-20 Jeff Roberson - Add a per-zone lock for zones without kegs.
2013-06-19 Jeff Roberson - Persist the caller's flags in the bucket allocation...
2013-06-18 Peter WemmMerge 1.8.0
2013-06-18 Dag-Erling SmørgravFix a bug that allowed a tracing process (e.g. gdb...
2013-06-18 Jeff RobersonRefine UMA bucket allocation to reduce space consumptio...
2013-06-18 Peter WemmIntroduce svnlite so that we can check out our source...
2013-06-17 Baptiste DaroussinUpdate dialog to 1.2-20130523
2013-06-17 Jeff Roberson - Add a new UMA API: uma_zcache_create(). This makes...
2013-06-13 Jeff Roberson - Convert the slab free item list from a linked array...
2013-06-12 Dimitry AndricUpgrade our copy of llvm/clang to 3.3 release.
2013-06-12 Xin LIMFV r251644:
2013-06-11 Xin LIMFV r251626:
2013-06-11 Xin LIMFV r251624:
2013-06-11 Xin LIMFV r251623:
2013-06-11 Xin LIMFV r251622:
2013-06-11 Xin LIMFV r251621:
2013-06-11 Xin LIMFV r251620:
2013-06-11 Xin LIMFV r251619:
2013-06-10 Alan CoxRevise the interface between vm_object_madvise() and...
2013-06-08 Gleb Smirnoff Make sys_mlock() function just a wrapper around vm_ml...
2013-06-08 Xin LIMFV r251519:
2013-06-06 Xin LIMFV r251474:
2013-06-06 Attilio RaoComplete r251452:
2013-06-05 Jung-uk KimAdd GNU regex from glibc 2.17.
2013-06-05 Simon J. GerratyUpdate to bmake-20130604 to fix file descriptor leak.
2013-06-04 Attilio RaoIn vm_object_split(), busy and consequently unbusy...
2013-06-04 Alan CoxUpdate a comment.
2013-06-04 Alan CoxRelax the object locking in vm_pageout_map_deactivate_p...
2013-06-03 Konstantin BelousovRemove irrelevant comments.
2013-06-03 Alan CoxRequire that the page lock is held, instead of the...
next