cregit-Linux how code gets into the kernel

Release 4.14 arch/mips/include/asm/kdebug.h

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

#define _ASM_MIPS_KDEBUG_H

#include <linux/notifier.h>


enum die_val {
	
DIE_OOPS = 1,
	
DIE_FP,
	
DIE_TRAP,
	
DIE_RI,
	
DIE_PAGE_FAULT,
	
DIE_BREAK,
	
DIE_SSTEPBP,
	
DIE_MSAFP,
	
DIE_UPROBE,
	
DIE_UPROBE_XOL,
};

#endif /* _ASM_MIPS_KDEBUG_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jason Wessel2358.97%116.67%
David Daney615.38%116.67%
Ralf Bächle512.82%116.67%
Christoph Hellwig25.13%116.67%
James Hogan25.13%116.67%
Greg Kroah-Hartman12.56%116.67%
Total39100.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.