aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/tm.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-16powerpc/tm: Fix more userspace r13 corruptionNicholas Piggin1-9/+16
2021-11-29powerpc: flexible GPR range save/restore macrosNicholas Piggin1-11/+4
2020-10-06powerpc/tm: Save and restore AMR on treclaim and trechkptGustavo Romero1-4/+31
2019-07-02powerpc/tm: update comment about interrupt re-entrancyNicholas Piggin1-2/+2
2018-10-09Merge branch 'fixes' into nextMichael Ellerman1-2/+16
2018-10-03powerpc/tm: Reformat commentsMichael Neuling1-28/+39
2018-09-25powerpc/tm: Avoid possible userspace r1 corruption on reclaimMichael Neuling1-1/+8
2018-09-25powerpc/tm: Fix userspace r13 corruptionMichael Neuling1-2/+9
2018-09-17powerpc/tm: Fix HTM documentationBreno Leitao1-5/+5
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy1-0/+1
2018-07-24powerpc/tm: Update function prototype commentCyril Bur1-2/+2
2018-05-24powerpc: Export tm_enable()/tm_disable/tm_abort() APIsSimon Guo1-0/+12
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-42/+17
2017-11-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur1-42/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-27powerpc/tm: Fix commentMichael Neuling1-2/+2
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