]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Revert r316820.
[FreeBSD/FreeBSD.git] / sys / vm /
2019-09-19 Allan Judesys/vm/vm_glue.c: Incorrect function name in panic...
2019-09-17 Doug MooreRemove dead code from vm_map_unlink_entry made dead...
2019-09-16 Mateusz Guzikvfs: manage mnt_ref with atomics
2019-09-16 Mark JohnstonAssert that the refcount value is not VPRC_BLOCKED...
2019-09-16 Mark JohnstonFix a race in vm_page_dequeue_deferred_free() after...
2019-09-16 Mark JohnstonFix a page leak in vm_page_reclaim_run().
2019-09-16 Mark JohnstonRevert r352406, which contained changes I didn't intend...
2019-09-16 Mark JohnstonFix a couple of nits in r352110.
2019-09-12 Hans Petter SelaskyUse REFCOUNT_COUNT() to obtain refcount where appropriate.
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Jeff RobersonReplace redundant code with a few new vm_page_grab...
2019-09-10 Jeff RobersonUse the sleepq lock rather than the page lock to protec...
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-09 Mark JohnstonChange synchonization rules for vm_page reference counting.
2019-09-07 Konstantin Belousovvm_object_deallocate(): Remove no longer needed code.
2019-09-07 Konstantin Belousovvm_object_coalesce(): avoid extending any nosplit objec...
2019-09-04 Konstantin Belousovmadvise(MADV_FREE): Quick fix to time rewind.
2019-09-03 Kyle Evansvm pager: writemapping accounting for OBJT_SWAP
2019-09-03 Konstantin BelousovAdd procctl(PROC_STACKGAP_CTL)
2019-09-03 Mark JohnstonAdd preliminary support for atomic updates of per-page...
2019-09-03 Mark JohnstonMap the vm_page array into KVA on amd64.
2019-09-01 Mark JohnstonExtend uma_reclaim() to permit different reclamation...
2019-08-29 Konstantin BelousovRework v_object lifecycle for vnodes.
2019-08-28 Mateusz Guzikvm: only lock tmpfs vnode shared in vm_object_deallocate
2019-08-28 Mark JohnstonWire pages in vm_page_grab() when appropriate.
2019-08-27 Hiroki SatoMFV r351553:
2019-08-26 Mark JohnstonFix a few nits in vm_pqbatch_process_page().
2019-08-26 Xin LIMFV r351500: Fix CLEAR_HASH macro to be usable as...
2019-08-25 Mark JohnstonHandle UMA_ANYDOMAIN in kstack_import().
2019-08-25 Konstantin BelousovMove OBJT_VNODE specific code from vm_object_terminate...
2019-08-25 Doug Moorevm_map_simplify_entry considers merging an entry with...
2019-08-24 Konstantin BelousovMake stack grow use the same gap as stack create.
2019-08-24 Mateusz GuzikRemove the obsolete pcpu_zone_ptr zone.
2019-08-23 Mark JohnstonStop clearing page flags in vm_page_pqbatch_submit().
2019-08-23 Mark JohnstonMake vm_pqbatch_submit_page() externally visible.
2019-08-22 Cy SchubertMFV r346563:
2019-08-21 Mark JohnstonSimplify vm_page_dequeue() and fix an assertion.
2019-08-21 Mark JohnstonUnconditionally enable debug.vm_lowmem.
2019-08-21 Mark JohnstonDon't requeue active pages in vm_swapout_object_deactiv...
2019-08-19 Jeff RobersonUse an atomic reference count for paging in progress...
2019-08-19 Jeff RobersonPermit vm_pager_has_page() to run with a shared lock...
2019-08-18 Jeff RobersonAllocate amd64's page array using pages and page direct...
2019-08-18 Konstantin BelousovChange locking requirements for VOP_UNSET_TEXT().
2019-08-18 Jeff RobersonRemove unnecessary debugging from r351181 that caused...
2019-08-18 Jeff Robersonvm_phys_avail_find is only used on NUMA kernels. Fix...
2019-08-18 Jeff RobersonEncapsulate phys_avail manipulation in a set of simple...
2019-08-16 Aleksandr RybalkoCheck paddr for overflow.
2019-08-16 Konstantin BelousovFix OOM handling of some corner cases.
2019-08-16 Jeff RobersonMove phys_avail definition into MI code. It is consume...
2019-08-15 Jung-uk KimMFV: r351091
2019-08-15 Andriy GaponMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 Andriy GaponMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-15 Doug Mooreswap_pager.c reserves 2 blocks for a bsd label. Change...
2019-08-13 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 Alan Somersping6: Fix data type of a variable for a packet sequenc...
2019-08-12 Andriy GaponMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-11 Xin LIUpgrade to Bzip2 version 1.0.8.
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-08 Konstantin BelousovFix stack grow for init.
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-08-06 Jeff RobersonCache kernel stacks in UMA. This gives us NUMA support...
2019-08-06 Jeff RobersonImplement a MINBUCKET zone flag so we can use minimal...
2019-08-06 Jeff RobersonAdd two new kernel options to control memory locality...
2019-07-30 Alan SomersMFHead @350453
2019-07-30 Alan SomersMFHead @350426
2019-07-29 Mark JohnstonCentralize the logic in vfs_vmio_unwire() and sendfile_...
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-28 Doug MooreIn swap_pager_putpages, move the initialization of...
2019-07-28 Alan SomersMFHead @r350386
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-20 Mark JohnstonRename vm_page_{import,release}() to vm_page_zone_...
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-19 Doug MooreDefine vm_map_entry_in_transition to handle an in-trans...
2019-07-18 Cy SchubertMFV r350080:
2019-07-17 Alan SomersRevert r346608
2019-07-09 Jung-uk KimMFV: r349861
2019-07-08 Mark JohnstonMerge the vm_page hold and wire mechanisms.
2019-07-08 Mark JohnstonElide the vm_reserv_free_page() call when PG_PCPU_CACHE...
2019-07-08 Mark JohnstonAdd a per-CPU page cache per VM free pool.
2019-07-07 Doug MooreA style-related change, r349791, made unclear the meani...
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-06 Doug MooreFix style(9) violations involving division by PAGE_SIZE.
2019-07-06 Doug MooreChange blist_next_leaf_alloc so that it can examine...
2019-07-05 Doug MooreBased on work posted at https://reviews.freebsd.org...
2019-07-04 Doug MooreMove an assignment, drop a label, and change gotos...
2019-07-04 Doug MooreReplace a 'goto' with an 'else' in vm_map_wire_locked.
2019-07-04 Doug MooreChange boolean_t variables in vm_map_unwire and vm_map_...
2019-07-04 Doug MooreDrop a temp variable from vm_map_insert, with no effect...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-03 Doug MooreEliminate a goto and a label in vm_map_wire_locked...
2019-07-03 Ed Mastecorrect pmap_ts_referenced return type
2019-07-03 Mark JohnstonCache the next queue element when traversing a page...
2019-07-02 Mark JohnstonMark pages allocated from the per-CPU cache.
2019-07-02 Konstantin BelousovControl implicit PROT_MAX() using procctl(2) and the...
2019-07-02 Konstantin BelousovUse traditional 'p' local to designate td->td_proc...
2019-06-30 Doug MooreRemove a call to vm_map_simplify_entry from _vm_map_cli...
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-28 Martin MatuskaMFV r349454:
next