]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_page.c
Introduce vm_page_astate.
[FreeBSD/FreeBSD.git] / sys / vm / vm_page.c
2019-12-10 markjIntroduce vm_page_astate.
2019-12-08 jeffIt is safe to wire a page while the object is busy.
2019-12-08 jeffIt is now safe to rename a page that is still on a...
2019-12-08 jeffReduce duplication in grab functions by providing alloc...
2019-12-07 jhibbitspowerpc/pmap: NUMA-ize vm_page_array on powerpc
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-02 jeffUse a precise bit count for the slab free items in...
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-24 kibRecord part of the owner struct thread pointer into...
2019-11-22 markjUpdate the checks in vm_page_zone_import().
2019-11-22 markjRevise the page cache size policy.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-20 andrewAs with r354905 use uint16_t to store aflags on the...
2019-11-20 andrewUse atomic_load_16 to load aflags as it's a uint16_t...
2019-11-19 jeffRemove unnecessary object locking from the vnode pager...
2019-11-18 markjWiden the vm_page aflags field to 16 bits.
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 markjDrop Giant before sleeping on a busy page.
2019-11-07 philImport libxo-1.3.0:
2019-11-06 markjFix a race in release_page().
2019-10-30 kibvm_page_wire_mapped: explain why failure does not affec...
2019-10-29 jeffReplace OBJ_MIGHTBEDIRTY with a system using atomics...
2019-10-24 gallatinAdd a tunable to set the pgcache zone's maxcache
2019-10-23 markjVerify identity after checking for WAITFAIL in vm_page_...
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-18 markjFurther constrain the use of per-CPU caches for free...
2019-10-16 markjRemove page locking from pmap_mincore().
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-14 luporl[PPC64] Initial kernel minidump implementation
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-07 markjAssert that the PGA_{WRITEABLE,EXECUTABLE} flags do...
2019-10-07 mjgvm: stop trylocking page queues in vm_page_pqbatch_submit
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-27 markjFix a race in vm_page_swapqueue().
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-25 markjAdd some counters for per-VM page events.
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-17 dimMerge ^/head r352319 through r352435.
2019-09-16 markjFix a race in vm_page_dequeue_deferred_free() after...
2019-09-16 markjFix a page leak in vm_page_reclaim_run().
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-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 jeffReplace redundant code with a few new vm_page_grab...
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-09-09 dimMerge ^/head r351732 through r352104.
2019-09-03 markjAdd preliminary support for atomic updates of per-page...
2019-09-03 markjMap the vm_page array into KVA on amd64.
2019-09-03 dimMerge ^/head r351317 through r351731.
2019-08-26 markjFix a few nits in vm_pqbatch_process_page().
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-23 markjStop clearing page flags in vm_page_pqbatch_submit().
2019-08-23 markjMake vm_pqbatch_submit_page() externally visible.
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-21 markjSimplify vm_page_dequeue() and fix an assertion.
2019-08-18 jeffAllocate amd64's page array using pages and page direct...
2019-08-18 jeffEncapsulate phys_avail manipulation in a set of simple...
2019-08-16 kibFix OOM handling of some corner cases.
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-07-30 asomersMFHead @350453
2019-07-29 markjCentralize the logic in vfs_vmio_unwire() and sendfile_...
2019-07-28 asomersMFHead @r350386
2019-07-20 markjRename vm_page_{import,release}() to vm_page_zone_...
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-08 markjElide the vm_reserv_free_page() call when PG_PCPU_CACHE...
2019-07-08 markjAdd a per-CPU page cache per VM free pool.
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-02 markjMark pages allocated from the per-CPU cache.
2019-06-28 mmMFV r349454:
2019-06-27 asomersMFHead @349476
2019-06-26 markjAdd a return value to vm_page_remove().
2019-06-20 asomersMFHead @349234
2019-06-19 markjGroup vm_page_activate()'s definition with other relate...
2019-06-17 mmMFV r349134:
2019-06-06 asomersMFHead @348740
2019-06-04 markjRemove an outdated header comment for vm_page.c.
2019-06-03 alcRetire vm_reserv_extend_{contig,page}(). These functio...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-02 markjAdd a vm_page_wired() predicate.
next