]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/uma_core.c
Use per-domain keg locks. This provides both a lock and separate space
[FreeBSD/FreeBSD.git] / sys / vm / uma_core.c
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)'
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-03 dimMerge ^/head r351317 through r351731.
2019-09-01 markjExtend uma_reclaim() to permit different reclamation...
2019-08-25 markjHandle UMA_ANYDOMAIN in kstack_import().
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-22 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
2019-08-21 dimMerge lld trunk r366426, and resolve conflicts.
2019-08-21 dimMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 dimMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 jeffImplement a MINBUCKET zone flag so we can use minimal...
2019-08-06 jeffAdd two new kernel options to control memory locality...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-28 mmMFV r349454:
2019-06-20 asomersMFHead @349234
2019-06-17 mmMFV r349134:
2019-06-07 markjReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-06 mavAllow UMA hash tables to expand faster then 2x in 20...
2019-06-06 markjAdd sysctls for uma_kmem_{limit,total}.
2019-06-06 markjRemove the volatile qualifer from uma_kmem_total.
2019-06-06 asomersMFHead @348740
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-29 glebiusIn r343857 the referred comment moved to uma_vm_zone_st...
2019-05-20 mmMFV r347989:
2019-05-13 asomersMFHead @347527
2019-05-08 manudts: Import files from Linux 5.1
2019-04-23 cyMFV r346563:
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 tychonfor a cache-only zone the destructor tries to destroy...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-25 mmMFV r345495:
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-07 cyMFV r344878:
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-12 pfgUMA: unsign some variables related to allocation in...
next