Skip to content

Commit 5dd6dcf

Browse files
PiercePierce
Pierce
authored and
Pierce
committed
initial commit
0 parents  commit 5dd6dcf

File tree

31,065 files changed

+12718740
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

31,065 files changed

+12718740
-0
lines changed

.gitignore

+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
#
2+
# NOTE! Don't add files that are generated in specific
3+
# subdirectories here. Add them in the ".gitignore" file
4+
# in that subdirectory instead.
5+
#
6+
# NOTE! Please use 'git ls-files -i --exclude-standard'
7+
# command after changing this file, to see if there are
8+
# any tracked files which get ignored after the change.
9+
#
10+
# Normal rules
11+
#
12+
.*
13+
*.o
14+
*.o.*
15+
*.a
16+
*.s
17+
*.ko
18+
*.so
19+
*.so.dbg
20+
*.mod.c
21+
*.i
22+
*.lst
23+
*.symtypes
24+
*.order
25+
*.elf
26+
*.bin
27+
*.gz
28+
*.bz2
29+
*.lzma
30+
*.patch
31+
*.gcno
32+
33+
#
34+
# Top-level generic files
35+
#
36+
tags
37+
TAGS
38+
vmlinux
39+
System.map
40+
Module.markers
41+
Module.symvers
42+
!.gitignore
43+
!.mailmap
44+
45+
#
46+
# Generated include files
47+
#
48+
include/asm
49+
include/asm-*/asm-offsets.h
50+
include/config
51+
include/linux/autoconf.h
52+
include/linux/compile.h
53+
include/linux/version.h
54+
include/linux/utsrelease.h
55+
include/linux/bounds.h
56+
include/generated
57+
58+
# stgit generated dirs
59+
patches-*
60+
61+
# quilt's files
62+
patches
63+
series
64+
65+
# cscope files
66+
cscope.*
67+
ncscope.*
68+
69+
# gnu global files
70+
GPATH
71+
GRTAGS
72+
GSYMS
73+
GTAGS
74+
75+
*.orig
76+
*~
77+
\#*#

.mailmap

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
#
2+
# This list is used by git-shortlog to fix a few botched name translations
3+
# in the git archive, either because the author's full name was messed up
4+
# and/or not always written the same way, making contributions from the
5+
# same person appearing not to be so or badly displayed.
6+
#
7+
# repo-abbrev: /pub/scm/linux/kernel/git/
8+
#
9+
10+
Aaron Durbin <[email protected]>
11+
Adam Oldham <[email protected]>
12+
Adam Radford <[email protected]>
13+
Adrian Bunk <[email protected]>
14+
15+
16+
Aleksey Gorelov <[email protected]>
17+
18+
19+
Andreas Herrmann <[email protected]>
20+
Andrew Morton <[email protected]>
21+
Andrew Vasquez <[email protected]>
22+
Andy Adamson <[email protected]>
23+
Arnaud Patard <[email protected]>
24+
Arnd Bergmann <[email protected]>
25+
Axel Dyks <[email protected]>
26+
Ben Gardner <[email protected]>
27+
Ben M Cahill <[email protected]>
28+
Björn Steinbrink <[email protected]>
29+
Brian Avery <[email protected]>
30+
Brian King <[email protected]>
31+
Christoph Hellwig <[email protected]>
32+
Corey Minyard <[email protected]>
33+
David Brownell <[email protected]>
34+
David Woodhouse <[email protected]>
35+
Dmitry Eremin-Solenikov <[email protected]>
36+
Domen Puncer <[email protected]>
37+
Douglas Gilbert <[email protected]>
38+
Ed L. Cashin <[email protected]>
39+
Evgeniy Polyakov <[email protected]>
40+
Felipe W Damasio <[email protected]>
41+
Felix Kuhling <[email protected]>
42+
Felix Moeller <[email protected]>
43+
Filipe Lautert <[email protected]>
44+
Franck Bui-Huu <[email protected]>
45+
Frank Zago <[email protected]>
46+
Greg Kroah-Hartman <greg@echidna.(none)>
47+
Greg Kroah-Hartman <[email protected]>
48+
Greg Kroah-Hartman <[email protected]>
49+
Henk Vergonet <[email protected]>
50+
Henrik Kretzschmar <[email protected]>
51+
Herbert Xu <[email protected]>
52+
Jacob Shin <[email protected]>
53+
James Bottomley <jejb@mulgrave.(none)>
54+
James Bottomley <[email protected]>
55+
James E Wilson <[email protected]>
56+
James Ketrenos <jketreno@io.(none)>
57+
Jean Tourrilhes <[email protected]>
58+
Jeff Garzik <[email protected]>
59+
Jens Axboe <[email protected]>
60+
Jens Osterkamp <[email protected]>
61+
John Stultz <[email protected]>
62+
Juha Yrjola <at solidboot.com>
63+
Juha Yrjola <[email protected]>
64+
Juha Yrjola <[email protected]>
65+
Kay Sievers <[email protected]>
66+
Kenneth W Chen <[email protected]>
67+
68+
Leonid I Ananiev <[email protected]>
69+
Linas Vepstas <[email protected]>
70+
Mark Brown <[email protected]>
71+
Matthieu CASTET <[email protected]>
72+
Michael Buesch <[email protected]>
73+
Michael Buesch <[email protected]>
74+
Michel Dänzer <[email protected]>
75+
Mitesh shah <[email protected]>
76+
Morten Welinder <[email protected]>
77+
Morten Welinder <[email protected]>
78+
Morten Welinder <[email protected]>
79+
Morten Welinder <[email protected]>
80+
Nguyen Anh Quynh <[email protected]>
81+
Paolo 'Blaisorblade' Giarrusso <[email protected]>
82+
Patrick Mochel <[email protected]>
83+
Peter A Jonsson <[email protected]>
84+
Peter Oruba <[email protected]>
85+
Peter Oruba <[email protected]>
86+
Praveen BP <[email protected]>
87+
Rajesh Shah <[email protected]>
88+
Ralf Baechle <[email protected]>
89+
Ralf Wildenhues <[email protected]>
90+
Rémi Denis-Courmont <[email protected]>
91+
Rudolf Marek <[email protected]>
92+
Rui Saraiva <[email protected]>
93+
Sachin P Sant <[email protected]>
94+
Sam Ravnborg <[email protected]>
95+
Sascha Hauer <[email protected]>
96+
S.Çağlar Onur <[email protected]>
97+
Simon Kelley <[email protected]>
98+
Stéphane Witzmann <[email protected]>
99+
Stephen Hemminger <[email protected]>
100+
Tejun Heo <[email protected]>
101+
Thomas Graf <[email protected]>
102+
Tony Luck <[email protected]>
103+
Tsuneo Yoshioka <[email protected]>
104+
Uwe Kleine-König <[email protected]>
105+
Uwe Kleine-König <[email protected]>
106+
Uwe Kleine-König <[email protected]>
107+
Valdis Kletnieks <[email protected]>

0 commit comments

Comments
 (0)