cregit-Linux how code gets into the kernel

Release 4.9 arch/frv/include/asm/futex.h

#ifndef _ASM_FUTEX_H

#define _ASM_FUTEX_H

#ifdef __KERNEL__

#include <linux/futex.h>
#include <asm/errno.h>
#include <asm/uaccess.h>

extern int futex_atomic_op_inuser(int encoded_op, u32 __user *uaddr);


static inline int futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr, u32 oldval, u32 newval) { return -ENOSYS; }

Contributors

PersonTokensPropCommitsCommitProp
ingo molnaringo molnar1973.08%250.00%
michel lespinassemichel lespinasse726.92%250.00%
Total26100.00%4100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
jakub jelinekjakub jelinek3252.46%116.67%
ingo molnaringo molnar1931.15%233.33%
michel lespinassemichel lespinasse813.11%233.33%
david howellsdavid howells23.28%116.67%
Total61100.00%6100.00%