]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Fix the RSSI calculation.
[FreeBSD/FreeBSD.git] / sys / vm /
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:
2013-04-06 alcSimplify vm_radix_insert().
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-03 alcReplace the remaining uses of vm_radix_node_page()...
2013-04-02 sjgUpdate to bmake-20130330
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-03-28 kibRelease the v_writecount reference on the vnode in...
2013-03-26 alcIntroduce vm_radix_isleaf() and use it in a couple...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-24 alcMicro-optimize the control flow in a few places. Elimi...
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-21 mmMerge libzfs_core branch:
2013-03-21 kibOnly size and create the bio_transient_map when unmappe...
2013-03-20 kibFix the logic inversion in the r248512.
2013-03-19 kibDo not map the swap i/o pbufs if the geom provider...
2013-03-19 kibPass unmapped buffers for page in requests if the files...
2013-03-19 kibImplement the concept of the unmapped VMIO buffers...
2013-03-19 mmMFV r247580:
next