]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
IFC @ r254014
[FreeBSD/FreeBSD.git] / sys / vm /
2013-08-07 Peter GrehanIFC @ r254014
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...
2013-06-01 Alan CoxNow that access to the page's "act_count" field is...
2013-05-31 Xin LIMFV: Redo the fixup using the submitted version accepte...
2013-05-31 Alan CoxSimplify the definition of vm_page_lock_assert(). ...
2013-05-30 Xin LIMFV: tcpdump 4.4.0.
2013-05-30 Konstantin BelousovAfter the object lock was dropped, the object' referenc...
2013-05-30 Konstantin BelousovRemove the capitalization in the assertion message...
2013-05-30 Baptiste DaroussinUpdate byacc to 20130304
2013-05-30 Xin LIMFV: libpcap 1.4.0.
2013-05-28 Attilio Raoo Change the locking scheme for swp_bcount.
2013-05-22 Attilio RaoAcquire read lock on the src object for vm_fault_copy_e...
2013-05-21 Attilio Raoo Relax locking assertions for vm_page_find_least()
2013-05-21 Jung-uk KimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 Konstantin BelousovAdd ddb command 'show pginfo' which provides useful...
2013-05-20 Jung-uk KimMerge ACPICA 20130517.
2013-05-20 Simon J. GerratySync with upstream version (20130520) that includes...
2013-05-19 Mark JohnstonRe-introduce another part of r249367. This commit fixes...
2013-05-17 Alan CoxRelax the object locking in vm_fault_prefault(). A...
2013-05-17 Alan CoxRelax the object locking assertion in vm_page_lookup...
2013-05-17 Dag-Erling SmørgravUpgrade to OpenSSH 6.2p2. Mostly a no-op since I had...
2013-05-13 Attilio Raoo Add accessor functions to add and remove pages from...
2013-05-13 Peter WemmBandaid for compiling with gcc, which happens to be...
2013-05-13 Xin LIMFV: less v458.
2013-05-12 Alan CoxRefactor vm_page_alloc()'s interactions with vm_reserv_...
next