]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
- Bump __FreeBSD_version: default sort is BSD sort
[FreeBSD/FreeBSD.git] / sys / vm /
2012-06-27 alcAdd new pmap layer locks to the predefined lock order...
2012-06-22 attilio- Add a comment explaining the locking of the cached...
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-20 alcSelectively inline vm_page_dirty().
2012-06-20 jhbMove the per-thread deferred user map entries list...
2012-06-16 attilioDo a more targeted check on the page cache and avoid...
2012-06-16 alcThe page flag PGA_WRITEABLE is set and cleared exclusiv...
2012-06-10 kibUse the previous stack entry protection and max protect...
2012-06-01 eadlerRevert r236380
2012-06-01 eadlerAdd sysctl to query amount of swap space free
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-23 emaxTweak condition for disabling allocation from per-CPU...
2012-05-23 kibCalculate the count of per-process cow faults. Export...
2012-05-23 avgvm_pager_object_lookup: small performance optimization
2012-05-22 andrewFix booting on ARM.
2012-05-21 baptImport byacc from invisible island, it brings us lots...
2012-05-20 nwhitehornReplace the list of PVOs owned by each PMAP with an...
2012-05-18 kibDo not double-reference the found vm object in cdev_pag...
2012-05-17 delphijMerge tcpdump 4.2.1.
2012-05-14 delphijMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 kibAdd new pager type, OBJT_MGTDEVICE. It provides the...
2012-05-12 kibAdd a facility to register a range of physical addresse...
2012-05-12 kibSplit the code from vm_page_getfake() to initialize...
2012-05-12 kibAssert that the page passed to vm_page_putfake() is...
2012-05-12 kibAssert that fictitious or unmanaged pages do not appear on
2012-05-12 kibCommit the change forgotten in r235356.
2012-05-12 kibMake the vm_page_array_size long. Remove redundand...
2012-05-10 alcGive vm_fault()'s sequential access optimization a...
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-22 nwhitehornAvoid a lock order reversal in pmap_extract_and_hold...
2012-04-21 kibWhen MAP_STACK mapping is created, the map entry is...
2012-04-21 alcAs documented in vm_page.h, updates to the vm_page...
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...
next