]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Refactor the VAP transmit path code into a utility function that both
[FreeBSD/FreeBSD.git] / sys / vm /
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...
2013-05-04 alcOptimize vm_radix_lookup_ge() and vm_radix_lookup_le...
2013-05-03 jhbFix two bugs in the current NUMA-aware allocation code:
2013-05-02 kibAdd a hint suggesting why tmpfs does not need a special...
2013-04-28 kibRework the handling of the tmpfs node backing swap...
2013-04-28 kibMake vm_object_page_clean() and vm_mmap_vnode() tolerat...
2013-04-28 kibAssert that the object type for the vnode' non-NULL...
2013-04-28 kibConvert panic() into KASSERT().
2013-04-28 alcEliminate an unneeded call to vm_radix_trimkey() from...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-27 alcAvoid some lookup restarts in vm_radix_lookup_{ge,le}().
2013-04-22 glebiusPanic if UMA_ZONE_PCPU is created at early stages of...
2013-04-22 alcSimplify vm_radix_{add,dec}lev().
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-18 alcWhen calculating the number of reserved nodes, discount...
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-15 alcAlthough we perform path compression to reduce the...
2013-04-12 alcAlthough we perform path compression to reduce the...
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-09 glebiusConvert UMA code to C99 uintXX_t types.
2013-04-09 glebiusSwap us_freecount and us_flags, achieving same structur...
2013-04-09 glebiusSince now we support 256 items per slab, we need more...
2013-04-09 glebiusFix KASSERTs: maximum number of items per slab is 256.
2013-04-09 kibFix the assertions for the state of the object under...
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-08 attilioThe per-page act_count can be made very-easily protecte...
2013-04-08 glebiusMerge from projects/counters: UMA_ZONE_PCPU zones.
2013-04-07 alcMicro-optimize the order of struct vm_radix_node's...
2013-04-06 jeffPrepare to replace the buf splay with a trie:
2013-04-06 alcSimplify vm_radix_keybarr().
2013-04-06 mmMFV r248217:
next