All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] follow-up "Optimize CONFIG_DEBUG_PAGEALLOC"
@ 2016-02-04  5:56 ` Joonsoo Kim
  0 siblings, 0 replies; 35+ messages in thread
From: Joonsoo Kim @ 2016-02-04  5:56 UTC (permalink / raw)
  To: Andrew Morton
  Cc: David Rientjes, Christian Borntraeger,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-mm-Bw31MaZKKs3YtjvyW6yDsg, Benjamin Herrenschmidt,
	Takashi Iwai, Chris Metcalf, Christoph Lameter,
	linux-api-u79uwXL29TY76Z2rM5mHXA, Joonsoo Kim

As CONFIG_DEBUG_PAGEALLOC can be enabled/disabled via kernel
parameters we can optimize some cases by checking the enablement
state.

This is follow-up work for Christian's Optimize CONFIG_DEBUG_PAGEALLOC.

https://lkml.org/lkml/2016/1/27/194

I can't test patches for sound, power and tile,
so please review them, maintainers. :)

Remaining work is to make sparc to be aware of this but it looks
not easy for me so I skip that in this series.

It would be the best that these paches are routed through Andrew's tree,
because there is a dependency to MM.

Thanks.

Joonsoo Kim (5):
  mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting
  mm/slub: query dynamic DEBUG_PAGEALLOC setting
  sound: query dynamic DEBUG_PAGEALLOC setting
  powerpc: query dynamic DEBUG_PAGEALLOC setting
  tile: query dynamic DEBUG_PAGEALLOC setting

 arch/powerpc/kernel/traps.c     |  5 ++---
 arch/powerpc/mm/hash_utils_64.c | 40 ++++++++++++++++++++--------------------
 arch/powerpc/mm/init_32.c       |  8 ++++----
 arch/tile/mm/init.c             | 11 +++++++----
 mm/slub.c                       | 11 ++++++-----
 mm/vmalloc.c                    |  8 ++++----
 sound/drivers/pcsp/pcsp.c       |  9 +++++----
 7 files changed, 48 insertions(+), 44 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-02-09 16:57 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04  5:56 [PATCH 0/5] follow-up "Optimize CONFIG_DEBUG_PAGEALLOC" Joonsoo Kim
2016-02-04  5:56 ` Joonsoo Kim
2016-02-04  5:56 ` Joonsoo Kim
2016-02-04  5:56 ` [PATCH 1/5] mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting Joonsoo Kim
2016-02-04  5:56   ` Joonsoo Kim
2016-02-04  8:32   ` Christian Borntraeger
2016-02-04  8:32     ` Christian Borntraeger
     [not found]   ` <1454565386-10489-2-git-send-email-iamjoonsoo.kim-Hm3cg6mZ9cc@public.gmane.org>
2016-02-04 22:18     ` David Rientjes
2016-02-04 22:18       ` David Rientjes
2016-02-04 22:18       ` David Rientjes
     [not found]       ` <alpine.DEB.2.10.1602041417330.29117-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2016-02-05 16:13         ` Joonsoo Kim
2016-02-05 16:13           ` Joonsoo Kim
2016-02-05 16:13           ` Joonsoo Kim
2016-02-04  5:56 ` [PATCH 2/5] mm/slub: " Joonsoo Kim
2016-02-04  5:56   ` Joonsoo Kim
     [not found]   ` <1454565386-10489-3-git-send-email-iamjoonsoo.kim-Hm3cg6mZ9cc@public.gmane.org>
2016-02-04  8:31     ` Christian Borntraeger
2016-02-04  8:31       ` Christian Borntraeger
2016-02-04  8:31       ` Christian Borntraeger
2016-02-04 16:21       ` Joonsoo Kim
2016-02-04 16:21         ` Joonsoo Kim
2016-02-04  5:56 ` [PATCH 3/5] sound: " Joonsoo Kim
2016-02-04  5:56   ` Joonsoo Kim
2016-02-04 22:19   ` David Rientjes
2016-02-04 22:19     ` David Rientjes
2016-02-05  9:26   ` Takashi Iwai
2016-02-05  9:26     ` Takashi Iwai
2016-02-04  5:56 ` [PATCH 4/5] powerpc: " Joonsoo Kim
2016-02-04  5:56   ` Joonsoo Kim
2016-02-04 22:22   ` David Rientjes
2016-02-04 22:22     ` David Rientjes
2016-02-04  5:56 ` [PATCH 5/5] tile: " Joonsoo Kim
2016-02-04  5:56   ` Joonsoo Kim
     [not found]   ` <1454565386-10489-6-git-send-email-iamjoonsoo.kim-Hm3cg6mZ9cc@public.gmane.org>
2016-02-09 16:56     ` Chris Metcalf
2016-02-09 16:56       ` Chris Metcalf
2016-02-09 16:56       ` Chris Metcalf

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.