]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/uma_core.c
Update apr to 1.7.0. See contrib/apr/CHANGES for a summary of changes.
[FreeBSD/FreeBSD.git] / sys / vm / uma_core.c
2020-05-31 Dimitry AndricUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-29 Mateusz Guzikuma: hide item_domain under ifdef NUMA
2020-05-28 Jung-uk KimMFV: r361597
2020-05-28 Mark JohnstonFix boot on systems where NUMA domain 0 is unpopulated.
2020-05-26 Marcin WojtasAdjust ENA driver to the new HAL
2020-05-23 Conrad MeyerUpdate to Zstandard 1.4.5
2020-05-23 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-05-21 Cy SchubertMFV r361322:
2020-05-20 Simon J. GerratyMerge bmake-20200517
2020-05-20 Martin MatuskaMFV r361280:
2020-05-14 Jakub Wojciech KlamaImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-14 Mark JohnstonAllocate UMA per-CPU counters earlier.
2020-05-01 Jung-uk KimMFV: r360512
2020-04-24 Philip PaepsImport tzdata 2020a
2020-04-23 Cy SchubertMFV r360158:
2020-04-21 Jung-uk KimMerge OpenSSL 1.1.1g.
2020-04-14 Emmanuel Vadotdts: Import DTS from Linux 5.6
2020-04-02 Dimitry AndricMerge once more from ^/vendor/llvm-project/release...
2020-04-01 Hartmut BrandtMerge release 1.14 of bsnmp.
2020-03-31 Jung-uk KimMerge OpenSSL 1.1.1f.
2020-03-30 Kyle EvansMFV r359442: bmake: import -fno-common fix build back...
2020-03-28 Kyle EvansMFV r359401: OpenBSM: import ee79d73e8df5: auditreduce...
2020-03-28 Kyle EvansMFV r359393: tcsh: import 6974bc35a5cd
2020-03-27 Jung-uk KimMerge ACPICA 20200326.
2020-03-26 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-03-23 Brooks DavisImport the kyua test framework.
2020-03-23 Brooks DavisAdd liblutok a lightweight C++ API for lua.
2020-03-22 Xin LIMFV r359197: xz 5.2.5.
2020-03-18 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-03-18 Jung-uk KimMerge OpenSSL 1.1.1e.
2020-03-10 Dimitry AndricMerge ^/head r358731 through r358831.
2020-03-07 Mark JohnstonClean up uma_int.h a bit.
2020-03-07 Dimitry AndricMerge ^/head r358712 through r358730.
2020-03-06 Brooks DavisRemove an apparently incorrect assertion.
2020-03-05 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 Dimitry AndricMerge ^/head r358466 through r358677.
2020-03-04 Cy SchubertMFV r358616:
2020-03-02 Martin MatuskaMFV r358511,r358532:
2020-03-01 Mateusz Guzikvm: add debug to uma_zone_set_smr
2020-02-28 Emmanuel Vadotdts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 Dimitry AndricMerge ^/head r358269 through r358399.
2020-02-27 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-27 Jeff RobersonA pair of performance improvements.
2020-02-26 Pawel BiernackiMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-23 Dimitry AndricMerge ^/head r358239 through r358262.
2020-02-23 Ryan Libbysys/vm: quiet -Wwrite-strings
2020-02-22 Mark JohnstonConstify uma_zcache_create() and uma_zsecond_create...
2020-02-22 Dimitry AndricMerge r358179 through r358238.
2020-02-22 Jeff RobersonAdd an atomic-free tick moderated lazy update variant...
2020-02-19 Dimitry AndricMerge ^/head r358075 through r358130.
2020-02-19 Jeff RobersonUse per-domain locks for the bucket cache.
2020-02-19 Baptiste DaroussinUpdate to 6.2-20200215
2020-02-18 Baptiste DaroussinUpdate ncurses to 20200118
2020-02-17 Dimitry AndricMerge ^/head r358000 through r358048.
2020-02-17 Dimitry AndricMerge r358042 from the clang1000-import branch:
2020-02-17 Dimitry AndricMerge r358034 from the clang1000-import branch:
2020-02-17 Dimitry AndricMerge r358030 from the clang1000-import branch:
2020-02-17 Jeff RobersonAdd a simple accessor that returns the bytes of memory...
2020-02-17 Jeff RobersonUMA has become more particular about zone types. Use...
2020-02-16 Dimitry AndricMerge ^/head r357966 through r357999.
2020-02-16 Jeff RobersonSlightly restructure uma_zalloc* to generate better...
2020-02-15 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-15 Jung-uk KimMFV: r357927
2020-02-14 Dimitry AndricMerge ^/head r357855 through r357920.
2020-02-14 Ed MasteUpgrade to OpenSSH 7.9p1.
2020-02-13 Mark JohnstonUpdate the zone-global count of cached items in bucket_...
2020-02-13 Jeff RobersonFix a case where ub_seq would fail to be set if the...
2020-02-13 Dimitry AndricMerge ^/head r357662 through r357854.
2020-02-12 Mateusz GuzikStore offset into zpcpu allocations in the per-cpu...
2020-02-12 Martin MatuskaMFV r357783:
2020-02-11 Mark JohnstonReduce lock hold time in keg_drain().
2020-02-11 Xin LIMFV r357712: file 5.38.
2020-02-09 Kyle EvansMFV r357687: Import NFS fix for O_SEARCH tests
2020-02-07 Dimitry AndricMerge ^/head r357408 through r357661.
2020-02-06 Kyle EvansMFV r357635: imnport v1.9 of the O_SEARCH tests
2020-02-06 Ryan Libbyuma: remove UMA_ZFLAG_CACHEONLY flag
2020-02-06 Xin LIMFV r357608: Limit memory usage in xz(1) instead of...
2020-02-04 Ryan Libbyuma: multipage chicken switch
2020-02-04 Ryan Libbyuma: grow slabs to enforce minimum memory efficiency
2020-02-04 Ryan Libbyuma: add UMA_ZONE_CONTIG, and a default contig_alloc
2020-02-04 Ryan Libbyuma: pcpu_page_free needs to startup_free pages from...
2020-02-04 Jeff RobersonUse literal bucket sizes for smaller buckets rather...
2020-02-04 Jeff RobersonUse STAILQ instead of TAILQ for bucket lists. We only...
2020-02-03 Mark JohnstonDisable the smallest UMA bucket size on 32-bit platforms.
2020-02-02 Dimitry AndricMerge ^/head r357389 through r357407.
2020-02-01 Jeff RobersonFix a bug in r356776 where the page allocator was not...
2020-01-31 Dimitry AndricMerge ^/head r357270 through r357349.
2020-01-31 Dimitry AndricMerge r357348 from the clang 10.0.0 import branch:
2020-01-31 Dimitry AndricMerge r357345 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357342 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357339 from the clang1000-import branch:
2020-01-31 Jeff RobersonFix LINT build with MEMGUARD.
2020-01-31 Jeff RobersonImplement a safe memory reclamation feature that is...
2020-01-28 Cy SchubertMFV r357163:
2020-01-25 Phil ShaferImport libxo-1.4.0:
2020-01-25 Dimitry AndricMerge ^/head r356931 through r357118.
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/master up to its last change...
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-openmp/dist up to its last change...
next