]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/uma_core.c
Symbolic bindings for the dts files...
[FreeBSD/FreeBSD.git] / sys / vm / uma_core.c
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-23 baptImport libucl into head
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-14 dimAfter r251709, avoid a clang 3.4 warning about an unuse...
2014-02-10 glebiusMake M_ZERO flag work correctly on UMA_ZONE_PCPU zones.
2014-02-07 glebiusProvide macros that allow easily export uma(9) zone...
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-02 delphijMFV r260154 + 260182:
2013-12-05 rayMFC @r258947.
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-11-29 rodrigcIn keg_dtor(), print out the keg name in the "Freed...
2013-11-28 mav - Add bucket size column to `show uma` DDB command.
2013-11-27 mavMake UMA to not blindly force offpage slab header alloc...
2013-11-27 mavDon't count bucket allocation failures for UMA zones...
2013-11-27 mavFix bug introduced at r252226, when udata argument...
2013-11-23 mavWhen purging per-CPU UMA caches do not return empty...
2013-11-19 mavImplement mechanism to safely but slowly purge UMA...
2013-11-19 mavGrow UMA zone bucket size also on lock congestion durin...
2013-11-19 mavAdd two new UMA bucket zones to store 3 and 9 items...
2013-11-19 mavImplement soft pressure on UMA cache bucket sizes.
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-10-29 baptMerge byacc 20130925
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
2013-09-21 desUpgrade to 6.3p1.
2013-09-21 delphijMFV r254750:
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-06 cyUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-05 sjgMerge bmake-20130904
2013-09-04 grehanIFC @ r255209
2013-09-01 rayMFC @r255128.
2013-09-01 markmMFC
2013-08-31 mckusickFix bug introduced in rewrite of keg_free_slab in ...
2013-08-23 emasteMerge lldb r188801 to contrib/llvm/tools/lldb/
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-22 erwinUpdate Bind to 9.9.3-P2
2013-08-15 rayMFC @r254374.
2013-08-10 kibDifferent consumers of the struct vm_page abuse pageq...
2013-08-07 jeffReplace kernel virtual address space allocation with...
2013-08-06 erwinUpdate Bind to 9.8.5-P2
2013-08-02 peterUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-01 grehanIFC @ r253862
2013-07-28 peterUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 pfgDTrace: re-merge remainder of r249367 (original from...
2013-07-25 rayMFC @r219886.
2013-07-23 glebiusRevert r249590 and in case if mp_ncpus isn't initialize...
2013-07-06 netchild- Move videodev headers from compat/linux to contrib...
2013-07-05 grehanIFC @ r252763
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-07-03 grehanImport driver source from hyperv-20130627 vendor branch.
2013-06-28 davideRemove a spurious keg lock acquisition.
2013-06-27 grehanIFC @ r252288
2013-06-26 jeff - Resolve bucket recursion issues by passing a cookie...
2013-06-21 grehanIFC @ r252047
2013-06-20 jeff - Add a per-zone lock for zones without kegs.
2013-06-19 jeff - Persist the caller's flags in the bucket allocation...
2013-06-18 jeffRefine UMA bucket allocation to reduce space consumptio...
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-17 jeff - Add a new UMA API: uma_zcache_create(). This makes...
2013-06-15 grehanImport driver source from hyperv-20130502 vendor branch.
2013-06-13 jeff - Convert the slab free item list from a linked array...
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-22 glebiusPanic if UMA_ZONE_PCPU is created at early stages of...
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-09 glebiusConvert UMA code to C99 uintXX_t types.
2013-04-09 glebiusFix KASSERTs: maximum number of items per slab is 256.
2013-04-09 edImport a new version of NetBSD's mtree.
next