linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] powerpc/tm: Various transactional memory fixes
@ 2013-05-27  4:09 Michael Neuling
  2013-05-27  4:09 ` [PATCH 1/5] powerpc/tm: Make room for hypervisor in abort cause codes Michael Neuling
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Michael Neuling @ 2013-05-27  4:09 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: Michael Neuling, linuxppc-dev, Matt Evans

Bunch of fixes for transactional memory.

Michael Neuling (5):
  powerpc/tm: Make room for hypervisor in abort cause codes
  powerpc/tm: Update cause codes documentation
  powerpc/tm: Abort on emulation and alignment faults
  powerpc/tm: Move TM abort cause codes to uapi
  powerpc/tm: Fix userspace stack corruption on signal delivery for
    active transactions

 Documentation/powerpc/transactional_memory.txt |   27 ++++++++++++++--
 arch/powerpc/include/asm/processor.h           |   13 +++-----
 arch/powerpc/include/asm/reg.h                 |   11 -------
 arch/powerpc/include/asm/signal.h              |    3 ++
 arch/powerpc/include/asm/tm.h                  |    2 ++
 arch/powerpc/include/uapi/asm/tm.h             |   18 +++++++++++
 arch/powerpc/kernel/signal.c                   |   40 ++++++++++++++++++++++--
 arch/powerpc/kernel/signal.h                   |    2 +-
 arch/powerpc/kernel/signal_32.c                |   10 ++----
 arch/powerpc/kernel/signal_64.c                |   23 +++++---------
 arch/powerpc/kernel/traps.c                    |   29 +++++++++++++++++
 11 files changed, 129 insertions(+), 49 deletions(-)
 create mode 100644 arch/powerpc/include/uapi/asm/tm.h

-- 
1.7.10.4

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

end of thread, other threads:[~2013-05-27  4:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27  4:09 [PATCH 0/5] powerpc/tm: Various transactional memory fixes Michael Neuling
2013-05-27  4:09 ` [PATCH 1/5] powerpc/tm: Make room for hypervisor in abort cause codes Michael Neuling
2013-05-27  4:09 ` [PATCH 2/5] powerpc/tm: Update cause codes documentation Michael Neuling
2013-05-27  4:09 ` [PATCH 3/5] powerpc/tm: Abort on emulation and alignment faults Michael Neuling
2013-05-27  4:09 ` [PATCH 4/5] powerpc/tm: Move TM abort cause codes to uapi Michael Neuling
2013-05-27  4:30   ` [PATCH v2 " Michael Neuling
2013-05-27  4:09 ` [PATCH 5/5] powerpc/tm: Fix userspace stack corruption on signal delivery for active transactions Michael Neuling

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).