Rev 71 | Rev 92 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 71 | Rev 81 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | - | ||
3 | <bibliography> |
2 | <bibliography> |
4 | <title>Bibliography</title> |
3 | <title>Bibliography</title> |
- | 4 | ||
- | 5 | <bibliodiv> |
|
- | 6 | <title>Papers</title> |
|
- | 7 | ||
- | 8 | <biblioentry id="Black89"> |
|
- | 9 | <abbrev>Black89</abbrev> |
|
- | 10 | ||
- | 11 | <authorgroup> |
|
- | 12 | <author> |
|
- | 13 | <firstname>D.L.</firstname> |
|
- | 14 | ||
- | 15 | <surname>Black</surname> |
|
- | 16 | </author> |
|
- | 17 | ||
- | 18 | <author> |
|
- | 19 | <firstname>R.F.</firstname> |
|
- | 20 | ||
- | 21 | <surname>Rashid</surname> |
|
- | 22 | </author> |
|
- | 23 | ||
- | 24 | <author> |
|
- | 25 | <firstname>D.B.</firstname> |
|
- | 26 | ||
- | 27 | <surname>Golub</surname> |
|
- | 28 | </author> |
|
- | 29 | ||
- | 30 | <author> |
|
- | 31 | <firstname>C.R.</firstname> |
|
- | 32 | ||
- | 33 | <surname>Hill</surname> |
|
- | 34 | </author> |
|
- | 35 | </authorgroup> |
|
- | 36 | ||
- | 37 | <copyright> |
|
- | 38 | <year>1989</year> |
|
- | 39 | ||
- | 40 | <holder /> |
|
- | 41 | </copyright> |
|
- | 42 | ||
- | 43 | <issn>0163-5964</issn> |
|
- | 44 | ||
- | 45 | <publisher> |
|
- | 46 | <publishername>ACM Press</publishername> |
|
- | 47 | </publisher> |
|
- | 48 | ||
- | 49 | <title>Translation Lookaside Buffer Consistency: A Software |
|
- | 50 | Approach</title> |
|
- | 51 | </biblioentry> |
|
- | 52 | ||
- | 53 | <biblioentry id="Bonwick01"> |
|
- | 54 | <abbrev>Bonwick01</abbrev> |
|
- | 55 | ||
- | 56 | <authorgroup> |
|
- | 57 | <author> |
|
- | 58 | <firstname>Jeff</firstname> |
|
- | 59 | ||
- | 60 | <surname>Bonwick</surname> |
|
- | 61 | </author> |
|
- | 62 | ||
- | 63 | <author> |
|
- | 64 | <firstname>Jonathan</firstname> |
|
- | 65 | ||
- | 66 | <surname>Adams</surname> |
|
- | 67 | </author> |
|
- | 68 | </authorgroup> |
|
- | 69 | ||
- | 70 | <copyright> |
|
- | 71 | <year>2001</year> |
|
- | 72 | ||
- | 73 | <holder>The USENIX Association</holder> |
|
- | 74 | </copyright> |
|
- | 75 | ||
- | 76 | <publisher> |
|
- | 77 | <publishername>USENIX</publishername> |
|
- | 78 | </publisher> |
|
- | 79 | ||
- | 80 | <title>Magazines and Vmem: Extending the Slab Allocator to Many CPUs and |
|
- | 81 | Arbitrary Resources</title> |
|
- | 82 | </biblioentry> |
|
- | 83 | ||
- | 84 | <biblioentry id="futex"> |
|
- | 85 | <abbrev>Franke et al.</abbrev> |
|
- | 86 | ||
- | 87 | <authorgroup> |
|
- | 88 | <author> |
|
- | 89 | <firstname>Hubertus</firstname> |
|
- | 90 | ||
- | 91 | <surname>Franke</surname> |
|
- | 92 | </author> |
|
- | 93 | ||
- | 94 | <author> |
|
- | 95 | <firstname>Rusty</firstname> |
|
- | 96 | ||
- | 97 | <surname>Russell</surname> |
|
- | 98 | </author> |
|
- | 99 | ||
- | 100 | <author> |
|
- | 101 | <firstname>Matthew</firstname> |
|
5 | 102 | ||
6 | <bibliodiv><title>Papers</title> |
- | |
7 | - | ||
8 | <biblioentry id="Black89"> |
- | |
9 | <abbrev>Black89</abbrev> |
- | |
10 | <authorgroup> |
- | |
11 | <author><firstname>D.L.</firstname><surname>Black</surname></author> |
- | |
12 | <author><firstname>R.F.</firstname><surname>Rashid</surname></author> |
- | |
13 | <author><firstname>D.B.</firstname><surname>Golub</surname></author> |
- | |
14 | <author><firstname>C.R.</firstname><surname>Hill</surname></author> |
- | |
15 | </authorgroup> |
- | |
16 | <copyright><year>1989</year><holder/></copyright> |
- | |
17 | <issn>0163-5964</issn> |
- | |
18 | <publisher> |
- | |
19 | <publishername>ACM Press</publishername> |
103 | <surname>Kirkwood</surname> |
20 | </publisher> |
- | |
21 | <title>Translation Lookaside Buffer Consistency: A Software Approach</title> |
- | |
22 | </biblioentry> |
- | |
23 | - | ||
24 | - | ||
25 | <biblioentry id="Bonwick01"> |
- | |
26 | <abbrev>Bonwick01</abbrev> |
- | |
27 | <authorgroup> |
104 | </author> |
28 | <author><firstname>Jeff</firstname><surname>Bonwick</surname></author> |
- | |
29 | <author><firstname>Jonathan</firstname><surname>Adams</surname></author> |
- | |
30 | </authorgroup> |
105 | </authorgroup> |
31 | <copyright><year>2001</year><holder>The USENIX Association</holder></copyright> |
- | |
32 | <publisher> |
- | |
33 | <publishername>USENIX</publishername> |
- | |
34 | </publisher> |
- | |
35 | <title>Magazines and Vmem: Extending the Slab Allocator to Many CPUs and Arbitrary Resources</title> |
- | |
36 | </biblioentry> |
- | |
37 | 106 | ||
38 | </bibliodiv> |
107 | <copyright> |
- | 108 | <holder>Proceedings of the 2002 Ottawa Linux Summit</holder> |
|
39 | 109 | ||
- | 110 | <year>2002</year> |
|
40 | </bibliography> |
111 | </copyright> |
41 | 112 | ||
- | 113 | <title>Fuss, Futexes and Furwocks: Fast Userlevel Locking in |
|
- | 114 | Linux</title> |
|
- | 115 | </biblioentry> |
|
- | 116 | </bibliodiv> |
|
- | 117 | </bibliography> |
|
42 | 118 |