]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_map.c
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / vm / vm_map.c
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 kibFix stack grow for init.
2019-07-28 asomersMFHead @r350386
2019-07-19 dougmDefine vm_map_entry_in_transition to handle an in-trans...
2019-07-04 dougmMove an assignment, drop a label, and change gotos...
2019-07-04 dougmReplace a 'goto' with an 'else' in vm_map_wire_locked.
2019-07-04 dougmChange boolean_t variables in vm_map_unwire and vm_map_...
2019-07-04 dougmDrop a temp variable from vm_map_insert, with no effect...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-03 dougmEliminate a goto and a label in vm_map_wire_locked...
2019-06-30 dougmRemove a call to vm_map_simplify_entry from _vm_map_cli...
2019-06-28 mmMFV r349454:
2019-06-28 dougmIf vm_map_protect fails with KERN_RESOURCE_SHORTAGE...
2019-06-27 asomersMFHead @349476
2019-06-26 dougmRevert r349393, which leads to an assertion failure...
2019-06-25 dougmEliminate some uses of the prev and next fields of...
2019-06-25 dougmvm_map_protect may return an INVALID_ARGUMENT or PROTEC...
2019-06-20 asomersMFHead @349234
2019-06-17 mmMFV r349134:
2019-06-15 dougmCritical comments were lost in r349203. This patch...
2019-06-14 dougmAvoid using the prev field of vm_map_entry_t in two...
2019-06-13 dougmCreate a function for creating objects to back map...
2019-06-11 dougmTo test to see if a free space is big enough compare...
2019-06-10 dougmThe computations of vm_map_splay_split and vm_map_splay...
2019-06-10 jhbRemove an overly-aggressive assertion.
2019-06-06 asomersMFHead @348740
2019-06-05 kibIn vm_map_entry_set_vnode_text(), tolerate tmpfs mappin...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-23 dougmFix typo from r348128: _func__ -> __func__
2019-05-22 dougmCleanups made necessary by r348115, or reactions to it:
2019-05-22 dougmPassing a parameter to vm_map_entry_resize_free that...
2019-05-20 mmMFV r347989:
2019-05-13 asomersMFHead @347527
2019-05-13 markjProvide separate accounting for user-wired pages.
2019-05-08 manudts: Import files from Linux 5.1
2019-05-05 kibSwitch to use shared vnode locks for text files during...
2019-05-01 kibFix another race between vm_map_protect() and vm_map_wi...
2019-04-23 cyMFV r346563:
2019-04-22 markjDisable vm map consistency checking by default on INVAR...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-05 kibFix mis-merge.
2019-04-04 asomersMFHead@r345880
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-29 kibEliminate adj_free field from vm_map_entry.
2019-03-29 asomersMFHead@r345677
2019-03-25 mmMFV r345495:
2019-03-23 kibASLR: check for max_addr after applying randomization...
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-07 cyMFV r344878:
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-20 kibAdd kernel support for Intel userspace protection keys...
2019-02-19 ngieMFhead@r344270
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-14 kibMake anon clustering more compatible.
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-10 kibImplement Address Space Layout Randomization (ASLR)
2019-01-22 dimMerge compiler-rt trunk r351319, and resolve conflicts.
2019-01-22 dimMerge libc++ trunk r351319, and resolve conflicts.
2019-01-20 dimMerge lldb trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge lld trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge clang trunk r351319, resolve conflicts, and updat...
2019-01-20 dimMerge llvm trunk r351319, resolve conflicts, and update...
2019-01-16 kibImplement shmat(2) flag SHM_REMAP.
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-18 cyMFV r342175:
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-07 mjgvm: use fcmpset for vmspace reference counting
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-02 kibChange the vm_ooffset_t type to unsigned.
2018-11-25 kibAvoid unneeded check in vmspace_alloc().
2018-11-24 dimMerge ^/head r340427 through r340868.
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-18 alcTidy up vm_map_simplify_entry() and its recently introd...
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-04 dimMerge ^/head r339813 through r340125.
2018-11-02 markjInitialize the eflags field of vm_map headers.
2018-10-25 mmMFV r339640,339641,339644:
2018-10-23 dimMerge ^/head r339015 through r339669.
2018-10-21 kibUnindent vm_map_simplify_entry() after r339506.
2018-10-20 kibReduce code duplication in merging vm_entry neighbors.
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
next