]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Extend the support for exempting processes from being killed when swap is
[FreeBSD/FreeBSD.git] / sys / vm /
2013-09-19 jhbExtend the support for exempting processes from being...
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-17 kibPG_SLAB no longer serves a useful purpose, since m...
2013-09-16 kibRemove zero-copy sockets code. It only worked for...
2013-09-14 kibIf the last page of the file is partially full and...
2013-09-13 grehanImport Hyper-V paravirtualized drivers from projects...
2013-09-12 jhbFix an off-by-one error when populating mincore(2)...
2013-09-11 grehanIFC @ r255459
2013-09-09 jhbAdd a mmap flag (MAP_32BIT) on 64-bit platforms to...
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-08 kibDrain for the xbusy state for two places which potentia...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-06 cyUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-06 markmMFC
2013-09-05 sjgMerge bmake-20130904
2013-09-05 kibThe vm_page_trysbusy() should not fail when shared...
2013-09-05 pjdChange the cap_rights_t type from uint64_t to a structu...
2013-09-04 grehanIFC @ r255209
2013-09-01 markmMFC
2013-08-31 mckusickFix bug introduced in rewrite of keg_free_slab in ...
2013-08-30 markmMFC
2013-08-29 alcSignificantly reduce the cost, i.e., run time, of calls...
2013-08-26 markmMFC
2013-08-26 glebiusRemove comment that is no longer relevant since r254182.
2013-08-23 markmIFC
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-23 markmMFC
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-22 markmIFC.
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-08-01 grehanIFC @ r253862
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-19 grehanIFC @ r253461
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-05 grehanIFC @ r252763
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-07-03 grehanImport driver source from hyperv-20130627 vendor branch.
2013-06-28 davideRemove a spurious keg lock acquisition.
2013-06-28 jeff - Add a general purpose resource allocator, vmem,...
2013-06-27 grehanIFC @ r252288
2013-06-26 jeff - Resolve bucket recursion issues by passing a cookie...
2013-06-24 glebiusTypo in comment.
2013-06-21 grehanIFC @ r252047
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
next