]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
drm/ttm: Import Linux commit 63d0a4195560362e2e00a3ad38fc331d34e1da9b
[FreeBSD/FreeBSD.git] / sys / vm /
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-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-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 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...
2013-08-07 kibSplit the pagequeues per NUMA domains, and split pagead...
2013-08-07 jeffReplace kernel virtual address space allocation with...
2013-08-07 markjFill in the description fields for M_FICT_PAGES.
2013-08-06 erwinUpdate Bind to 9.8.5-P2
2013-08-05 attilioRevert r253939:
2013-08-04 attilioThe page hold mechanism is fast but it has couple of...
2013-08-02 peterUpdate serf 1.2.1 -> 1.3.0 for svn
2013-07-29 zontUnbreak sysctl ABI changes introduced in r253662
2013-07-28 peterUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 pfgDTrace: re-merge remainder of r249367 (original from...
2013-07-26 jeffImprove page LRU quality and simplify the logic.
2013-07-26 zontRemove define and documentation for vm_pageout_algorith...
2013-07-25 kientzleClear entire map structure including locks so that the
2013-07-24 avgrename scheduler->swapper and SI_SUB_RUN_SCHEDULER...
2013-07-24 glebiusSince r251709 a slab no longer use 8-bit indicies to...
2013-07-24 jeff - Remove the long obsolete 'vm_pageout_algorithm'...
2013-07-23 jeff - Correct a stale comment. We don't have vclean(...
2013-07-23 glebiusRevert r249590 and in case if mp_ncpus isn't initialize...
2013-07-22 jlhFix previous commit when option RACCT is not used.
2013-07-22 jlhFix a panic in the racct code when munlock(2) is called...
2013-07-19 jhbBe more aggressive in using superpages in all mappings...
2013-07-11 kibWhen swap pager allocates metadata in the pagedaemon...
2013-07-11 kibThe vm_fault() should not be allowed to proceed on...
2013-07-11 kibThe mlockall() or VM_MAP_WIRE_HOLESOK does not interact...
2013-07-11 kibNever remove user-wired pages from an object when doing
2013-07-11 kibIn the vm_page_set_invalid() function, do not assert...
2013-07-09 kibFix typo in comment.
2013-07-06 netchild- Move videodev headers from compat/linux to contrib...
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-07-03 neelvm_phys_fictitious_reg_range() was losing the 'memattr...
2013-06-28 davideRemove a spurious keg lock acquisition.
2013-06-28 jeff - Add a general purpose resource allocator, vmem,...
2013-06-26 jeff - Resolve bucket recursion issues by passing a cookie...
2013-06-24 glebiusTypo in comment.
2013-06-20 jeff - Add a per-zone lock for zones without kegs.
2013-06-19 jeff - Persist the caller's flags in the bucket allocation...
2013-06-18 desFix a bug that allowed a tracing process (e.g. gdb...
2013-06-18 jeffRefine UMA bucket allocation to reduce space consumptio...
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-17 jeff - Add a new UMA API: uma_zcache_create(). This makes...
2013-06-13 jeff - Convert the slab free item list from a linked array...
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-10 alcRevise the interface between vm_object_madvise() and...
2013-06-08 glebius Make sys_mlock() function just a wrapper around vm_ml...
2013-06-06 attilioComplete r251452:
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-04 attilioIn vm_object_split(), busy and consequently unbusy...
2013-06-04 alcUpdate a comment.
2013-06-04 alcRelax the object locking in vm_pageout_map_deactivate_p...
2013-06-03 kibRemove irrelevant comments.
2013-06-03 alcRequire that the page lock is held, instead of the...
2013-06-01 alcNow that access to the page's "act_count" field is...
2013-05-31 alcSimplify the definition of vm_page_lock_assert(). ...
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-30 kibAfter the object lock was dropped, the object' referenc...
2013-05-30 kibRemove the capitalization in the assertion message...
2013-05-28 attilioo Change the locking scheme for swp_bcount.
2013-05-22 attilioAcquire read lock on the src object for vm_fault_copy_e...
2013-05-21 attilioo Relax locking assertions for vm_page_find_least()
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 kibAdd ddb command 'show pginfo' which provides useful...
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-17 alcRelax the object locking in vm_fault_prefault(). A...
2013-05-17 alcRelax the object locking assertion in vm_page_lookup...
2013-05-13 attilioo Add accessor functions to add and remove pages from...
2013-05-13 peterBandaid for compiling with gcc, which happens to be...
2013-05-12 alcRefactor vm_page_alloc()'s interactions with vm_reserv_...
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-11 alcTo reduce the amount of arithmetic performed in the...
2013-05-08 attilioFix-up r250338 by completing the removal of VM_NDOMAIN...
2013-05-07 attilioRename VM_NDOMAIN into MAXMEMDOM and move it into machi...
2013-05-07 alcRemove a redundant call to panic() from vm_radix_keydif...
next