]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Import of liblzma, xz, xzdec, lzmainfo from vendor branch
[FreeBSD/FreeBSD.git] / sys / vm /
2010-05-10 Martin MatuskaImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-09 Alan CoxPush down the acquisition of the page queues lock into...
2010-05-09 Alan CoxCall vm_page_deactivate() rather than vm_page_dontneed...
2010-05-09 Alan CoxRemove the page queues lock around a call to vm_page_ac...
2010-05-08 Alan CoxMinimize the scope of the page queues lock in vm_fault().
2010-05-08 Alan CoxPush down the page queues into vm_page_cache(), vm_page...
2010-05-07 Jung-uk KimFix a typo in the previous commit.
2010-05-07 Konstantin BelousovOne more use for vm_pageout_init_marker().
2010-05-07 Alan CoxEliminate unnecessary page queues locking.
2010-05-07 Alan CoxPush down the page queues lock into vm_page_activate().
2010-05-07 Alan CoxUpdate the synchronization requirements for the page...
2010-05-07 Alan CoxEliminate acquisitions of the page queues lock that...
2010-05-07 Alan CoxPush down the page queues lock into vm_page_deactivate...
2010-05-07 Kirk McKusickMerger of the quota64 project into head.
2010-05-06 Alan CoxEliminate page queues locking around most calls to...
2010-05-06 Kirk McKusickFinal update to current version of head in preparation...
2010-05-06 Alan CoxUpdate a comment to say that access to a page's wire...
2010-05-06 Alan CoxPush down the page queues lock inside of vm_page_free_t...
2010-05-06 Konstantin BelousovAdd a helper function vm_pageout_page_lock(), similar...
2010-05-05 Alan CoxAcquire the page lock around all remaining calls to...
2010-05-05 Alan CoxPush down the acquisition of the page queues lock into...
2010-05-04 Alan CoxAdd page locking to the vm_page_cow* functions.
2010-05-04 Alan CoxAdd lock assertions.
2010-05-03 Konstantin BelousovHandle busy status of the page in a way expected for...
2010-05-03 Alan CoxAcquire the page lock around vm_page_wire() in vm_page_...
2010-05-03 Alan CoxIt makes more sense for the object-based backend alloca...
2010-05-03 Alan CoxThe pages allocated by kmem_alloc_attr() and kmem_mallo...
2010-05-03 Alan CoxAssert that the page queues lock is held in vm_page_rem...
2010-05-02 Alan CoxAdd page lock assertions where we access the page's...
2010-05-02 Alan CoxEliminate an assignment that was made redundant by...
2010-05-02 Alan CoxDefer the acquisition of the page and page queues locks in
2010-05-02 Alan CoxSimplify vm_fault(). The introduction of the new page...
2010-05-02 Alan CoxCorrect an error in r207410: Remove an unlock of a...
2010-05-02 Alan CoxIt makes no sense for vm_page_sleep_if_busy()'s helper...
2010-05-02 Alan CoxThis change addresses the race condition that was intro...
2010-05-02 Alan CoxCorrect an error of omission in r206819. If VMFS_TLB_A...
2010-05-01 Kip MacyUpdate locking comment above vm_page:
2010-04-30 Kip Macypush up dropping of the page queue lock to avoid holdin...
2010-04-30 Kip Macydon't call vm_pageout_flush with the page queue mutex...
2010-04-30 Kip Macy- acquire the page lock in vm_contig_launder_page befor...
2010-04-30 Kip Macy- don't check hold_count without the page lock held
2010-04-30 Konstantin BelousovUnlock page lock instead of recursively locking it.
2010-04-30 Kip Macydon't allow unsynchronized free in vm_page_unhold
2010-04-30 Kip MacyOn Alan's advice, rather than do a wholesale conversion...
2010-04-29 Alan CoxSimplify the inner loop of vm_pageout_object_deactivate...
2010-04-29 Konstantin BelousovWhen doing kstack swapin, read as much pages in one...
2010-04-29 Konstantin BelousovIn swap pager, do not free the non-requested pages...
2010-04-28 Jung-uk KimMerge ACPICA 20100428.
2010-04-28 Dag-Erling SmørgravUpgrade to OpenSSH 5.5p1.
2010-04-28 Alan CoxSetting PG_REFERENCED on a page at the end of vm_fault...
2010-04-28 Kirk McKusickUpdate to current version of head.
2010-04-28 Alan CoxChange vm_object_madvise() so that it checks whether...
2010-04-24 Alan CoxResurrect pmap_is_referenced() and use it in mincore...
2010-04-24 Marius StroblAdd a TestFloat based test suite for floating-point...
2010-04-20 Xin LIMFV: zlib 1.2.5.
2010-04-20 Alan CoxEliminate an unnecessary call to pmap_remove_all()...
2010-04-19 Edwin GroothuisMFV of tzdata2010i, r206865
2010-04-19 Alan Coxvm_thread_swapout() can safely dirty the page before...
2010-04-18 Juli Malletto) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE...
2010-04-18 Alan CoxRemove a nonsensical test from vm_pageout_clean()....
2010-04-18 Alan CoxThere is no justification for vm_object_split() setting...
2010-04-17 Alan CoxIn vm_object_madvise() setting PG_REFERENCED on a page...
2010-04-17 Alan CoxIn vm_object_backing_scan(), setting PG_REFERENCED...
2010-04-17 Alan CoxSetting PG_REFERENCED on the requested page in swap_pag...
2010-04-16 Xin LIMFV: libz 1.2.4.3.
2010-04-13 Alan CoxSimplify vm_thread_swapin().
2010-04-11 Alan CoxInitialize the virtual memory-related resource limits...
2010-04-09 Alan CoxIntroduce the function kmem_alloc_attr(), which allocat...
2010-04-07 Joel DahlStart copyright notice with /*-
2010-04-06 Konstantin BelousovWhen OOM searches for a process to kill, ignore the...
2010-04-05 Edwin GroothuisMFV of tzdata2010h:
2010-04-05 Alan Coxvm_reserv_alloc_page() should never be called on an...
2010-04-03 Alan CoxMake _vm_map_init() the one place where the vm map...
2010-04-03 Alan CoxRe-enable the call to pmap_release() by vmspace_dofree...
2010-04-02 Jung-uk KimMerge ACPICA 20100331 (and four additional upstream...
2010-04-01 Simon L. B. NielsenMerge OpenSSL 0.9.8n into head.
2010-03-31 Xin LIUpdate to 1.2.4.1 (beta).
2010-03-23 Xin LIMFV: Update nc to the version from OpenBSD 4.7.
2010-03-23 John BaldwinReject attempts to create a MAP_ANON mapping with a...
2010-03-22 Kip Macy- enable alignment on amd64 only
2010-03-22 Edwin GroothuisMFV of tzdata2010f:
2010-03-22 Dag-Erling SmørgravMerge upstream r432:
2010-03-18 Kip Macyturn 205266 in to a no-op until the problem can be...
2010-03-18 Doug BartonUpdate to 9.6.2-P1, the latest patchfix release which...
2010-03-17 Kip MacyCache line align various structures and move volatile...
2010-03-13 Simon L. B. NielsenMerge OpenSSL 0.9.8m into head.
2010-03-09 Xin LIIntegrate OpenBSD rev 1.5 of x86emu.c.
2010-03-09 Dag-Erling SmørgravUpgrade to OpenSSH 5.4p1.
2010-03-08 Edwin GroothuisMFV of tzdata2010e:
2010-03-05 Jung-uk KimMerge ACPICA 20100304.
2010-03-04 Dag-Erling SmørgravIFH@204581
2010-03-03 Doug BartonUpgrade to version 9.6.2. This version includes all...
2010-03-02 Edwin GroothuisMFV of r204563, tzdata2010c:
2010-02-28 Rafal JaworowskiMerge DTC-d75b33af.
2010-02-27 Konstantin BelousovUpdate comment for vm_page_alloc(9), listing all accept...
2010-02-22 Konstantin BelousovRemove write-only variable.
2010-02-21 Alan CoxAlign the start of the clean submap to a superpage...
2010-01-29 Konstantin BelousovThe MAP_ENTRY_NEEDS_COPY flag belongs to protoeflags...
2010-01-26 Edwin GroothuisMFV of tzdata2010b, r203017
2010-01-26 Gregory Neil ShapiroMerge sendmail 8.14.4 to HEAD
next