cregit-Linux how code gets into the kernel

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

#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 Wessel2360.53%120.00%
David Daney615.79%120.00%
Ralf Bächle513.16%120.00%
Christoph Hellwig25.26%120.00%
James Hogan25.26%120.00%
Total38100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.