All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Optimize CONFIG_DEBUG_PAGEALLOC
@ 2016-01-27 10:09 ` Christian Borntraeger
  0 siblings, 0 replies; 32+ messages in thread
From: Christian Borntraeger @ 2016-01-27 10:09 UTC (permalink / raw)
  To: akpm
  Cc: linux-kernel, linux-mm, linux-arch, linux-s390, x86,
	linuxppc-dev, davem, Joonsoo Kim, davej, Christian Borntraeger

Andrew, since the arch patches depend on the base patch, maybe the mm
tree is the right one? I have acks/reviews for the s390/x86 part.


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.
s390 should be ok, I tested several combinations, x86 seems to
work as well.

Power can probably do the same, Michael/Ben?
I am not sure about sparc. Sparc seems to allocate the TSB buffer
really early. David?


V2->V3:
- Fix whitespace/indent breakage in s390 patch
V1->V2:
- replace DEBUG_PAGEALLOC(disabled/enabled) with DEBUG_PAGEALLOC
  dump_stack for s390/x86
- add /* CONFIG_DEBUG_PAGEALLOC */ to else and endif


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 |  6 +++---
 arch/s390/mm/vmem.c          | 10 ++++------
 arch/x86/kernel/dumpstack.c  |  5 ++---
 arch/x86/mm/init.c           |  7 ++++---
 arch/x86/mm/pageattr.c       | 14 ++++----------
 include/linux/mm.h           |  9 +++++++--
 6 files changed, 24 insertions(+), 27 deletions(-)

-- 
2.3.0

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

end of thread, other threads:[~2016-02-03  0:13 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-27 10:09 [PATCH v3 0/3] Optimize CONFIG_DEBUG_PAGEALLOC Christian Borntraeger
2016-01-27 10:09 ` Christian Borntraeger
2016-01-27 10:09 ` [PATCH v3 1/3] mm: provide debug_pagealloc_enabled() without CONFIG_DEBUG_PAGEALLOC Christian Borntraeger
2016-01-27 10:09   ` Christian Borntraeger
2016-01-27 10:10 ` [PATCH v3 2/3] x86: query dynamic DEBUG_PAGEALLOC setting Christian Borntraeger
2016-01-27 10:10   ` Christian Borntraeger
2016-01-27 22:17   ` David Rientjes
2016-01-27 22:17     ` David Rientjes
2016-01-28  9:48     ` Christian Borntraeger
2016-01-28  9:48       ` Christian Borntraeger
2016-01-28 23:03       ` David Rientjes
2016-01-28 23:03         ` David Rientjes
2016-02-02 21:51         ` David Rientjes
2016-02-02 21:51           ` David Rientjes
2016-02-02 21:53           ` Christian Borntraeger
2016-02-02 21:53             ` Christian Borntraeger
2016-02-02 22:21             ` Andrew Morton
2016-02-02 22:21               ` Andrew Morton
2016-02-02 22:37               ` Christian Borntraeger
2016-02-02 22:37                 ` Christian Borntraeger
2016-02-02 23:04                 ` Andrew Morton
2016-02-02 23:04                   ` Andrew Morton
2016-02-03  0:13                   ` Stephen Rothwell
2016-02-03  0:13                     ` Stephen Rothwell
2016-02-02 21:52         ` (unknown) David Rientjes via Linuxppc-dev
2016-01-28 23:04       ` (unknown) David Rientjes via Linuxppc-dev
2016-01-27 22:18   ` (unknown) David Rientjes via Linuxppc-dev
2016-01-27 10:10 ` [PATCH v3 3/3] s390: query dynamic DEBUG_PAGEALLOC setting Christian Borntraeger
2016-01-27 10:10   ` Christian Borntraeger
2016-01-27 22:18   ` David Rientjes
2016-01-27 22:18     ` David Rientjes
2016-01-27 22:22   ` (unknown) David Rientjes via Linuxppc-dev

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.