cregit-Linux how code gets into the kernel

Release 4.11 arch/ia64/mm/extable.c

Directory: arch/ia64/mm
/*
 * Kernel exception handling table support.  Derived from arch/alpha/mm/extable.c.
 *
 * Copyright (C) 1998, 1999, 2001-2002, 2004 Hewlett-Packard Co
 *      David Mosberger-Tang <davidm@hpl.hp.com>
 */

#include <linux/uaccess.h>


void ia64_handle_exception (struct pt_regs *regs, const struct exception_table_entry *e) { long fix = (u64) &e->fixup + e->fixup; regs->r8 = -EFAULT; if (fix & 4) regs->r9 = 0; regs->cr_iip = fix & ~0xf; ia64_psr(regs)->ri = fix & 0x3; /* set continuation slot number */ }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds5070.42%116.67%
David Mosberger-Tang1723.94%233.33%
Ard Biesheuvel22.82%116.67%
Björn Helgaas11.41%116.67%
Linus Torvalds (pre-git)11.41%116.67%
Total71100.00%6100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds5168.00%225.00%
David Mosberger-Tang1824.00%337.50%
Linus Torvalds (pre-git)34.00%112.50%
Ard Biesheuvel22.67%112.50%
Björn Helgaas11.33%112.50%
Total75100.00%8100.00%
Directory: arch/ia64/mm
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.