Author: jeff
Date: Sun Apr 1 04:47:05 2018
New Revision: 331862
URL: https://svnweb.freebsd.org/changeset/base/331862
Log:
Add the flag ZONE_NOBUCKETCACHE. This flag instructions UMA not to keep
a cache of fully populated buckets. This will be used in a follow-on
commit.
The flag ide
Author: jeff
Date: Sun Apr 1 04:50:05 2018
New Revision: 331863
URL: https://svnweb.freebsd.org/changeset/base/331863
Log:
Add a uma cache of free pages in the DEFAULT freepool. This gives us
per-cpu alloc and free of pages. The cache is filled with as few trips
to the phys allocator as p
On Sat, 31 Mar 2018 18:54:32 -0400 Mark Johnston wrote:
> On Sat, Mar 31, 2018 at 08:21:18PM +0200, Tijl Coosemans wrote:
> > On Thu, 29 Mar 2018 14:27:40 + (UTC) Mark Johnston
> > wrote:
> > > Author: markj
> > > Date: Thu Mar 29 14:27:40 2018
> > > New Revision: 331732
> > > URL: https:/
On Sun, Apr 01, 2018 at 05:20:21PM +0200, Tijl Coosemans wrote:
> On Sat, 31 Mar 2018 18:54:32 -0400 Mark Johnston wrote:
> > On Sat, Mar 31, 2018 at 08:21:18PM +0200, Tijl Coosemans wrote:
> > > On Thu, 29 Mar 2018 14:27:40 + (UTC) Mark Johnston
> > > wrote:
> > > > Author: markj
> > > >
On Sat, Mar 31, 2018 at 11:33:48AM +0200, Harry Schmalzbauer wrote:
> Bezüglich Sean Bruno's Nachricht vom 11.10.2017 00:21 (localtime):
> > Author: sbruno
> > Date: Tue Oct 10 22:21:05 2017
> > New Revision: 324508
> > URL: https://svnweb.freebsd.org/changeset/base/324508
> >
> > Log:
> > match
On Sun, 1 Apr 2018 12:27:03 -0400 Mark Johnston wrote:
> On Sun, Apr 01, 2018 at 05:20:21PM +0200, Tijl Coosemans wrote:
>> On Sat, 31 Mar 2018 18:54:32 -0400 Mark Johnston wrote:
>>> On Sat, Mar 31, 2018 at 08:21:18PM +0200, Tijl Coosemans wrote:
On Thu, 29 Mar 2018 14:27:40 + (UTC)
Author: ian
Date: Sun Apr 1 18:22:24 2018
New Revision: 331868
URL: https://svnweb.freebsd.org/changeset/base/331868
Log:
Add opt_platform.h for several modules that have #ifdef FDT in the source.
Submitted by: Andre Albsmeier
Modified:
head/sys/modules/i2c/iicbus/Makefile
head/sys/m
Author: ian
Date: Sun Apr 1 18:53:27 2018
New Revision: 331869
URL: https://svnweb.freebsd.org/changeset/base/331869
Log:
Fix the build on arches with default unsigned char. Capture the fubyte()
return value in an int as well as the char, and test the full int value
for fubyte() failure.
On Sun, 2018-01-14 at 03:36 +, Jeff Roberson wrote:
> Author: jeff
> Date: Sun Jan 14 03:36:03 2018
> New Revision: 327954
> URL: https://svnweb.freebsd.org/changeset/base/327954
>
> Log:
> Move VM_NUMA_ALLOC and DEVICE_NUMA under the single global config
> option NUMA.
>
> Sponsored by
Author: glebius
Date: Mon Apr 2 05:11:59 2018
New Revision: 331871
URL: https://svnweb.freebsd.org/changeset/base/331871
Log:
Handle a special case when a slab can fit only one allocation,
and zone has a large alignment. With alignment taken into
account uk_rsize will be greater than space
Author: glebius
Date: Mon Apr 2 05:14:31 2018
New Revision: 331872
URL: https://svnweb.freebsd.org/changeset/base/331872
Log:
In uma_startup_count() handle special case when zone will fit into
single slab, but with alignment adjustment it won't. Again, when
there is only one item in a slab
Author: glebius
Date: Mon Apr 2 05:15:25 2018
New Revision: 331873
URL: https://svnweb.freebsd.org/changeset/base/331873
Log:
Use UMA_SLAB_SPACE macro. No functional change here.
Modified:
head/sys/vm/uma_core.c
Modified: head/sys/vm/uma_core.c
==
12 matches
Mail list logo