]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
MFV: less v449.
[FreeBSD/FreeBSD.git] / sys / vm /
2012-06-26 Xin LIMFV: less v449.
2012-06-25 Xin LIMFV (r237567):
2012-06-22 Attilio Rao- Add a comment explaining the locking of the cached...
2012-06-22 Jung-uk KimMerge ACPICA 20120620.
2012-06-21 Xin LIMFV: Update zlib to 1.2.7.
2012-06-20 Alan CoxSelectively inline vm_page_dirty().
2012-06-20 John BaldwinMove the per-thread deferred user map entries list...
2012-06-16 Attilio RaoDo a more targeted check on the page cache and avoid...
2012-06-16 Alan CoxThe page flag PGA_WRITEABLE is set and cleared exclusiv...
2012-06-10 Konstantin BelousovUse the previous stack entry protection and max protect...
2012-06-04 Doug BartonUpgrade to 9.8.3-P1, the latest from ISC. This version...
2012-06-01 Eitan AdlerRevert r236380
2012-06-01 Eitan AdlerAdd sysctl to query amount of swap space free
2012-05-28 Doug BartonUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-26 Dag-Erling SmørgravOpenPAM Micrampelis was re-rolled due to a showstopper...
2012-05-26 Dag-Erling SmørgravUpdate to OpenPAM Micrampelis.
2012-05-24 Jung-uk KimMerge ACPICA 20120518.
2012-05-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.1 release. Release...
2012-05-23 Maksim YevmenkinTweak condition for disabling allocation from per-CPU...
2012-05-23 Konstantin BelousovCalculate the count of per-process cow faults. Export...
2012-05-23 Andriy Gaponvm_pager_object_lookup: small performance optimization
2012-05-22 Andrew TurnerFix booting on ARM.
2012-05-21 Baptiste DaroussinImport byacc from invisible island, it brings us lots...
2012-05-20 Nathan WhitehornReplace the list of PVOs owned by each PMAP with an...
2012-05-18 Konstantin BelousovDo not double-reference the found vm object in cdev_pag...
2012-05-17 Xin LIMerge tcpdump 4.2.1.
2012-05-14 Xin LIMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 George V. Neville... Import dtracetoolkit into cddl/contrib
2012-05-12 Konstantin BelousovAdd new pager type, OBJT_MGTDEVICE. It provides the...
2012-05-12 Konstantin BelousovAdd a facility to register a range of physical addresse...
2012-05-12 Konstantin BelousovSplit the code from vm_page_getfake() to initialize...
2012-05-12 Konstantin BelousovAssert that the page passed to vm_page_putfake() is...
2012-05-12 Konstantin BelousovAssert that fictitious or unmanaged pages do not appear on
2012-05-12 Konstantin BelousovCommit the change forgotten in r235356.
2012-05-12 Konstantin BelousovMake the vm_page_array_size long. Remove redundand...
2012-05-10 Alan CoxGive vm_fault()'s sequential access optimization a...
2012-05-04 Xin LIMerge from OpenBSD 5.1.
2012-05-03 Dimitry AndricUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 David ChisnallImport new version of libc++. Among other improvements...
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-23 Jung-uk KimMerge ACPICA 20120420.
2012-04-22 Nathan WhitehornAvoid a lock order reversal in pmap_extract_and_hold...
2012-04-21 Konstantin BelousovWhen MAP_STACK mapping is created, the map entry is...
2012-04-21 Alan CoxAs documented in vm_page.h, updates to the vm_page...
2012-04-19 David E. O'BrienUpdate file(1) to version 5.11.
2012-04-16 Dimitry AndricUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-12 Doug BartonThe BIND 9.8.2 tarball was re-rolled to remove 9.8...
2012-04-09 Attilio Rao- Introduce a cache-miss optimization for consistency...
2012-04-08 Alan CoxFix mincore(2) so that it reports PG_CACHED pages as...
2012-04-08 Alan CoxIf a page belonging a reservation is cached, then mark...
2012-04-08 Stanislav Sedov- Update FreeBSD's Heimdal distribution to 1.5.2. ...
2012-04-06 Attilio RaoStaticize vm_page_cache_remove().
2012-04-06 Nathan WhitehornReduce the frequency that the PowerPC/AIM pmaps invalid...
2012-04-05 John BaldwinAdd new ktrace records for the start and end of VM...
2012-04-05 Doug BartonUpdate to version 9.8.2, the latest from ISC, which...
2012-03-30 Doug AmbriskoMFhead_mfi r233621
2012-03-30 Doug AmbriskoMFhead_mfi r227068
2012-03-28 Kirk McKusickKeep track of the mount point associated with a special...
2012-03-28 Jung-uk KimMFV: r233615
2012-03-27 Jung-uk KimMFV: r233551
2012-03-27 Jung-uk KimMFV: r233550
2012-03-25 Edwin GroothuisMFV of 233442, tzdata2012a
2012-03-22 Stanislav Sedov- Update FreeBSD Heimdal distribution to version 1...
2012-03-22 Alan CoxHandle spurious page faults that may occur in no-fault...
2012-03-20 Jung-uk KimMerge ACPICA 20120320.
2012-03-20 David ChisnallImport new version of libcxxrt. Now works correctly...
2012-03-19 John BaldwinBah, just revert my earlier change entirely. (Missed...
2012-03-19 John BaldwinFix madvise(MADV_WILLNEED) to properly handle individua...
2012-03-19 John BaldwinAlter the previous commit to use vm_size_t instead...
2012-03-17 Konstantin BelousovIn vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRT...
2012-03-14 John BaldwinPedantic nit: use vm_pindex_t instead of long for a...
2012-03-14 David ChisnallImport a slightly newer libc++, with some bugs fixed...
2012-03-14 David ChisnallImport new versions of libcxxrt and libc++.
2012-03-11 Juli MallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-08 John BaldwinAdd KTR_VFS traces to track modifications to a vnode...
2012-03-02 Alan CoxEliminate stale incorrect ARGSUSED comments.
2012-02-29 Alan CoxSimplify kmem_alloc() by eliminating code that existed...
2012-02-25 Alan CoxSimplify vm_mmap()'s control flow.
2012-02-25 Alan CoxSimplify vmspace_fork()'s control flow by copying immut...
2012-02-25 Martin MatuskaUpdate libarchive to 3.0.3
2012-02-24 Konstantin BelousovPlace the if() at the right location, to activate the...
2012-02-23 Konstantin BelousovAccount the writeable shared mappings backed by file...
2012-02-22 Konstantin BelousovRemove wrong comment.
2012-02-22 Mark PeekUpdate to tcsh 6.18.01.
2012-02-17 Bjoern A. ZeebIFC @231845
2012-02-16 Jung-uk KimMerge ACPICA 20120215.
2012-02-16 Alan CoxWhen vm_mmap() is used to map a vm object into a kernel...
2012-02-11 Konstantin BelousovClose a race due to dropping of the map lock between...
2012-02-10 Ed SchoutenRemove direct access to si_name.
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-01 Alexander MotinFix NULL dereference panic on attempt to turn off ...
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-27 Kip Macyexclude kmem_alloc'ed ARC data buffers from kernel...
2012-01-17 Nathan WhitehornRevert r212360 now that PowerPC can handle large sparse...
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-10 Konstantin BelousovChange the type of the paging_in_progress refcounter...
2012-01-04 Konstantin BelousovDo not restart the scan in vm_object_page_clean() on...
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-01 Adrian ChaddInitial copy of xz-embedded to sys/contrib/.
2011-12-31 Ed SchoutenUpgrade libcompiler_rt to upstream revision 147390.
next