]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Go ahead and completely fix the ata_params before calling the veto
[FreeBSD/FreeBSD.git] / sys / vm /
2019-06-20 Brooks DavisExtend mmap/mprotect API to specify the max page protec...
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-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...
2019-06-03 Alexander MotinMFV r348537: 8601 memory leak in get_special_prop()
2019-06-03 Alexander MotinMFV r348535: 9677 panic from zio_write_gang_block(...
2019-06-03 Alexander MotinMFV r348534: 9616 Bogus error when attempting to set...
2019-06-03 Konstantin BelousovRemove dead store.
2019-06-03 Alan CoxRetire vm_reserv_extend_{contig,page}(). These functio...
2019-06-02 Warner LoshMerge from upstream at 4189ef5d from https://github...
2019-06-02 Mark JohnstonAdd a vm_page_wired() predicate.
2019-05-31 Doug MooreThe function vm_phys_free_contig invokes vm_phys_free_p...
2019-05-31 Mark JohnstonRemove a redundant vm_page_remove() call.
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-29 Gleb SmirnoffIn r343857 the referred comment moved to uma_vm_zone_st...
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
2019-05-28 Doug MooreReduce the code size and number of ffsl calls in vm_res...
2019-05-23 Doug MooreFix typo from r348128: _func__ -> __func__
2019-05-22 Doug MooreCleanups made necessary by r348115, or reactions to it:
2019-05-22 Doug MoorePassing a parameter to vm_map_entry_resize_free that...
2019-05-21 Conrad MeyerInclude ktr.h in more compilation units
2019-05-20 Martin MatuskaMFV r347989:
2019-05-20 Conrad MeyerExtract eventfilter declarations to sys/_eventfilter.h
2019-05-18 Mark JohnstonUse M_NEXTFIT in memguard(9).
2019-05-13 Mark JohnstonRestore the pre-r347532 behaviour of ignoring wiring...
2019-05-13 Mark JohnstonProvide separate accounting for user-wired pages.
2019-05-11 Doug MooreA new parameter to blist_alloc specifies an upper bound...
2019-05-11 Doug MooreCallers of swp_pager_getswapspace get either as many...
2019-05-09 Jung-uk KimMFV: r347413
2019-05-08 Emmanuel Vadotdts: Import files from Linux 5.1
2019-05-06 Phil ShaferImport libxo-1.0.4:
2019-05-06 Konstantin BelousovNoted by: alc
2019-05-05 Konstantin BelousovSwitch to use shared vnode locks for text files during...
2019-05-05 Konstantin BelousovDo not collapse objects with OBJ_NOSPLIT backing swap...
2019-05-05 Cy SchubertMFV r347136:
2019-05-03 Doug Moorefls() should find the most significant bit of an int...
2019-05-01 Konstantin BelousovFix another race between vm_map_protect() and vm_map_wi...
2019-04-23 Cy SchubertMFV r346563:
2019-04-22 Mark JohnstonDisable vm map consistency checking by default on INVAR...
2019-04-20 Cy SchubertMFV r346450:
2019-04-19 Conrad MeyerUpdate to Zstandard 1.4.0
2019-04-12 Tycho Nightingalefor a cache-only zone the destructor tries to destroy...
2019-04-12 Baptiste DaroussinUpdate mandoc to 1.14.5
2019-04-10 Emmanuel VadotImport DTS files from Linux 5.0
2019-04-06 Cy SchubertMFV r345988:
2019-04-06 Jung-uk KimMFV: r345969
2019-04-05 Konstantin BelousovFix mis-merge.
2019-04-03 Phil ShaferImport libxo-1.0.2
2019-04-01 Enji CooperIntegrate capsicum-test into the FreeBSD test suite
2019-03-29 Jung-uk KimMerge ACPICA 20190329.
2019-03-29 Konstantin BelousovEliminate adj_free field from vm_map_entry.
2019-03-29 Alan SomersAdd man page for VOP_FDATASYNC(9)
2019-03-29 Alan Somersfusefs: convert debug printfs into dtrace probes
2019-03-27 Ed MasteMerge r345574 from vendor-crypto:
2019-03-26 Edward Tomasz Napi... Improve error reporting when the swap pager runs out...
2019-03-26 Philip PaepsImport tzdata 2019a
2019-03-26 Kyle EvansMFV r345515: netbsd-tests: import memory bump for libc...
2019-03-25 Martin MatuskaMFV r345495:
2019-03-23 Konstantin BelousovASLR: check for max_addr after applying randomization...
2019-03-21 Mark JohnstonDisallow preemptive creation of wired superpage mappings.
2019-03-20 Alan SomersMFHead @345353
2019-03-20 Alan Somersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-03-20 Konstantin Belousovvm_fault_copy_entry: accept invalid source pages.
2019-03-18 Alan SomersMFHead@r345275
2019-03-16 Dimitry AndricMerge openmp release_80 branch r356034 (effectively...
2019-03-16 Dimitry AndricAdd LLVM openmp trunk r351319 (just before the release_...
next