cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/math-emu/stfd.c

// SPDX-License-Identifier: GPL-2.0
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/uaccess.h>


int stfd(void *frS, void *ea) { #if 0 #ifdef DEBUG printk("%s: S %p, ea %p: ", __func__, frS, ea); dump_double(frS); printk("\n"); #endif #endif if (copy_to_user(ea, frS, sizeof(double))) return -EFAULT; return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)4497.78%150.00%
Harvey Harrison12.22%150.00%
Total45100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)5294.55%125.00%
Harvey Harrison11.82%125.00%
Linus Torvalds11.82%125.00%
Greg Kroah-Hartman11.82%125.00%
Total55100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.