All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/5] kexec changes for Power ISA 3.0
@ 2016-08-19  8:52 Aneesh Kumar K.V
  2016-08-19  8:52 ` [PATCH V2 1/5] powerpc/64/kexec: NULL check "clear_all" in kexec_sequence Aneesh Kumar K.V
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Aneesh Kumar K.V @ 2016-08-19  8:52 UTC (permalink / raw)
  To: benh, paulus, mpe; +Cc: linuxppc-dev, Aneesh Kumar K.V

Add kexec support with radix page table config.

Changes from v1:
* Rebase to latest kernel
* add tlbflush on MMU cleanup

Aneesh Kumar K.V (1):
  powerpc/mm: Add radix flush all with IS=3

Benjamin Herrenschmidt (4):
  powerpc/64/kexec: NULL check "clear_all" in kexec_sequence
  powerpc/64/kexec: Fix MMU cleanup on radix
  powerpc/64/kexec: Copy image with MMU off when possible
  powerpc/64/kexec: Remove BookE special default_machine_kexec_prepare()

 .../powerpc/include/asm/book3s/64/tlbflush-radix.h |  1 +
 arch/powerpc/include/asm/mmu-book3e.h              |  3 +
 arch/powerpc/include/asm/mmu.h                     |  4 ++
 arch/powerpc/kernel/machine_kexec_64.c             | 74 +++++++---------------
 arch/powerpc/kernel/misc_64.S                      | 25 ++++++--
 arch/powerpc/mm/pgtable-book3s64.c                 |  9 +++
 arch/powerpc/mm/pgtable-radix.c                    | 12 ++++
 arch/powerpc/mm/tlb-radix.c                        | 15 +++++
 8 files changed, 84 insertions(+), 59 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-09-25  3:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-19  8:52 [PATCH V2 0/5] kexec changes for Power ISA 3.0 Aneesh Kumar K.V
2016-08-19  8:52 ` [PATCH V2 1/5] powerpc/64/kexec: NULL check "clear_all" in kexec_sequence Aneesh Kumar K.V
2016-08-22  8:56   ` Balbir Singh
2016-09-25  3:00   ` [V2, " Michael Ellerman
2016-08-19  8:52 ` [PATCH V2 2/5] powerpc/mm: Add radix flush all with IS=3 Aneesh Kumar K.V
2016-08-21 23:55   ` Benjamin Herrenschmidt
2016-08-22  6:11     ` Aneesh Kumar K.V
2016-08-22 18:22       ` Balbir Singh
2016-08-23 10:57   ` [PATCH V3] " Aneesh Kumar K.V
2016-08-24  5:19     ` Balbir Singh
2016-09-25  3:00     ` [V3] " Michael Ellerman
2016-08-19  8:52 ` [PATCH V2 3/5] powerpc/64/kexec: Fix MMU cleanup on radix Aneesh Kumar K.V
2016-08-23  0:02   ` Balbir Singh
2016-08-19  8:52 ` [PATCH V2 4/5] powerpc/64/kexec: Copy image with MMU off when possible Aneesh Kumar K.V
2016-08-23  0:21   ` Balbir Singh
2016-08-19  8:52 ` [PATCH V2 5/5] powerpc/64/kexec: Remove BookE special default_machine_kexec_prepare() Aneesh Kumar K.V

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.