cregit-Linux how code gets into the kernel

Release 4.18 arch/powerpc/include/asm/tm.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Transactional memory support routines to reclaim and recheckpoint
 * transactional process state.
 *
 * Copyright 2012 Matt Evans & Michael Neuling, IBM Corporation.
 */

#include <uapi/asm/tm.h>

#ifndef __ASSEMBLY__

extern void tm_reclaim(struct thread_struct *thread,
		       uint8_t cause);
extern void tm_reclaim_current(uint8_t cause);
extern void tm_recheckpoint(struct thread_struct *thread);
extern void tm_save_sprs(struct thread_struct *thread);
extern void tm_restore_sprs(struct thread_struct *thread);

extern bool tm_suspend_disabled;

#endif /* __ASSEMBLY__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Michael Neuling5380.30%350.00%
Paul Mackerras812.12%116.67%
Michael Ellerman46.06%116.67%
Greg Kroah-Hartman11.52%116.67%
Total66100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.