All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Reduce the amount of time compaction disables IRQs for V2
@ 2011-02-25 20:04 ` Mel Gorman
  0 siblings, 0 replies; 46+ messages in thread
From: Mel Gorman @ 2011-02-25 20:04 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Arthur Marsh, Clemens Ladisch, Andrea Arcangeli, Mel Gorman,
	Linux-MM, Linux Kernel Mailing List

Changelog since V1
  o Fix initialisation of isolated (Andrea)

The following two patches are aimed at reducing the amount of time IRQs are
disabled. It was reported by some ALSA people that transparent hugepages was
causing slowdowns on MIDI playback but I strongly suspect that compaction
running for smaller orders was also a factor. The theory was that IRQs
were being disabled for too long and sure enough, compaction was found to
be disabling IRQs for a long time. The patches reduce the length of time
IRQs are disabled when scanning for free pages and for pages to migrate.

It's late in the cycle but the IRQs disabled times are sufficiently bad
that it would be desirable to have these merged for 2.6.38 if possible.

 mm/compaction.c |   35 ++++++++++++++++++++++++++++++-----
 1 files changed, 30 insertions(+), 5 deletions(-)

-- 
1.7.2.3


^ permalink raw reply	[flat|nested] 46+ messages in thread
* [PATCH 0/2] Reduce the amount of time compaction disables IRQs for
@ 2011-02-25 18:00 Mel Gorman
  2011-02-25 18:00   ` Mel Gorman
  0 siblings, 1 reply; 46+ messages in thread
From: Mel Gorman @ 2011-02-25 18:00 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Arthur Marsh, Clemens Ladisch, Andrea Arcangeli, Mel Gorman,
	Linux-MM, Linux Kernel Mailing List

The following two patches are aimed at reducing the amount of time IRQs are
disabled. It was reported by some ALSA people that transparent hugepages was
causing slowdowns on MIDI playback but I strongly suspect that compaction
running for smaller orders was also a factor. The theory was that IRQs
were being disabled for too long and sure enough, compaction was found to
be disabling IRQs for a long time. The patches reduce the length of time
IRQs are disabled when scanning for free pages and for pages to migrate.

It's late in the cycle but the IRQs disabled times are sufficiently bad
that it would be desirable to have these merged for 2.6.38 if possible.

 mm/compaction.c |   35 ++++++++++++++++++++++++++++++-----
 1 files changed, 30 insertions(+), 5 deletions(-)

-- 
1.7.2.3


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

end of thread, other threads:[~2011-03-01 22:15 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-25 20:04 [PATCH 0/2] Reduce the amount of time compaction disables IRQs for V2 Mel Gorman
2011-02-25 20:04 ` Mel Gorman
2011-02-25 20:04 ` [PATCH 1/2] mm: compaction: Minimise the time IRQs are disabled while isolating free pages Mel Gorman
2011-02-25 20:04   ` Mel Gorman
2011-02-25 22:34   ` Johannes Weiner
2011-02-25 22:34     ` Johannes Weiner
2011-02-28  1:55   ` KAMEZAWA Hiroyuki
2011-02-28  1:55     ` KAMEZAWA Hiroyuki
2011-02-28 22:08   ` Minchan Kim
2011-02-28 22:08     ` Minchan Kim
2011-02-25 20:04 ` [PATCH 2/2] mm: compaction: Minimise the time IRQs are disabled while isolating pages for migration Mel Gorman
2011-02-25 20:04   ` Mel Gorman
2011-02-25 22:32   ` Johannes Weiner
2011-02-25 22:32     ` Johannes Weiner
2011-02-26  0:16     ` Andrea Arcangeli
2011-02-26  0:16       ` Andrea Arcangeli
2011-02-28  2:17   ` KAMEZAWA Hiroyuki
2011-02-28  2:17     ` KAMEZAWA Hiroyuki
2011-02-28  5:48     ` Andrea Arcangeli
2011-02-28  5:48       ` Andrea Arcangeli
2011-02-28  5:54       ` KAMEZAWA Hiroyuki
2011-02-28  5:54         ` KAMEZAWA Hiroyuki
2011-02-28  9:28         ` Mel Gorman
2011-02-28  9:28           ` Mel Gorman
2011-02-28  9:42           ` KAMEZAWA Hiroyuki
2011-02-28  9:42             ` KAMEZAWA Hiroyuki
2011-02-28 10:18             ` Mel Gorman
2011-02-28 10:18               ` Mel Gorman
2011-02-28 23:42               ` KAMEZAWA Hiroyuki
2011-02-28 23:42                 ` KAMEZAWA Hiroyuki
2011-03-01  4:11                 ` Minchan Kim
2011-03-01  4:11                   ` Minchan Kim
2011-03-01  4:49                   ` KAMEZAWA Hiroyuki
2011-03-01  4:49                     ` KAMEZAWA Hiroyuki
2011-02-28 23:01   ` Minchan Kim
2011-02-28 23:01     ` Minchan Kim
2011-02-28 23:07     ` Andrea Arcangeli
2011-02-28 23:07       ` Andrea Arcangeli
2011-02-28 23:25       ` Minchan Kim
2011-02-28 23:25         ` Minchan Kim
2011-03-01 22:15   ` Andrew Morton
2011-03-01 22:15     ` Andrew Morton
2011-02-25 20:07 ` [PATCH 0/2] Reduce the amount of time compaction disables IRQs for V2 Andrea Arcangeli
2011-02-25 20:07   ` Andrea Arcangeli
  -- strict thread matches above, loose matches on Subject: below --
2011-02-25 18:00 [PATCH 0/2] Reduce the amount of time compaction disables IRQs for Mel Gorman
2011-02-25 18:00 ` [PATCH 1/2] mm: compaction: Minimise the time IRQs are disabled while isolating free pages Mel Gorman
2011-02-25 18:00   ` Mel Gorman

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.