cregit-Linux how code gets into the kernel

Release 4.14 arch/mips/fw/arc/salone.c

Directory: arch/mips/fw/arc
// SPDX-License-Identifier: GPL-2.0
/*
 * Routines to load into memory and execute stand-along program images using
 * ARCS PROM firmware.
 *
 * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
 */
#include <linux/init.h>
#include <asm/sgialib.h>


LONG __init ArcLoad(CHAR *Path, ULONG TopAddr, ULONG *ExecAddr, ULONG *LowAddr) { return ARC_CALL4(load, Path, TopAddr, ExecAddr, LowAddr); }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)1851.43%266.67%
Ralf Bächle1748.57%133.33%
Total35100.00%3100.00%


LONG __init ArcInvoke(ULONG ExecAddr, ULONG StackAddr, ULONG Argc, CHAR *Argv[], CHAR *Envp[]) { return ARC_CALL5(invoke, ExecAddr, StackAddr, Argc, Argv, Envp); }

Contributors

PersonTokensPropCommitsCommitProp
Ralf Bächle2253.66%133.33%
Linus Torvalds (pre-git)1946.34%266.67%
Total41100.00%3100.00%


LONG __init ArcExecute(CHAR *Path, LONG Argc, CHAR *Argv[], CHAR *Envp[]) { return ARC_CALL4(exec, Path, Argc, Argv, Envp); }

Contributors

PersonTokensPropCommitsCommitProp
Ralf Bächle1951.35%133.33%
Linus Torvalds (pre-git)1848.65%266.67%
Total37100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)6150.41%350.00%
Ralf Bächle5847.93%116.67%
Greg Kroah-Hartman10.83%116.67%
Justin P. Mattock10.83%116.67%
Total121100.00%6100.00%
Directory: arch/mips/fw/arc
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.