]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
OFED: Fix ib_mad.h ib_user_mad.h include to match new uapi path
[FreeBSD/FreeBSD.git] / sys / vm /
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.
2019-06-06 Alan SomersMFHead @348740
2019-06-05 Konstantin BelousovIn vm_map_entry_set_vnode_text(), tolerate tmpfs mappin...
2019-06-04 Mark JohnstonRemove an outdated header comment for vm_page.c.
2019-06-03 Alexander MotinMFV r348585: 9683 Allow bypassing devid in vdev_disk_open()
2019-06-03 Alexander MotinMFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES...
2019-06-03 Alexander MotinMFV r348580: 9559 zfs diff handles files on delete...
2019-06-03 Alexander MotinMFV r348578: 9962 zil_commit should omit cache thrash
2019-06-03 Alexander MotinMFV r348576: 9963 Seperate tunable for disabling ZIL...
2019-06-03 Alexander MotinMFV r348573: 9993 zil writes can get delayed in zio...
2019-06-03 Alexander MotinMFV r348568: 9466 add JSON output support to channel...
2019-06-03 Alexander MotinMFV r348555: 9690 metaslab of vdev with no space maps...
2019-06-03 Alexander MotinMFC r348554: 9688 aggsum_fini leaks memory
2019-06-03 Alexander MotinMFV r348553: 9681 ztest failure in spa_history_log_inte...
2019-06-03 Alexander MotinMFV r348552: 9682 page fault in dsl_async_clone_destroy...
2019-06-03 Alexander MotinMFV r348551: 9862 fix typo in comment in vdev_impl.h
2019-06-03 Alexander MotinMFV r348550: 1700 Add SCSI UNMAP support
2019-06-03 Alexander MotinMFV r348548: 9617 too-frequent TXG sync causes excessiv...
next