]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Add BCM5717C 10/100/1000TX PHY id.
[FreeBSD/FreeBSD.git] / sys / vm /
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:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-09 alcAdd support for the VM_ALLOC_COUNT() hint to vm_page_al...
2010-07-08 kibMake VM_ALLOC_RETRY flag mandatory for vm_page_grab...
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-05 kibAdd the ability for the allocflag argument of the vm_pa...
2010-07-04 kibSeveral cleanups for the r209686:
2010-07-04 kibReimplement vm_object_page_clean(), using the fact...
2010-07-04 kibIntroduce a helper function vm_page_find_least(). Use...
2010-07-03 alcImprove the comment and man page for vm_page_alloc...
2010-07-02 alcPush down the acquisition of the page queues lock into
2010-07-02 alcUse vm_page_prev() instead of vm_page_lookup() in the...
2010-07-02 alcWith the demise of page coloring, the page queue macros...
2010-06-30 alcSimplify entry to vm_pageout_clean(). Expect the page...
2010-06-21 alcIntroduce vm_page_next() and vm_page_prev(), and use...
2010-06-15 sbrunoAdd a new column to the output of vmstat -z to indicate...
2010-06-14 alcEliminate checks for a page having a NULL object in...
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-11 jhbUpdate several places that iterate over CPUs to use...
2010-06-11 impMerge from tbemd
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-10 alcReduce the scope of the page queues lock and the number of
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-04 jchandraMake vm_contig_grow_cache() extern, and use it when...
2010-06-03 kibDo not leak vm page lock in vm_contig_launder(), vm_pag...
2010-06-03 kibAdd assertion and comment in vm_page_flag_set() describ...
2010-06-03 alcMaintain the pretense that we support 32KB pages for...
2010-06-02 alcMinimize the use of the page queues lock for synchroniz...
2010-05-29 alcWhen I pushed down the page queues lock into pmap_is_mo...
2010-05-26 alcPush down page queues lock acquisition in pmap_enter_ob...
2010-05-25 alcEliminate the acquisition and release of the page queue...
2010-05-24 alcRoughly half of a typical pmap_mincore() implementation...
2010-05-20 kibWhen waiting for the busy page, do not unlock the objec...
2010-05-18 alcThe page queues lock is no longer required by vm_page_s...
2010-05-16 alcOn entry to pmap_enter(), assert that the page is busy...
2010-05-16 alcCorrect an error of omission in r202897: Now that amd64...
2010-05-16 alcAdd a comment about the proper use of vm_object_page_re...
2010-05-11 alcUpdate synchronization annotations for struct vm_page...
2010-05-10 kibContinue cleaning the queue instead of moving to the...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-09 alcPush down the acquisition of the page queues lock into...
2010-05-09 alcCall vm_page_deactivate() rather than vm_page_dontneed...
2010-05-09 alcRemove the page queues lock around a call to vm_page_ac...
2010-05-08 alcMinimize the scope of the page queues lock in vm_fault().
2010-05-08 alcPush down the page queues into vm_page_cache(), vm_page...
2010-05-07 jkimFix a typo in the previous commit.
2010-05-07 kibOne more use for vm_pageout_init_marker().
2010-05-07 alcEliminate unnecessary page queues locking.
2010-05-07 alcPush down the page queues lock into vm_page_activate().
2010-05-07 alcUpdate the synchronization requirements for the page...
2010-05-07 alcEliminate acquisitions of the page queues lock that...
2010-05-07 alcPush down the page queues lock into vm_page_deactivate...
2010-05-07 mckusickMerger of the quota64 project into head.
2010-05-06 alcEliminate page queues locking around most calls to...
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-06 alcUpdate a comment to say that access to a page's wire...
2010-05-06 alcPush down the page queues lock inside of vm_page_free_t...
2010-05-06 kibAdd a helper function vm_pageout_page_lock(), similar...
2010-05-05 alcAcquire the page lock around all remaining calls to...
2010-05-05 alcPush down the acquisition of the page queues lock into...
2010-05-04 alcAdd page locking to the vm_page_cow* functions.
next