/* * 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) | 57 | 36.31% | 2 | 33.33% |
Thomas Meyer | 54 | 34.39% | 1 | 16.67% |
Linus Torvalds | 33 | 21.02% | 1 | 16.67% |
Rusty Russell | 10 | 6.37% | 1 | 16.67% |
Rob Radez | 3 | 1.91% | 1 | 16.67% |
Total | 157 | 100.00% | 6 | 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 | 124 | 33.51% | 1 | 9.09% |
Linus Torvalds (pre-git) | 93 | 25.14% | 2 | 18.18% |
Thomas Meyer | 54 | 14.59% | 1 | 9.09% |
Rob Radez | 43 | 11.62% | 1 | 9.09% |
Linus Torvalds | 35 | 9.46% | 3 | 27.27% |
Paul Mackerras | 14 | 3.78% | 1 | 9.09% |
David S. Miller | 4 | 1.08% | 1 | 9.09% |
Paul Gortmaker | 3 | 0.81% | 1 | 9.09% |
Total | 370 | 100.00% | 11 | 100.00% |