cregit-Linux how code gets into the kernel

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

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


int fre(void *frD, void *frB) { #ifdef DEBUG printk("%s: %p %p\n", __func__, frD, frB); #endif return -ENOSYS; }

Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt33100.00%1100.00%
Total33100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt4195.35%133.33%
Linus Torvalds12.33%133.33%
Greg Kroah-Hartman12.33%133.33%
Total43100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.