]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Expand Marvell NIC description in arm64 GENERIC config
[FreeBSD/FreeBSD.git] / sys / vm /
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...
2017-06-06 alcWhen the function blist_fill() was added to the kernel...
2017-06-05 alcThe variable "breakout" is used like a Boolean, so...
2017-06-05 alcHalve the memory being internally allocated by the...
2017-06-03 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 dimMerge ^/head r319251 through r319479.
2017-06-01 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 glebiusAs old prophecy says, some day UMA_DEBUG printfs shall...
2017-06-01 glebiusSimplify boot pages management in UMA.
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-30 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-29 dimMerge ^/head r318964 through r319164.
2017-05-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-27 alcAfter r118390, the variable "dmmax" was neither the...
2017-05-27 alcIn r118390, the swap pager's approach to striping swap...
2017-05-26 dimMerge ^/head r318658 through r318963.
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-23 kibCommit the 64-bit inode project.
2017-05-22 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-16 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-10 sjgMerge bmake-20170510
next