]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Enable DTrace hooks in GENERIC.
[FreeBSD/FreeBSD.git] / sys / vm /
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-09 attilio- Introduce a cache-miss optimization for consistency...
2012-04-08 alcFix mincore(2) so that it reports PG_CACHED pages as...
2012-04-08 alcIf a page belonging a reservation is cached, then mark...
2012-04-06 attilioStaticize vm_page_cache_remove().
2012-04-06 nwhitehornReduce the frequency that the PowerPC/AIM pmaps invalid...
2012-04-05 jhbAdd new ktrace records for the start and end of VM...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-28 mckusickKeep track of the mount point associated with a special...
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-22 alcHandle spurious page faults that may occur in no-fault...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-19 jhbBah, just revert my earlier change entirely. (Missed...
2012-03-19 jhbFix madvise(MADV_WILLNEED) to properly handle individua...
2012-03-19 jhbAlter the previous commit to use vm_size_t instead...
2012-03-17 kibIn vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRT...
2012-03-14 jhbPedantic nit: use vm_pindex_t instead of long for a...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-08 jhbAdd KTR_VFS traces to track modifications to a vnode...
2012-03-02 alcEliminate stale incorrect ARGSUSED comments.
2012-02-29 alcSimplify kmem_alloc() by eliminating code that existed...
2012-02-25 alcSimplify vm_mmap()'s control flow.
2012-02-25 alcSimplify vmspace_fork()'s control flow by copying immut...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-24 kibPlace the if() at the right location, to activate the...
2012-02-23 kibAccount the writeable shared mappings backed by file...
2012-02-22 kibRemove wrong comment.
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 alcWhen vm_mmap() is used to map a vm object into a kernel...
2012-02-11 kibClose a race due to dropping of the map lock between...
2012-02-10 edRemove direct access to si_name.
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-01 mavFix NULL dereference panic on attempt to turn off ...
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-27 kmacyexclude kmem_alloc'ed ARC data buffers from kernel...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-17 nwhitehornRevert r212360 now that PowerPC can handle large sparse...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-10 kibChange the type of the paging_in_progress refcounter...
2012-01-04 kibDo not restart the scan in vm_object_page_clean() on...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-28 alcOptimize vm_object_split()'s handling of reservations.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-23 kibOptimize the common case of msyncing the whole file...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-16 kibMove kstack_cache_entry into the private header, and...
2011-12-14 eadler- The previous commit (r228449) accidentally moved...
2011-12-13 eadlerDocument a large number of currently undocumented sysct...
2011-12-12 kibFix printf.
2011-12-05 alcIntroduce vm_reserv_alloc_contig() and teach vm_page_al...
2011-11-30 kibRename vm_page_set_valid() to vm_page_set_valid_range().
2011-11-29 kibHide the internals of vm_page_lock(9) from the loadable...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-21 attilioIntroduce the same mutex-wise fix in r227758 for sx...
2011-11-20 attilioIntroduce macro stubs in the mutex implementation that...
2011-11-17 alcEliminate end-of-line white space.
2011-11-16 alcRefactor the code that performs physically contiguous...
2011-11-15 kibUpdate the device pager interface, while keeping the...
2011-11-15 kibRemove the condition that is always true.
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-06 alcWake up the page daemon in vm_page_alloc_freelist(...
2011-11-05 kibRemove redundand definitions. The chunk was missed...
2011-11-05 kibProvide typedefs for the type of bit mask for the page...
2011-11-04 alcSimplify the implementation of the failure case in...
2011-11-04 jhbAdd the posix_fadvise(2) system call. It is somewhat...
2011-11-02 alcAdd support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to...
2011-10-30 alcEliminate vm_phys_bootstrap_alloc(). It was a failed...
2011-10-28 alcUse "u_long" instead of "unsigned long".
2011-10-27 alcTidy up the comment at the head of vm_page_alloc, and...
2011-10-27 alcEliminate vestiges of page coloring in VM_ALLOC_NOOBJ...
2011-10-27 alccontigmalloc(9) and contigfree(9) are now implemented...
2011-10-25 alcSpeed up vm_page_cache() and vm_page_remove() by checki...
2011-10-22 attilioVN_NRESERVLEVEL is used in this file but opt_vm is...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-15 kibControl the execution permission of the readable segmen...
2011-10-14 jhbFix a typo in a comment.
2011-10-13 marcelIn sys_obreak() and when compiling for amd64 or ia64...
2011-10-12 glebiusMake memguard(9) capable to guard uma(9) allocations.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-29 kibStyle nit.
2011-09-28 kibFix grammar.
2011-09-28 kibUse the trick of performing the atomic operation on...
2011-09-28 kibUse the explicitly-sized types for the dirty and valid...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
2011-09-06 kibSplit the vm_page flags PG_WRITEABLE and PG_REFERENCED...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-22 kibUpdate some comments in swap_pager.c.
2011-08-22 kibApply the limit to avoid the overflows in the radix...
2011-08-11 rwatsonSecond-to-last commit implementing Capsicum capabilitie...
2011-08-09 kib- Move the PG_UNMANAGED flag from m->flags to m->oflags...
2011-08-07 alcFix an error in kmem_alloc_attr(). Unless "tries"...
2011-08-01 kibImplement the linprocfs swaps file, providing informati...
next