]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/uma_core.c
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / sys / vm / uma_core.c
2020-02-16 dimMerge ^/head r357966 through r357999.
2020-02-16 jeffSlightly restructure uma_zalloc* to generate better...
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-14 dimMerge ^/head r357855 through r357920.
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-13 markjUpdate the zone-global count of cached items in bucket_...
2020-02-13 jeffFix a case where ub_seq would fail to be set if the...
2020-02-13 dimMerge ^/head r357662 through r357854.
2020-02-12 mjgStore offset into zpcpu allocations in the per-cpu...
2020-02-12 mmMFV r357783:
2020-02-11 markjReduce lock hold time in keg_drain().
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-06 rlibbyuma: remove UMA_ZFLAG_CACHEONLY flag
2020-02-04 rlibbyuma: multipage chicken switch
2020-02-04 rlibbyuma: grow slabs to enforce minimum memory efficiency
2020-02-04 rlibbyuma: add UMA_ZONE_CONTIG, and a default contig_alloc
2020-02-04 rlibbyuma: pcpu_page_free needs to startup_free pages from...
2020-02-04 jeffUse literal bucket sizes for smaller buckets rather...
2020-02-04 jeffUse STAILQ instead of TAILQ for bucket lists. We only...
2020-02-03 markjDisable the smallest UMA bucket size on 32-bit platforms.
2020-02-02 dimMerge ^/head r357389 through r357407.
2020-02-01 jeffFix a bug in r356776 where the page allocator was not...
2020-01-31 dimMerge ^/head r357270 through r357349.
2020-01-31 jeffFix LINT build with MEMGUARD.
2020-01-31 jeffImplement a safe memory reclamation feature that is...
2020-01-25 dimMerge ^/head r356931 through r357118.
2020-01-24 dimMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 dimMerge ^/vendor/lvm-project/master up to its last change...
2020-01-23 dimMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 dimMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-23 rlibbyuma: fix zone domain overlaying pcpu cache with disable...
2020-01-23 rlibbyuma: report leaks more accurately
2020-01-23 jeffSome architectures with DMAP still consume boot kva...
2020-01-22 dimMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 dimMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 dimMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-20 dimMerge ^/head r356848 through r356919.
2020-01-18 gallatinpcpu_page_alloc: guard against empty NUMA domains
2020-01-16 jeffSimplify VM and UMA startup by eliminating boot pages...
2020-01-14 rlibbyuma: split slabzone into two sizes
2020-01-14 rlibbyuma: fixup some ktr messages
2020-01-12 mjgvm: add missing CLTFLAG_MPSAFE annotations
2020-01-09 markjUMA: Don't destroy zones after the system shutdown...
2020-01-09 rlibbyuma: unify layout paths and improve efficiency
2020-01-09 rlibbyuma: reorganize flags
2020-01-06 jeffFix uma boot pages calculations on NUMA machines that...
2020-01-05 jeffThe fix in r356353 was insufficient. Not every archite...
2020-01-04 jeffFix an assertion introduced in r356348. On architectur...
2020-01-04 jeffUMA NUMA flag day. UMA_ZONE_NUMA was a source of confu...
2020-01-04 jeffSort cross-domain frees into per-domain buckets before...
2020-01-04 jeffUse per-domain keg locks. This provides both a lock...
2020-01-04 jeffUse a separate lock for the zone and keg. This provide...
2020-01-04 jeffUse atomics for the zone limit and sleeper count. ...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-25 jeffFurther reduce the cacheline footprint of fast allocati...
2019-12-25 jeffOptimize fast path allocations by storing bucket header...
2019-12-25 jeffFix a bug with _NUMA domains introduced in r339686...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-14 rlibbyuma dbg: flexible size for slab debug bitset too
2019-12-13 markjRestore the reservation of boot pages for bucket zones...
2019-12-13 rlibbyRevert r355706 & r355710
2019-12-13 rlibbyuma: report slab efficiency
2019-12-13 rlibbyuma: delay bucket_init() until we might actually enable...
2019-12-13 rlibbyuma dbg: flexible size for slab debug bitset too
2019-12-11 rlibbyuma: pretty print zone flags sysctl
2019-12-08 jeffFix two problems with r355149. The sysctl name collisi...
2019-12-08 jeffUse a variant slab structure for offpage zones. This...
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 andrewFix the signature for zone_import and zone_release
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-02 jeffUse a precise bit count for the slab free items in...
2019-11-29 jeffHandle large mallocs by going directly to kmem. Taking...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-28 jeffGarbage collect the mostly unused us_keg field. Use...
2019-11-28 rlibbyuma: move sysctl vm.uma defn out from under INVARIANTS
2019-11-28 jeffImplement a sysctl tree for uma zones to assist in...
2019-11-27 jeffRefactor uma_zfree_arg into several functions to make...
2019-11-27 rlibbyuma: trash memory when ctor/dtor supplied too
2019-11-26 jeffRefactor uma_zalloc_arg(). It is a mess of gotos and...
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-22 markjRevise the page cache size policy.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-20 jeffWhen we set OFFPAGE to limit fragmentation we should...
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-10 kibInclude cache zones into zone_foreach() where appropriate.
2019-11-07 philImport libxo-1.3.0:
2019-11-05 kibSwitch cache zones from early counters to real implemen...
2019-10-22 markjAvoid reloading bucket pointers in uma_vm_zone_stats().
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-11 cemFix braino in r353429
2019-10-11 cemddb: Add CSV option, sorting to 'show (malloc|uma)'
next