All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 0/3] Optimize CONFIG_DEBUG_PAGEALLOC
@ 2016-01-26  9:18 ` Christian Borntraeger
  0 siblings, 0 replies; 34+ messages in thread
From: Christian Borntraeger @ 2016-01-26  9:18 UTC (permalink / raw)
  To: linux-kernel
  Cc: akpm, linux-mm, linux-arch, linux-s390, x86, Christian Borntraeger

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

I have done s390 and x86 as examples. Other architecture can
provide followup patches later on.

Christian Borntraeger (3):
  mm: provide debug_pagealloc_enabled() without CONFIG_DEBUG_PAGEALLOC
  x86: query dynamic DEBUG_PAGEALLOC setting
  s390: query dynamic DEBUG_PAGEALLOC setting

 arch/s390/kernel/dumpstack.c |  4 +++-
 arch/s390/mm/vmem.c          | 10 ++++------
 arch/x86/kernel/dumpstack.c  |  4 +++-
 arch/x86/mm/init.c           |  7 ++++---
 arch/x86/mm/pageattr.c       | 14 ++++----------
 include/linux/mm.h           |  4 ++++
 6 files changed, 22 insertions(+), 21 deletions(-)

-- 
2.3.0

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

end of thread, other threads:[~2016-01-28  4:30 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-26  9:18 [PATCH/RFC 0/3] Optimize CONFIG_DEBUG_PAGEALLOC Christian Borntraeger
2016-01-26  9:18 ` Christian Borntraeger
2016-01-26  9:18 ` [PATCH/RFC 1/3] mm: provide debug_pagealloc_enabled() without CONFIG_DEBUG_PAGEALLOC Christian Borntraeger
2016-01-26  9:18   ` Christian Borntraeger
2016-01-26 23:23   ` David Rientjes
2016-01-26 23:23     ` David Rientjes
2016-01-26  9:18 ` [PATCH/RFC 2/3] x86: query dynamic DEBUG_PAGEALLOC setting Christian Borntraeger
2016-01-26  9:18   ` Christian Borntraeger
2016-01-26  9:18 ` [PATCH/RFC 3/3] s390: " Christian Borntraeger
2016-01-26  9:18   ` Christian Borntraeger
2016-01-26 18:19   ` Heiko Carstens
2016-01-26 18:19     ` Heiko Carstens
2016-01-26 20:38     ` Thomas Gleixner
2016-01-26 20:38       ` Thomas Gleixner
2016-01-26 23:29     ` David Rientjes
2016-01-26 23:29       ` David Rientjes
2016-01-27  0:19       ` Joonsoo Kim
2016-01-27  0:19         ` Joonsoo Kim
2016-01-27  0:36         ` David Rientjes
2016-01-27  0:36           ` David Rientjes
2016-01-27  0:59           ` Joonsoo Kim
2016-01-27  0:59             ` Joonsoo Kim
2016-01-27  7:59             ` Christian Borntraeger
2016-01-27  7:59               ` Christian Borntraeger
2016-01-27 12:41             ` Vlastimil Babka
2016-01-27 12:41               ` Vlastimil Babka
2016-01-27 12:47               ` Christian Borntraeger
2016-01-27 12:47                 ` Christian Borntraeger
2016-01-27 13:03                 ` Vlastimil Babka
2016-01-27 13:03                   ` Vlastimil Babka
2016-01-27 13:09                   ` Christian Borntraeger
2016-01-27 13:09                     ` Christian Borntraeger
2016-01-28  4:25                   ` Joonsoo Kim
2016-01-28  4:25                     ` Joonsoo Kim

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.