All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] [v3] fix illegal use of __pa() in KVM code
@ 2013-01-22 21:24 ` Dave Hansen
  0 siblings, 0 replies; 39+ messages in thread
From: Dave Hansen @ 2013-01-22 21:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-mm, Gleb Natapov, H. Peter Anvin, x86, Marcelo Tosatti,
	Rik van Riel, Dave Hansen

This series fixes a hard-to-debug early boot hang on 32-bit
NUMA systems.  It adds coverage to the debugging code,
adds some helpers, and eventually fixes the original bug I
was hitting.

[v3]
 * Remove unnecessary initializations in slow_virt_to_phys(),
   and convert 'level' to use the new enum pg_level.
 * Add some text to slow_virt_to_phys() to make it clear
   that we are not using it in any remotely fast paths.
[v2]
 * Moved DEBUG_VIRTUAL patch earlier in the series (it has no
   dependencies on anything else and stands on its own.
 * Created page_level_*() helpers to replace a nasty switch()
   at hpa's suggestion
 


^ permalink raw reply	[flat|nested] 39+ messages in thread
* [PATCH 0/5] fix illegal use of __pa() in KVM code
@ 2013-01-21 17:52 Dave Hansen
  2013-01-21 17:52   ` Dave Hansen
  0 siblings, 1 reply; 39+ messages in thread
From: Dave Hansen @ 2013-01-21 17:52 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-mm, Gleb Natapov, H. Peter Anvin, x86, Marcelo Tosatti,
	Rik van Riel, Dave Hansen

This series fixes a hard-to-debug early boot hang on 32-bit
NUMA systems.  It adds coverage to the debugging code,
adds some helpers, and eventually fixes the original bug I
was hitting.

[v2]
 * Moved DEBUG_VIRTUAL patch earlier in the series (it has no
   dependencies on anything else and stands on its own.
 * Created page_level_*() helpers to replace a nasty switch()
   at hpa's suggestion
 


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

end of thread, other threads:[~2013-02-26 12:45 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-22 21:24 [PATCH 0/5] [v3] fix illegal use of __pa() in KVM code Dave Hansen
2013-01-22 21:24 ` Dave Hansen
2013-01-22 21:24 ` [PATCH 1/5] make DEBUG_VIRTUAL work earlier in boot Dave Hansen
2013-01-22 21:24   ` Dave Hansen
2013-01-26  1:51   ` [tip:x86/mm] x86, mm: Make " tip-bot for Dave Hansen
2013-01-22 21:24 ` [PATCH 2/5] pagetable level size/shift/mask helpers Dave Hansen
2013-01-22 21:24   ` Dave Hansen
2013-01-26  1:52   ` [tip:x86/mm] x86, mm: Pagetable " tip-bot for Dave Hansen
2013-01-22 21:24 ` [PATCH 3/5] use new pagetable helpers in try_preserve_large_page() Dave Hansen
2013-01-22 21:24   ` Dave Hansen
2013-01-26  1:53   ` [tip:x86/mm] x86, mm: Use " tip-bot for Dave Hansen
2013-01-22 21:24 ` [PATCH 4/5] create slow_virt_to_phys() Dave Hansen
2013-01-22 21:24   ` Dave Hansen
2013-01-26  1:54   ` [tip:x86/mm] x86, mm: Create slow_virt_to_phys() tip-bot for Dave Hansen
2013-01-22 21:24 ` [PATCH 5/5] fix kvm's use of __pa() on percpu areas Dave Hansen
2013-01-22 21:24   ` Dave Hansen
2013-01-23  0:08   ` Marcelo Tosatti
2013-01-23  0:08     ` Marcelo Tosatti
2013-01-26  1:56   ` [tip:x86/mm] x86, kvm: Fix " tip-bot for Dave Hansen
2013-01-25 23:15 ` [PATCH 0/5] [v3] fix illegal use of __pa() in KVM code Dave Hansen
2013-01-25 23:15   ` Dave Hansen
2013-02-24 21:28 ` Peter Hurley
2013-02-24 21:28   ` Peter Hurley
2013-02-25  8:30   ` Gleb Natapov
2013-02-25  8:30     ` Gleb Natapov
2013-02-25 14:42   ` Dave Hansen
2013-02-25 14:42     ` Dave Hansen
2013-02-26 12:45     ` Peter Hurley
2013-02-26 12:45       ` Peter Hurley
  -- strict thread matches above, loose matches on Subject: below --
2013-01-21 17:52 [PATCH 0/5] " Dave Hansen
2013-01-21 17:52 ` [PATCH 5/5] fix kvm's use of __pa() on percpu areas Dave Hansen
2013-01-21 17:52   ` Dave Hansen
2013-01-21 18:38   ` H. Peter Anvin
2013-01-21 18:38     ` H. Peter Anvin
2013-01-21 18:59     ` Dave Hansen
2013-01-21 18:59       ` Dave Hansen
2013-01-21 19:22       ` H. Peter Anvin
2013-01-21 19:22         ` H. Peter Anvin
2013-01-21 19:02     ` Gleb Natapov
2013-01-21 19:02       ` Gleb Natapov

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.