linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] initialize deferred pages with interrupts enabled
@ 2020-04-03 13:35 Pavel Tatashin
  2020-04-03 13:35 ` [PATCH v3 1/3] mm: call touch_nmi_watchdog() on max order boundaries in deferred init Pavel Tatashin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Pavel Tatashin @ 2020-04-03 13:35 UTC (permalink / raw)
  To: linux-kernel, akpm, mhocko, linux-mm, dan.j.williams,
	shile.zhang, daniel.m.jordan, pasha.tatashin, ktkhai, david,
	jmorris, sashal, vbabka

Keep interrupts enabled during deferred page initialization in order to
make code more modular and allow jiffies to update.

Original approach, and discussion can be found here:
https://lore.kernel.org/linux-mm/20200311123848.118638-1-shile.zhang@linux.alibaba.com

Changelog
v3:
- Splitted cond_resched() change into a separate patch as suggested by
  David Hildenbrand

v2:
- Addressed comments Daniel Jordan. Replaced touch_nmi_watchdog() to cond_resched().
  Added reviewed-by's and acked-by's.

v1:
https://lore.kernel.org/linux-mm/20200401193238.22544-1-pasha.tatashin@soleen.com

Daniel Jordan (1):
  mm: call touch_nmi_watchdog() on max order boundaries in deferred init

Pavel Tatashin (2):
  mm: initialize deferred pages with interrupts enabled
  mm: call cond_resched() from deferred_init_memmap()

 include/linux/mmzone.h |  2 ++
 mm/page_alloc.c        | 27 +++++++++++----------------
 2 files changed, 13 insertions(+), 16 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-04-03 14:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03 13:35 [PATCH v3 0/3] initialize deferred pages with interrupts enabled Pavel Tatashin
2020-04-03 13:35 ` [PATCH v3 1/3] mm: call touch_nmi_watchdog() on max order boundaries in deferred init Pavel Tatashin
2020-04-03 13:35 ` [PATCH v3 2/3] mm: initialize deferred pages with interrupts enabled Pavel Tatashin
2020-04-03 13:35 ` [PATCH v3 3/3] mm: call cond_resched() from deferred_init_memmap() Pavel Tatashin
2020-04-03 13:44   ` Daniel Jordan
2020-04-03 14:03     ` Pavel Tatashin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).