]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
In zone_alloc_bucket() max argument was calculated based on uz_count.
[FreeBSD/FreeBSD.git] / sys / vm /
2019-01-31 glebiusIn zone_alloc_bucket() max argument was calculated...
2019-01-23 markjCorrect uma_prealloc()'s use of domainset iterators...
2019-01-18 kibMI VM: Make it possible to set size of superpage at...
2019-01-16 glebiusDo not reserve KVA for paging bufs in vm_ksubmap_init...
2019-01-16 kibImplement shmat(2) flag SHM_REMAP.
2019-01-16 glebiusWhitespace.
2019-01-15 glebiusFix compilation failures on different arches that have...
2019-01-15 glebiusstyle(9): break long line.
2019-01-15 glebiusRemove harmless leftover from code that cycles over...
2019-01-15 glebiusOnly do uz_items accounting for zones that have a limit...
2019-01-15 glebiusMake uz_allocs, uz_frees and uz_fails counter(9). This...
2019-01-15 glebiusFix compilation on 32-bit.
2019-01-15 glebiusAllocate pager bufs from UMA instead of 80-ish mutex...
2019-01-15 glebiuso Move zone limit from keg level up to zone level....
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2019-01-07 glebiusFix regression in r331368, that broke dumping of UMA...
2019-01-07 kibAdd a tunable which changes mincore(2) algorithm to...
2018-12-30 kibAdd 'v' modifier to the ddb 'show pginfo' command to...
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-18 cyMFV r342175:
2018-12-11 mjgRemove unused argument to priv_check_cred.
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
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
next