]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_page.c
Add a small allocator for exec_map entries.
[FreeBSD/FreeBSD.git] / sys / vm / vm_page.c
2017-01-04 glebiusMove bogus_page declaration to vm_page.h and initializa...
2017-01-04 delphijRestructure libz, place vendor files in contrib/zlib...
2017-01-03 markjAdd a page queue for holding dirty anonymous unswappabl...
2016-12-30 mmMFV r310796, r310797:
2016-12-30 cognetMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-30 kibAssert that the pages found on the object queue by...
2016-12-28 alcRelax the object type restrictions on vm_page_alloc_con...
2016-12-27 mmMFV r310622:
2016-12-19 sjgMerge bmake-20161212
2016-12-17 mmMFV r310115,310184:
2016-12-16 dimMerge ^/head r309817 through r310168.
2016-12-12 alcEliminate every mention of PG_CACHED pages from the...
2016-12-09 dimMerge ^/head r309519 through r309757.
2016-12-08 alcPreviously, vm_radix_remove() would panic if the radix...
2016-12-06 mmMFV r309587:
2016-12-02 dimUpdate compiler-rt to release_39 branch r288513. Since...
2016-12-02 dimUpdate llvm, clang, lld and lldb to release_39 branch...
2016-12-01 mmMFC r309362:
2016-11-29 mmMFV r309299:
2016-11-28 cognetImport Concurrency Kit in the kernel.
2016-11-27 dimMerge ^/head r309170 through r309212.
2016-11-27 alcRecursion on the free page queue mutex occurred when...
2016-11-24 dimMerge ^/head r308870 through r309105.
2016-11-22 alcRemove PG_CACHED-related fields from struct vmmeter...
2016-11-22 delphijMFV r308954:
2016-11-19 dimMerge ^/head r308491 through r308841.
2016-11-15 alcRemove most of the code for implementing PG_CACHED...
2016-11-11 cyMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
2016-11-10 dimMerge ^/head r308227 through r308490.
2016-11-09 alcIntroduce a new page queue, PQ_LAUNDRY, for storing...
2016-11-07 delphijMFV r308392: file 5.29.
2016-11-04 kibDo not sleep in vm_wait() if pagedaemon did not yet...
2016-11-03 gjbMFV r308265: Update tzdata to 2016i.
2016-10-21 dimMerge ^/head r307383 through r307735.
2016-10-17 kibExport vm_page_xunbusy_maybelocked().
2016-10-15 dimMerge ^/head r306906 through r307382.
2016-10-13 kibFix a race in vm_page_busy_sleep(9).
2016-10-11 kibWhen downgrading exclusively busied page to shared...
2016-10-09 dimMerge ^/head r306412 through r306905.
2016-10-05 alcMake the page daemon's notion of what kind of pass...
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 mmMFV r306669:
2016-10-01 baptImport libucl 20160812
2016-09-29 desUpgrade to Unbound 1.5.10.
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-05 mmMFV r305420:
2016-09-04 dimMerge ^/head r305361 through r305389.
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-03 dimUpdate compiler-rt to 3.9.0 release, and update the...
2016-09-03 markjRemove support for idle page zeroing.
2016-09-01 ngieMFhead @ r305170
2016-08-31 emasteUpdate to ELF Tool Chain r3490
2016-08-30 pfgMFV r302423:
2016-08-30 dimMerge ^/head r305029 through r305080.
2016-08-30 dimUpdate libc++ to release_39 branch r279689.
2016-08-30 emasteBring lld (release_39 branch, r279477) to contrib
2016-08-30 markjRestore swap pager readahead after r292373.
2016-08-24 cyMFV r304732.
2016-08-17 dimUpdate llvm to release_39 branch r278877.
2016-08-17 emasteUpdate lldb to release_39 branch r276489 and resolve...
2016-08-16 dimUpdate clang to release_39 branch r276489, and resolve...
2016-08-16 dimUpdate llvm to release_39 branch r276489, and resolve...
2016-08-16 dimMerge ^/head r303250 through r304235.
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r296989:
2016-08-14 markjMFC r303516
2016-08-14 mmMFV r304060:
2016-08-13 ngieMFhead @ r304061
2016-08-13 markjStrengthen assertions about the busy state of newly...
2016-08-12 ngieCheckpoint initial integration work
2016-07-29 markjUse vm_page_undirty() instead of manually setting a...
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-23 markjUpdate a comment in vm_page_advise() to match behaviour...
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-16 markjMFC r301212:
2016-07-16 markjMFC r301210:
2016-07-07 cpercivaAutotune the number of pages set aside for UMA startup...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-23 kibIn vm_page_xunbusy_maybelocked(), add fast path for...
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-11 ngieRedo MFC r300220,r300223:
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 delphijMFV r301238:
2016-06-02 markjReset the page busy lock state after failing to insert...
2016-06-02 markjDon't preserve the page's object linkage in vm_page_ins...
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-06-01 kibIf the fast path unbusy in vm_page_replace() fails...
2016-06-01 kibMFC r300622:
2016-06-01 kibMFC r300596:
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 alcThe flag "vm_pages_needed" has long served two distinct...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
next