All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/7] lib/lzo: performance improvements
@ 2018-11-30 14:26 Dave Rodgman
  2018-11-30 14:26 ` [PATCH 1/8] lib/lzo: tidy-up ifdefs Dave Rodgman
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Dave Rodgman @ 2018-11-30 14:26 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org
  Cc: herbert@gondor.apana.org.au, davem@davemloft.net, Matt Sealey,
	nitingupta910@gmail.com, markus@oberhumer.com, minchan@kernel.org,
	sergey.senozhatsky.work@gmail.com, sonnyrao@google.com,
	gregkh@linuxfoundation.org, nd, sfr@canb.auug.org.au

This patch series introduces performance improvements for lzo.

The previous version of this patchset is here:
https://lkml.org/lkml/2018/11/30/807

This version of the patchset fixes a maybe-used-uninitialized warning
(although the previous version was still safe).

Dave



^ permalink raw reply	[flat|nested] 24+ messages in thread
* [PATCH v3 0/7] lib/lzo: performance improvements
@ 2018-11-30 11:47 Dave Rodgman
  2018-11-30 11:47 ` [PATCH 5/8] lib/lzo: fast 8-byte copy on arm64 Dave Rodgman
  0 siblings, 1 reply; 24+ messages in thread
From: Dave Rodgman @ 2018-11-30 11:47 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org
  Cc: herbert@gondor.apana.org.au, davem@davemloft.net, Matt Sealey,
	nitingupta910@gmail.com, markus@oberhumer.com, minchan@kernel.org,
	sergey.senozhatsky.work@gmail.com, sonnyrao@google.com,
	gregkh@linuxfoundation.org, nd

This patch series introduces performance improvements for lzo.

The previous version of this patchset is here:
https://lkml.org/lkml/2018/11/27/1086

On 29/11/2018 8:32 pm, Andrew Morton wrote:
> On Thu, 29 Nov 2018 10:21:53 +0000 Dave Rodgman <dave.rodgman@arm.com> wrote:
>>> OK, so it's not just "separate lzo-rle", it's also "switch zram to
>>> a new compression algorithm by default". I'd say that usually I'd
>>> expect this to be separate patches.
>>
>> Yes, fair point. akpm has picked this up now though, so probably a bit
>> late to break it out into a separate patch?
> 
> That's fine.  akpm is flexible ;)  Whatever produces the best overall
> result in the permanent record, please.

Thanks - I've separated this as suggested. I've also fixed up the commit
message for patch 1 (tidy-up ifdefs) which looks like it was accidentally
changed (please ignore if the change was intentional).

Dave



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2019-01-07 15:36 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-30 14:26 [PATCH v4 0/7] lib/lzo: performance improvements Dave Rodgman
2018-11-30 14:26 ` [PATCH 1/8] lib/lzo: tidy-up ifdefs Dave Rodgman
2018-12-06 15:49   ` Markus F.X.J. Oberhumer
2018-11-30 14:26 ` [PATCH 2/8] lib/lzo: clean-up by introducing COPY16 Dave Rodgman
2018-12-06 15:56   ` Markus F.X.J. Oberhumer
2018-11-30 14:26 ` [PATCH 3/8] lib/lzo: enable 64-bit CTZ on Arm Dave Rodgman
2018-12-06 15:51   ` Markus F.X.J. Oberhumer
2018-11-30 14:26 ` [PATCH 4/8] lib/lzo: 64-bit CTZ on arm64 Dave Rodgman
2018-12-06 15:52   ` Markus F.X.J. Oberhumer
2018-11-30 14:26 ` [PATCH 5/8] lib/lzo: fast 8-byte copy " Dave Rodgman
2018-12-06 15:53   ` Markus F.X.J. Oberhumer
2018-11-30 14:26 ` [PATCH 6/8] lib/lzo: implement run-length encoding Dave Rodgman
2018-12-06 15:56   ` Markus F.X.J. Oberhumer
2018-11-30 14:26 ` [PATCH 7/8] lib/lzo: separate lzo-rle from lzo Dave Rodgman
2018-12-01  8:48   ` Herbert Xu
2018-11-30 14:26 ` [PATCH 8/8] zram: default to lzo-rle instead of lzo Dave Rodgman
2018-12-05  7:30 ` [PATCH v4 0/7] lib/lzo: performance improvements Sergey Senozhatsky
2018-12-05  9:50   ` Dave Rodgman
2018-12-05 10:20     ` Sergey Senozhatsky
2018-12-06 15:47 ` Markus F.X.J. Oberhumer
2018-12-06 16:22   ` Matt Sealey
2018-12-07 15:54   ` Dave Rodgman
2019-01-07 15:35     ` Dave Rodgman
  -- strict thread matches above, loose matches on Subject: below --
2018-11-30 11:47 [PATCH v3 " Dave Rodgman
2018-11-30 11:47 ` [PATCH 5/8] lib/lzo: fast 8-byte copy on arm64 Dave Rodgman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.