]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
regen freebsd32_sysent.c after r324564 (freebsd32_posix_fallocate)
[FreeBSD/FreeBSD.git] / sys / vm /
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-08 alcReplace an unnecessary call to vm_page_activate() by...
2017-10-06 baptImport 1.14.3
2017-10-01 alcWhen an I/O error occurs on page out, there is no need...
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-28 alcOptimize vm_object_page_remove() by eliminating pointle...
2017-09-27 jhbAdd UMA_ALIGNOF().
2017-09-24 alcChange vm_page_try_to_free() to require a managed page...
2017-09-24 alcOptimize vm_page_try_to_free(). Specifically, the...
2017-09-19 kibFor unlinked files, do not msync(2) or sync on the...
2017-09-17 gordonMFV r323678: file 5.32
2017-09-15 kibBatch freeing of the pages in vm_object_page_remove...
2017-09-15 markjInclude _bitset.h to get BITSET_DEFINE, used to define...
2017-09-13 markjWiden uk_pgoff, the slab header offset field.
2017-09-13 kibRemove inline specifier from vm_page_free_wakeup()...
2017-09-13 kibDo not relock free queue mutex for each page, free...
2017-09-13 kibSplit vm_page_free_toq() into two parts, preparation...
2017-09-13 kibUse existing tag name for the vm_object' memq.
2017-09-13 markjFix a logic error in the item size calculation for...
2017-09-10 mjgMove vmmeter atomic counters into dedicated cache lines
2017-09-10 alcTo analyze the allocation of swap blocks by blist funct...
2017-09-09 kibAdd a vm_page_change_lock() helper, the common code...
2017-09-07 markjSpeed up vm_page_array initialization.
2017-09-06 mjgStart annotating global _padalign locks with __exclusiv...
2017-09-06 kibDo not leak empty swblk.
2017-09-06 kibIn swp_pager_meta_build(), handle a race with other...
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-30 kibAdjust interface of swapon_check_swzone() to its actual...
2017-08-30 kibMake the swap_pager_full variable static.
2017-08-28 markjSynchronize page laundering with pmap_extract_and_hold().
2017-08-28 alcUpdate a couple vm_object lock assertions in the swap...
2017-08-28 alcSwitching from a global hash table to per-vm_object...
2017-08-25 kibReplace global swhash in swap pager with per-object...
2017-08-22 baptImport zstandard 1.3.1
2017-08-16 brAdd OBJ_PG_DTOR flag to VM object.
2017-08-15 markjAdd vm_page_alloc_after().
2017-08-14 ngieAdd supporting changes for `Add limited sandbox capabil...
2017-08-11 markjModify vm_page_grab_pages() to handle VM_ALLOC_NOWAIT.
2017-08-11 markjMicro-optimize kmem_unback().
2017-08-10 markjMake vm_page_sunbusy() assert that the page is unlocked.
2017-08-09 alcIntroduce vm_page_grab_pages(), which is intended to...
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-07-31 ngieMFhead@r321829
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-26 kibMark pages after EOF as clean after pageout.
2017-07-23 alcAddress a compilation warning on some architectures...
2017-07-23 alcUtilize pmap_enter(..., psind=1) in vm_fault_soft_fast...
2017-07-23 alcAdd support for pmap_enter(..., psind=1) to the amd64...
2017-07-23 alcIn vm_page_ps_test(), always check that the base pages...
2017-07-22 kibDo not allocate struct kinfo_vmobject on stack.
2017-07-21 dimMerge ^/head r321307 through r321350.
2017-07-21 brFix style: change spaces to tabs.
2017-07-20 dimMerge ^/head r321239 through r321306.
2017-07-19 kibAdd pctrie_init() and vm_radix_init() to initialize...
2017-07-19 dimMerge ^/head r320994 through r321238.
2017-07-19 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-19 kibDisable stack growth when accessed by AIO daemons.
2017-07-19 kibRemove unused function swap_pager_isswapped().
2017-07-18 kibConvert assertion that only vmspace owner grows the...
2017-07-14 dimMerge ^/head r320971 through r320993.
2017-07-14 alcGeneralize vm_page_ps_is_valid() to support testing...
2017-07-13 dimMerge ^/head r320573 through r320970.
2017-07-13 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-09 kibFix loop termination in vm_map_find_min().
2017-07-09 manuUpdate DTS files from Linux 4.12
2017-07-02 dimMerge ^/head r320398 through r320572.
2017-07-02 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-01 alcModify vm_map_growstack() to protect itself from the...
2017-06-30 alcClear the MAP_WIREFUTURE flag on the vm map in exec_new...
2017-06-28 ngiePull down pjdfstest 0.1
2017-06-28 kibTreat the addr argument for mmap(2) request without...
2017-06-27 dimMerge ^/head r320042 through r320397.
2017-06-27 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-25 kibFor now, allow mprotect(2) over the guards to succeed...
2017-06-25 kibCorrectly handle small MAP_STACK requests.
2017-06-25 kibRemove stale part of the comment.
2017-06-25 kibStyle.
2017-06-24 alcIncrease the pageout cluster size to 32 pages.
2017-06-24 kibImplement address space guards.
2017-06-24 kibDo not try to unmark MAP_ENTRY_IN_TRANSITION marked...
2017-06-21 kibCall pmap_copy() only for map entries which have the...
2017-06-21 kibAssert that the protection of a new map entry is a...
2017-06-21 alcEliminate an unused macro.
2017-06-20 avgMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 manuUpdate the GNU DTS file from Linux 4.11
2017-06-19 kibIgnore the P_SYSTEM process flag, and do not request
2017-06-17 alcPages that are passed to swap_pager_putpages() should...
2017-06-17 dimMerge ^/head r319801 through r320041.
2017-06-17 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-15 kibSome minor improvements to vnode_pager_generic_putpages().
2017-06-10 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-10 dimMerge ^/head r319548 through r319778.
2017-06-09 avgMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-08 glebiusWhen we are in UMA_STARTUP use startup_alloc() for...
2017-06-08 baptImport mandoc snapshot 2017-06-08
2017-06-08 jhbFix an off-by-one error in the VM page array on some...
2017-06-06 alcStarting in r118390, swaponsomething() began to reserve...
next