]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_map.c
Import DTS files from Linux 5.3
[FreeBSD/FreeBSD.git] / sys / vm / vm_map.c
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.3
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.2
2019-09-27 Konstantin BelousovImprove MD page fault handlers.
2019-09-26 Martin MatuskaMFV r352731:
2019-09-17 Doug MooreRemove dead code from vm_map_unlink_entry made dead...
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
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-08-27 Hiroki SatoMFV r351553:
2019-08-26 Xin LIMFV r351500: Fix CLEAR_HASH macro to be usable as...
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-22 Cy SchubertMFV r346563:
2019-08-18 Konstantin BelousovChange locking requirements for VOP_UNSET_TEXT().
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-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-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
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 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-09 Jung-uk KimMFV: r349861
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
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-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 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 Alan SomersMFHead @349234
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 MooreThe computations of vm_map_splay_split and vm_map_splay...
2019-06-10 John BaldwinRemove an overly-aggressive assertion.
2019-06-06 Alan SomersMFHead @348740
2019-06-05 Konstantin BelousovIn vm_map_entry_set_vnode_text(), tolerate tmpfs mappin...
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-02 Warner LoshMerge from upstream at 4189ef5d from https://github...
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
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-20 Martin MatuskaMFV r347989:
2019-05-13 Alan SomersMFHead @347527
2019-05-13 Mark JohnstonProvide separate accounting for user-wired pages.
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-05 Konstantin BelousovSwitch to use shared vnode locks for text files during...
2019-05-05 Cy SchubertMFV r347136:
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 Baptiste DaroussinUpdate mandoc to 1.14.5
2019-04-10 Emmanuel VadotImport DTS files from Linux 5.0
next