]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_page.c
vm: clean up empty lines in .c and .h files
[FreeBSD/FreeBSD.git] / sys / vm / vm_page.c
2020-01-19 jeffDon't hold the object lock while calling getpages.
2020-01-16 jeffSimplify VM and UMA startup by eliminating boot pages...
2020-01-10 glebiusAlways multiple vm.pgcache_zone_max to number of CPUs...
2020-01-06 jeffFix uma boot pages calculations on NUMA machines that...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-29 markjRestore a vm_page_wired() check in vm_page_mvqueue...
2019-12-29 markjClear queue op flags in vm_page_mvqueue().
2019-12-28 markjRemove some unused functions.
2019-12-28 markjRemove page locking for queue operations.
2019-12-28 markjGeneralize lazy dequeue logic for wired pages.
2019-12-28 markjStart implementing queue state updates using fcmpset...
2019-12-27 markjRemove some stale comments from the page allocator.
2019-12-27 jeffFix a pair of bugs introduced in r356002. When we...
2019-12-24 jeffDon't unnecessarily relock the vm object after sleeps...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-22 jeffMake page busy state deterministic on free. Pages...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-21 markjFix VPO_UNMANAGED handling in vm_page_reclaim_run(...
2019-12-15 jeffAdd a deferred free mechanism for freeing swap space...
2019-12-15 jeffHandle pagein clustering in vm_page_grab_valid() so...
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...
next