]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Remove spurious newline
[FreeBSD/FreeBSD.git] / sys / vm /
2018-12-07 mjgvm: use fcmpset for vmspace reference counting
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-04 brooksNormalize COMPAT_43 syscall declarations.
2018-12-02 kibChange the vm_ooffset_t type to unsigned.
2018-12-01 kibAllow to create swap zone larger than v_page_count...
2018-11-30 vangyzenInclude path for tmpfs objects in vm.objects sysctl
2018-11-30 vangyzenAdd assertions and comment to vm_object_vnode()
2018-11-29 markjUpdate the free page count when blacklisting pages.
2018-11-28 glebiusFix yet another edge case in uma_startup_count(). If...
2018-11-28 glebiusFor not offpage zones the slab is placed at the end...
2018-11-25 kibAvoid unneeded check in vmspace_alloc().
2018-11-24 dimMerge ^/head r340427 through r340868.
2018-11-21 bwidawsklinuxkpi: Use pageproc instead of vmproc
2018-11-20 bwidawsklinuxkpi: Add some basic swap functions
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-19 alcUse swp_pager_isondev() throughout. Submitted by:...
2018-11-18 alcTidy up vm_map_simplify_entry() and its recently introd...
2018-11-14 dimMerge ^/head r340368 through r340426.
2018-11-13 markjAdd accounting to per-domain UMA full bucket caches.
2018-11-12 dimMerge ^/head r340235 through r340367.
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-10 markjRe-apply r336984, reverting r339934.
2018-11-07 markjFix a use-after-free in swp_pager_meta_free().
2018-11-07 dimMerge ^/head r340126 through r340212.
2018-11-06 markjAvoid specifying VM_PROT_EXECUTE in mappings from pipe_...
2018-11-06 markjInitialize last_target in the laundry thread control...
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-04 dimMerge ^/head r339813 through r340125.
2018-11-02 markjInitialize the eflags field of vm_map headers.
2018-10-30 markjRevert r336984.
2018-10-30 markjAdd malloc_domainset(9) and _domainset variants to...
2018-10-30 markjFix some problems that manifest when NUMA domain 0...
2018-10-27 alcEliminate typically pointless calls to vm_fault_prefaul...
2018-10-27 dimMerge ^/head r339670 through r339812.
2018-10-25 mmMFV r339640,339641,339644:
2018-10-24 markjAdd a !NUMA definition for vm_domainset_iter_policy_ref...
2018-10-24 markjAdd an #include required after r339686.
2018-10-24 markjUse a vm_domainset iterator in keg_fetch_slab().
2018-10-23 dimMerge ^/head r339015 through r339669.
2018-10-23 markjInitialize static domainsets regardless of whether...
2018-10-23 markjRefactor domainset iterators for use by malloc(9) and...
2018-10-22 markjMake it possible to disable NUMA support with a tunable.
2018-10-22 markjFix the build after r339601.
2018-10-22 markjAvoid a redundancy in a comment updated by r339601.
2018-10-22 markjSwap in processes unless there's a global memory shortage.
2018-10-22 glebiusIf we lost race or were migrated during bucket allocati...
2018-10-21 kibUnindent vm_map_simplify_entry() after r339506.
2018-10-20 kibReduce code duplication in merging vm_entry neighbors.
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-20 markjCreate some global domainsets and refactor NUMA registr...
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 gjbMFH r338661 through r339200.
2018-10-05 mmacyeliminate locking surrounding ui_vmsize and swap reserv...
2018-10-01 markjUse an unsigned iterator for domain sets.
2018-10-01 gallatinAllow empty NUMA memory domains to support Threadripper2
2018-09-29 dimMerge ^/head r338988 through r339014.
2018-09-29 dimAdd compiler-rt's libFuzzer, not connected to buildworl...
2018-09-28 kibCorrect vm_fault_copy_entry() handling of backing file...
2018-09-28 kibIn vm_fault_copy_entry(), we should not assert that...
2018-09-28 kibIn vm_fault_copy_entry(), collect the code to initializ...
2018-09-27 dimMerge ^/head r338731 through r338987.
2018-09-24 markjAdd more NUMA-specific low memory predicates.
2018-09-24 alcPassing UMA_ZONE_NOFREE to uma_zcreate() for swpctrie_z...
2018-09-24 emasteCopy libevent sources to contrib
2018-09-24 markjEnsure that "domain" is initialized when vm_ndomains...
2018-09-20 markjEnsure that imports into per-domain kmem arenas are...
2018-09-20 markjChange the domain selection policy in kmem_back().
2018-09-20 baptImport mandoc 1.14.4
2018-09-19 markjMove kernel vmem arena initialization to vm_kern.c.
2018-09-19 mjgvm: check for empty kstack cache before locking
2018-09-18 markjOnly update the domain cursor once in keg_fetch_slab().
2018-09-18 mjgvm: stop taking proc lock in mmap to satisfy racct...
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-11 dimMerge ^/head r338392 through r338594.
2018-09-10 markjSplit some checks in vm_page_activate() to make it...
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-08 markjRelax an assertion in vm_pqbatch_process_page().
2018-09-06 markjUse the correct terminology.
2018-09-06 markjAvoid resource deadlocks when one domain has exhausted...
2018-09-06 markjRemove vm_page_remque().
2018-09-02 alcRecent changes have created, for the first time, physic...
2018-08-29 dimMerge ^/head r338298 through r338391.
2018-08-29 kibRemove {max/min}_offset() macros, use vm_map_{max/min...
2018-08-26 markmRemove the Yarrow PRNG algorithm option in accordance...
2018-08-25 alcEliminate the arena parameter to kmem_free(). Implicit...
2018-08-24 glebiusEither "free" or "allocated" is misleading here, since...
2018-08-24 dimMerge ^/head r338026 through r338297, and resolve confl...
2018-08-23 glebiusFix comment. The actual meaning of ub_cnt is the opposite.
2018-08-23 markjAdd a per-pagequeue pdpages counter.
2018-08-23 markjEnsure that queue state is cleared when vm_page_dequeue...
2018-08-23 manudts: Import DTS for arm64
2018-08-21 alcEliminate kmem_malloc()'s unused arena parameter. ...
2018-08-20 alcEliminate kmem_alloc_contig()'s unused arena parameter.
2018-08-18 alcEliminate the unused arena parameter from kmem_alloc_at...
2018-08-18 dimMerge ^/head r338015 through r338025.
next