]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Update libarchive to 3.0.4
[FreeBSD/FreeBSD.git] / sys / vm /
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-26 kibDo not requeue held page or page for which locking...
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-24 alcAddendum to r238604. If the inactive queue scan isn...
2012-07-18 kibDo not restart scan of the inactive queue when non...
2012-07-18 alcMove what remains of vm/vm_contig.c into vm/vm_pageout...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-17 alcCorrect vm_page_alloc_contig()'s implementation of...
2012-07-16 alcVarious improvements to vm_contig_grow_cache(). Most...
2012-07-15 alcCorrect an off-by-one error in vm_reserv_alloc_contig...
2012-07-15 mdfFix a bug with memguard(9) on 32-bit architectures...
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-14 alcIf vm_contig_grow_cache() is allowed to sleep, then...
2012-07-14 alcMove kmem_alloc_{attr,contig}() to vm/vm_kern.c, where...
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-11 attilioDocument the object type movements, related to swp_page...
2012-07-08 kibAvoid vm page queues lock leak after r238212.
2012-07-07 kibDrop page queues mutex on each iteration of vm_pageout_...
2012-07-07 eadlerAdd missing sleep stat increase
2012-07-06 kibStyle.
2012-07-02 jhbHonor db_pager_quit in 'show uma' and 'show malloc'.
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
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.
next