diff options
Diffstat (limited to 'Documentation/RCU/RTFP.txt')
-rw-r--r-- | Documentation/RCU/RTFP.txt | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/Documentation/RCU/RTFP.txt b/Documentation/RCU/RTFP.txt index 9c6d450138ea..fcbcbc35b122 100644 --- a/Documentation/RCU/RTFP.txt +++ b/Documentation/RCU/RTFP.txt | |||
@@ -2,7 +2,8 @@ Read the F-ing Papers! | |||
2 | 2 | ||
3 | 3 | ||
4 | This document describes RCU-related publications, and is followed by | 4 | This document describes RCU-related publications, and is followed by |
5 | the corresponding bibtex entries. | 5 | the corresponding bibtex entries. A number of the publications may |
6 | be found at http://www.rdrop.com/users/paulmck/RCU/. | ||
6 | 7 | ||
7 | The first thing resembling RCU was published in 1980, when Kung and Lehman | 8 | The first thing resembling RCU was published in 1980, when Kung and Lehman |
8 | [Kung80] recommended use of a garbage collector to defer destruction | 9 | [Kung80] recommended use of a garbage collector to defer destruction |
@@ -113,6 +114,10 @@ describing how to make RCU safe for soft-realtime applications [Sarma04c], | |||
113 | and a paper describing SELinux performance with RCU [JamesMorris04b]. | 114 | and a paper describing SELinux performance with RCU [JamesMorris04b]. |
114 | 115 | ||
115 | 116 | ||
117 | 2005 has seen further adaptation of RCU to realtime use, permitting | ||
118 | preemption of RCU realtime critical sections [PaulMcKenney05a, | ||
119 | PaulMcKenney05b]. | ||
120 | |||
116 | Bibtex Entries | 121 | Bibtex Entries |
117 | 122 | ||
118 | @article{Kung80 | 123 | @article{Kung80 |
@@ -410,3 +415,32 @@ Oregon Health and Sciences University" | |||
410 | \url{http://www.livejournal.com/users/james_morris/2153.html} | 415 | \url{http://www.livejournal.com/users/james_morris/2153.html} |
411 | [Viewed December 10, 2004]" | 416 | [Viewed December 10, 2004]" |
412 | } | 417 | } |
418 | |||
419 | @unpublished{PaulMcKenney05a | ||
420 | ,Author="Paul E. McKenney" | ||
421 | ,Title="{[RFC]} {RCU} and {CONFIG\_PREEMPT\_RT} progress" | ||
422 | ,month="May" | ||
423 | ,year="2005" | ||
424 | ,note="Available: | ||
425 | \url{http://lkml.org/lkml/2005/5/9/185} | ||
426 | [Viewed May 13, 2005]" | ||
427 | ,annotation=" | ||
428 | First publication of working lock-based deferred free patches | ||
429 | for the CONFIG_PREEMPT_RT environment. | ||
430 | " | ||
431 | } | ||
432 | |||
433 | @conference{PaulMcKenney05b | ||
434 | ,Author="Paul E. McKenney and Dipankar Sarma" | ||
435 | ,Title="Towards Hard Realtime Response from the Linux Kernel on SMP Hardware" | ||
436 | ,Booktitle="linux.conf.au 2005" | ||
437 | ,month="April" | ||
438 | ,year="2005" | ||
439 | ,address="Canberra, Australia" | ||
440 | ,note="Available: | ||
441 | \url{http://www.rdrop.com/users/paulmck/RCU/realtimeRCU.2005.04.23a.pdf} | ||
442 | [Viewed May 13, 2005]" | ||
443 | ,annotation=" | ||
444 | Realtime turns into making RCU yet more realtime friendly. | ||
445 | " | ||
446 | } | ||