]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Add MODULE_PNP_INFO() to vmci(4). This allows devd(8) to load the
[FreeBSD/FreeBSD.git] / sys / vm /
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:
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-28 Doug MooreIf vm_map_protect fails with KERN_RESOURCE_SHORTAGE...
2019-06-27 Alan SomersMFHead @349476
2019-06-26 Mark JohnstonAdd a return value to vm_page_remove().
2019-06-26 Doug MooreRevert r349393, which leads to an assertion failure...
2019-06-25 Doug MooreEliminate some uses of the prev and next fields of...
2019-06-25 Doug Moorevm_map_protect may return an INVALID_ARGUMENT or PROTEC...
2019-06-20 Brooks DavisExtend mmap/mprotect API to specify the max page protec...
2019-06-20 Alan SomersMFHead @349234
2019-06-19 Mark JohnstonGroup vm_page_activate()'s definition with other relate...
2019-06-17 Martin MatuskaMFV r349134:
2019-06-15 Doug MooreCritical comments were lost in r349203. This patch...
2019-06-14 Doug MooreAvoid using the prev field of vm_map_entry_t in two...
2019-06-13 Doug MooreCreate a function for creating objects to back map...
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-11 Doug MooreTo test to see if a free space is big enough compare...
2019-06-10 Doug Moorer348879 introduced a wrong-way comparison that broke...
2019-06-10 Doug MooreThe computations of vm_map_splay_split and vm_map_splay...
2019-06-10 Doug MooreChange the check for 'size' wrapping around to zero...
2019-06-10 John BaldwinRemove an overly-aggressive assertion.
2019-06-10 Doug MooreThere are times when a len==0 parameter to mmap is...
2019-06-08 Konstantin BelousovStyle MAP_ENTRY_ and MAP_ definitions.
2019-06-08 Doug MooreSimple code refactoring originally in D13484.
2019-06-07 Mark JohnstonReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-06 Alexander MotinAllow UMA hash tables to expand faster then 2x in 20...
2019-06-06 Doug MooreThe means of finding ranges of free pages was changed for
2019-06-06 Mark JohnstonAdd sysctls for uma_kmem_{limit,total}.
2019-06-06 Mark JohnstonRemove the volatile qualifer from uma_kmem_total.
next