aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/tm.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur1-6/+6
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur1-44/+50
2016-07-15powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()Michael Neuling1-2/+1
2016-06-29powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0Michael Neuling1-17/+44
2015-06-07powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULTAnshuman Khandual1-2/+2
2015-03-16powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard1-4/+4
2014-05-28powerpc: Fix regression of per-CPU DSCR settingSam bobroff1-12/+4
2014-05-05Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt1-7/+6
2014-04-28powerpc/tm: Add checking to treclaim/trechkptMichael Neuling1-3/+35
2014-04-28powerpc/tm: Remove unnecessary r1 saveMichael Neuling1-2/+0
2014-04-23powerpc/tm: Fix GOT save offset for ABIv2Anton Blanchard1-4/+4
2014-04-23powerpc/tm: Use STK_PARAMAnton Blanchard1-3/+2
2014-04-07powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling1-1/+1
2013-10-30powerpc: Use 32 bit loads and stores when operating on condition register valuesAnton Blanchard1-4/+4
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras1-19/+22
2013-10-03powerpc/tm: Switch out userspace PPR and DSCR soonerMichael Neuling1-31/+63
2013-10-03powerpc/tm: Turn interrupts hard off in tm_reclaim()Michael Neuling1-0/+1
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt1-0/+20
2013-08-14powerpc: Fix VRSAVE handlingPaul Mackerras1-2/+2
2013-08-09powerpc/tm: Fix context switching TAR, PPR and DSCR SPRsMichael Neuling1-0/+20
2013-06-30powerpc/tm: Clear MSR RI in non-recoverable TM codeMichael Neuling1-2/+16
2013-04-10powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling1-0/+2
2013-02-15powerpc: Add helper functions for transactional memory context switchingMichael Neuling1-0/+388