]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_fault.c
(fault 5/9) Move the backing_object traversal into a dedicated function.
[FreeBSD/FreeBSD.git] / sys / vm / vm_fault.c
2020-01-23 jeff(fault 5/9) Move the backing_object traversal into...
2020-01-23 jeff(fault 4/9) Move copy-on-write into a dedicated function.
2020-01-23 jeff(fault 3/9) Move map relookup into a dedicated function.
2020-01-23 jeff(fault 2/9) Move map lookup into a dedicated function.
2020-01-23 jeff(fault 1/9) Move a handful of stack variables into...
2020-01-21 jeffMove readahead and dropbehind fault functionality into...
2020-01-20 jeffReduce object locking in vm_fault. Once we have an...
2020-01-19 jeffDon't hold the object lock while calling getpages.
2020-01-17 jeffFix a long standing bug that was made worse in r355765...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-28 markjRemove page locking for queue operations.
2019-12-24 jeffDon't unnecessarily relock the vm object after sleeps...
2019-12-22 jeffFix a bug introduced in r356002. Prior versions of...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-22 jeffMake page busy state deterministic on free. Pages...
2019-12-22 jeffMove vm_fault busy logic into its own function for...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-15 jeffPreviously we did not support invalid pages in default...
2019-12-15 jeffAdd a deferred free mechanism for freeing swap space...
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-01 kibStore the bottom of the shadow chain in OBJ_ANON object...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-19 jeffSimplify anonymous memory handling with an OBJ_ANON...
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-07 philImport libxo-1.3.0:
2019-11-06 markjFix a race in release_page().
2019-10-29 jeffReplace OBJ_MIGHTBEDIRTY with a system using atomics...
2019-10-29 jeffDrop the object lock earlier in fault and don't relock...
2019-10-23 markjModify release_page() to handle a missing fault page.
2019-10-23 kibAssert that vm_fault_lock_vnode() returns locked saved...
2019-10-22 kibAdd VV_VMSIZEVNLOCK flag.
2019-10-22 kibvm_fault(): extract code to lock the vnode into a helpe...
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-15 jeff(5/6) Move the VPO_NOSYNC to PGA_NOSYNC to eliminate...
2019-10-15 jeff(4/6) Protect page valid with the busy lock.
2019-10-15 jeff(3/6) Add a shared object busy synchronization mechanis...
2019-10-15 jeff(2/6) Don't release xbusy in vm_page_remove(), defer...
2019-10-15 jeff(1/6) Replace busy checks with acquires where it is...
2019-10-13 kibRestore nofaulting operations after r352807
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-27 kibImprove MD page fault handlers.
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-16 markjRevert r352406, which contained changes I didn't intend...
2019-09-16 markjFix a couple of nits in r352110.
2019-09-13 dimMerge ^/head r352105 through r352307.
2019-09-12 hselaskyUse REFCOUNT_COUNT() to obtain refcount where appropriate.
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 jeffUse the sleepq lock rather than the page lock to protec...
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 markjChange synchonization rules for vm_page reference counting.
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-22 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
2019-08-21 dimMerge lld trunk r366426, and resolve conflicts.
2019-08-21 dimMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 dimMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-16 kibFix OOM handling of some corner cases.
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-07-28 asomersMFHead @r350386
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-28 mmMFV r349454:
2019-06-27 asomersMFHead @349476
2019-06-26 markjAdd a return value to vm_page_remove().
2019-06-17 mmMFV r349134:
2019-06-06 asomersMFHead @348740
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-02 markjAdd a vm_page_wired() predicate.
2019-05-20 mmMFV r347989:
2019-05-13 asomersMFHead @347527
2019-05-08 manudts: Import files from Linux 5.1
2019-05-05 kibSwitch to use shared vnode locks for text files during...
2019-04-23 cyMFV r346563:
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-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-29 asomersMFHead@r345677
2019-03-25 mmMFV r345495:
2019-03-21 markjDisallow preemptive creation of wired superpage mappings.
2019-03-20 asomersMFHead @345353
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-20 kibvm_fault_copy_entry: accept invalid source pages.
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
next