Commit 66188fae3bf7f8dd951e2291d2a81888ed1b65de

Authored by Thomas Gleixner
Committed by Linus Torvalds
1 parent 7978672c4d

[PATCH] hrtimers: add back lost credit lines

At some point we added credits to people who actively helped to bring
k/hr-timers along.  This was lost in the big code revamp.  Add it back.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 2 changed files with 12 additions and 0 deletions Side-by-side Diff

include/linux/ktime.h
... ... @@ -10,6 +10,12 @@
10 10 *
11 11 * Started by: Thomas Gleixner and Ingo Molnar
12 12 *
  13 + * Credits:
  14 + *
  15 + * Roman Zippel provided the ideas and primary code snippets of
  16 + * the ktime_t union and further simplifications of the original
  17 + * code.
  18 + *
13 19 * For licencing details see kernel-base/COPYING
14 20 */
15 21 #ifndef _LINUX_KTIME_H
... ... @@ -21,6 +21,12 @@
21 21 * Credits:
22 22 * based on kernel/timer.c
23 23 *
  24 + * Help, testing, suggestions, bugfixes, improvements were
  25 + * provided by:
  26 + *
  27 + * George Anzinger, Andrew Morton, Steven Rostedt, Roman Zippel
  28 + * et. al.
  29 + *
24 30 * For licencing details see kernel-base/COPYING
25 31 */
26 32