/* * linux/arch/sparc/mm/extable.c */ #include <linux/module.h> #include <linux/extable.h> #include <linux/uaccess.h>
void sort_extable(struct exception_table_entry *start, struct exception_table_entry *finish) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul Mackerras | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 68 | 48.57% | 2 | 40.00% |
Linus Torvalds | 54 | 38.57% | 1 | 20.00% |
Rusty Russell | 12 | 8.57% | 1 | 20.00% |
Rob Radez | 6 | 4.29% | 1 | 20.00% |
Total | 140 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Rusty Russell | 107 | 100.00% | 1 | 100.00% |
Total | 107 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Rob Radez | 38 | 52.05% | 1 | 25.00% |
Linus Torvalds (pre-git) | 30 | 41.10% | 1 | 25.00% |
David S. Miller | 4 | 5.48% | 1 | 25.00% |
Linus Torvalds | 1 | 1.37% | 1 | 25.00% |
Total | 73 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Rusty Russell | 126 | 35.69% | 1 | 10.00% |
Linus Torvalds (pre-git) | 104 | 29.46% | 2 | 20.00% |
Linus Torvalds | 56 | 15.86% | 3 | 30.00% |
Rob Radez | 46 | 13.03% | 1 | 10.00% |
Paul Mackerras | 14 | 3.97% | 1 | 10.00% |
David S. Miller | 4 | 1.13% | 1 | 10.00% |
Paul Gortmaker | 3 | 0.85% | 1 | 10.00% |
Total | 353 | 100.00% | 10 | 100.00% |