cregit-Linux how code gets into the kernel

Release 4.14 arch/parisc/include/asm/traps.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_TRAPS_H

#define __ASM_TRAPS_H

#ifdef __KERNEL__
struct pt_regs;

/* traps.c */
void parisc_terminate(char *msg, struct pt_regs *regs,
		
int code, unsigned long offset) __noreturn __cold;

void die_if_kernel(char *str, struct pt_regs *regs, long err);

/* mm/fault.c */
const char *trap_name(unsigned long code);
void do_page_fault(struct pt_regs *regs, unsigned long code,
		unsigned long address);
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Matthew Wilcox3845.24%116.67%
Helge Deller3744.05%350.00%
Linus Torvalds (pre-git)89.52%116.67%
Greg Kroah-Hartman11.19%116.67%
Total84100.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.