]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Add missing section number for .Xr rc.
[FreeBSD/FreeBSD.git] / sys / vm /
2011-01-21 pluknetMake MSGBUF_SIZE kernel option a loader tunable kern...
2011-01-18 alcMove the definition of M_VMPGDATA to the swap pager...
2011-01-17 alcExplicitly initialize the page's queue field to PQ_NONE...
2011-01-16 alcSort function prototypes.
2011-01-16 alcUpdate a lock annotation on the page structure.
2011-01-16 alcShift responsibility for synchronizing access to the...
2011-01-16 alcClean up the start of vm_page_alloc(). In particular...
2011-01-15 kibFor consistency, use kernel_object instead of &kernel_o...
2011-01-15 alcFor some time now, the kernel and kmem objects have...
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-11 jhbRemove unneeded includes of <sys/linker_set.h>. Other...
2011-01-09 kibMove repeated MAXSLP definition from machine/vmparam...
2011-01-09 alcEliminate a redundant alignment directive on the page...
2011-01-08 alcEliminate the counting of vm_page_pa_tryrelock calls...
2011-01-03 alcRelease the page lock early in vm_pageout_clean()....
2011-01-01 alcMake a couple refinements to r216799 and r216810. ...
2011-01-01 brucecThere can be more than 0x20000000 swap meta blocks...
2010-12-29 kibRemove OBJ_CLEANING flag. The vfs_setdirty_locked_objec...
2010-12-29 alcThere is no point in vm_contig_launder{,_page}() flushi...
2010-12-29 kibMove the increment of vm object generation count into
2010-12-28 alcCorrect a typo in vm_fault_quick_hold_pages().
2010-12-27 alcMove vm_object_print()'s prototype to the expected...
2010-12-25 alcRetire vm_fault_quick(). It's no longer used.
2010-12-25 alcIntroduce and use a new VM interface for temporarily...
2010-12-20 alcIntroduce vm_fault_hold() and use it to (1) eliminate...
2010-12-17 alcImplement and use a single optimized function for unhol...
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-14 alcChange memguard_fudge() so that it can handle km_max...
2010-12-09 mlaierFix a long standing (from the original 4.4BSD lite...
2010-12-09 jchandraRevert the vm/vm_page.c change in r216317.
2010-12-09 jchandraswi_vm() for mips.
2010-12-04 traszFix comment intentation.
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-12-03 impTo make minidumps work properly on mips for memory...
2010-12-02 traszReplace pointer to "struct uidinfo" with pointer to...
2010-12-01 alcCorrect an error in the allocation of the vm_page_dump...
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-28 jchandraFix issue noted by alc while reviewing r215938:
2010-11-24 kibAfter the sleep caused by encountering a busy page...
2010-11-21 kibEliminate the mab, maf arrays and related variables.
2010-11-20 alcOptimize vm_object_terminate().
2010-11-20 kibThe runlen returned from vm_pageout_flush() might be...
2010-11-19 alcReduce the amount of detail printed by vm_page_free_toq...
2010-11-19 mlaierOff by one page in vm_reserv_reclaim_contig(): Also...
2010-11-18 kibvm_pageout_flush() might cache the pages that finished...
2010-11-18 kibOnly increment object generation count when inserting...
2010-11-14 kibDo not use __FreeBSD_version prefix for the special...
2010-11-14 kibUse symbolic names instead of hardcoding values for...
2010-11-14 kibImplement a (soft) stack guard page for auto-growing...
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-10 alcEnable reservation-based physical memory allocation...
2010-11-07 alcIn case the stack size reaches its limit and its growth...
2010-11-07 gonzo- Add minidump support for FreeBSD/mips
2010-11-04 jhbUpdate startup_alloc() to support multi-page allocation...
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-10-30 alcCorrect some format strings used by sysctls.
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-21 jhb- Make 'vm_refcnt' volatile so that compilers won't...
2010-10-20 avgPG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual...
2010-10-19 mdfuma_zfree(zone, NULL) should do nothing, to match free(9).
2010-10-16 lstewartChange uma_zone_set_max to return the effective value...
2010-10-16 lstewart- Simplify implementation of uma_zone_get_max.
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-04 alcIf vm_map_find() is asked to allocate a superpage-align...
2010-09-20 mdfReplace an XXX comment with the appropriate code.
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-19 alcAllow a POSIX shared memory object that is opened for...
2010-09-19 alcMake refinements to r212824. In particular, don't...
2010-09-18 kibAdopt the deferring of object deallocation for the...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-16 mdfRe-add r212370 now that the LOR in powerpc64 has been...
2010-09-13 mdfRevert r212370, as it causes a LOR on powerpc. powerpc...
2010-09-09 mdfAdd a drain function for struct sysctl_req, and use...
2010-09-09 nwhitehornOn architectures with non-tree-based page tables like...
2010-09-07 rstoneFix a typo in r212281. uintptr -> uintptr_t
2010-09-07 rstoneIn munmap() downgrade the vm_map_lock to a read lock...
2010-09-03 avgvm_page.c: include opt_msgbuf.h for MSGBUF_SIZE use...
2010-08-31 mdfHave memguard(9) crash with an easier-to-debug message...
2010-08-31 mdfThe realloc case for memguard(9) will copy too many...
2010-08-28 alcAdd the MAP_PREFAULT_READ option to mmap(2).
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-16 andreAdd uma_zone_get_max() to obtain the effective limit...
2010-08-12 mdfFix compile. It seemed better to have memguard.c inclu...
2010-08-11 mdfRework memguard(9) to reserve significantly more KVA...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 kibAdd new make_dev_p(9) flag MAKEDEV_ETERNAL to inform...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-27 jhbVery rough first cut at NUMA support for the physical...
2010-07-27 traszFix commented out resource limit check in mlockall...
2010-07-27 alcIntroduce exec_alloc_args(). The objective being to...
2010-07-25 alcChange the order in which the file name, arguments...
2010-07-21 jchandraRedo the page table page allocation on MIPS, as suggest...
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
next