summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/tm.S
AgeCommit message (Expand)AuthorLines
2020-10-06powerpc/tm: Save and restore AMR on treclaim and trechkptGustavo Romero-4/+31
2019-07-02powerpc/tm: update comment about interrupt re-entrancyNicholas Piggin-2/+2
2018-10-09Merge branch 'fixes' into nextMichael Ellerman-2/+16
2018-10-03powerpc/tm: Reformat commentsMichael Neuling-28/+39
2018-09-25powerpc/tm: Avoid possible userspace r1 corruption on reclaimMichael Neuling-1/+8
2018-09-25powerpc/tm: Fix userspace r13 corruptionMichael Neuling-2/+9
2018-09-17powerpc/tm: Fix HTM documentationBreno Leitao-5/+5
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy-0/+1
2018-07-24powerpc/tm: Update function prototype commentCyril Bur-2/+2
2018-05-24powerpc: Export tm_enable()/tm_disable/tm_abort() APIsSimon Guo-0/+12
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-42/+17
2017-11-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur-42/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-27powerpc/tm: Fix commentMichael Neuling-2/+2
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur-6/+6
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur-44/+50
2016-07-15powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()Michael Neuling-2/+1
2016-06-29powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0Michael Neuling-17/+44
2015-06-07powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULTAnshuman Khandual-2/+2
2015-03-16powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard-4/+4
2014-05-28powerpc: Fix regression of per-CPU DSCR settingSam bobroff-12/+4
2014-05-05Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt-7/+6
2014-04-28powerpc/tm: Add checking to treclaim/trechkptMichael Neuling-3/+35
2014-04-28powerpc/tm: Remove unnecessary r1 saveMichael Neuling-2/+0
2014-04-23powerpc/tm: Fix GOT save offset for ABIv2Anton Blanchard-4/+4
2014-04-23powerpc/tm: Use STK_PARAMAnton Blanchard-3/+2
2014-04-07powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling-1/+1
2013-10-30powerpc: Use 32 bit loads and stores when operating on condition register valuesAnton Blanchard-4/+4
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras-19/+22
2013-10-03powerpc/tm: Switch out userspace PPR and DSCR soonerMichael Neuling-31/+63
2013-10-03powerpc/tm: Turn interrupts hard off in tm_reclaim()Michael Neuling-0/+1
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt-0/+20
2013-08-14powerpc: Fix VRSAVE handlingPaul Mackerras-2/+2
2013-08-09powerpc/tm: Fix context switching TAR, PPR and DSCR SPRsMichael Neuling-0/+20
2013-06-30powerpc/tm: Clear MSR RI in non-recoverable TM codeMichael Neuling-2/+16
2013-04-10powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling-0/+2
2013-02-15powerpc: Add helper functions for transactional memory context switchingMichael Neuling-0/+388