diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-06 13:42:43 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-06 13:42:43 -0500 |
commit | dda5f0a372873bca5f0b1d1866d7784dffd8b675 (patch) | |
tree | 1f745951b51ef9dcd127ca3c65ecb1d2ce4967c2 /MAINTAINERS | |
parent | 65b2074f84be2287e020839e93b4cdaaf60eb37c (diff) | |
parent | 88606e80da0e8d862a42ee19e5bb60b01b940ea7 (diff) |
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
MAINTAINERS: Update timer related entries
timers: Use this_cpu_read
timerqueue: Make timerqueue_getnext() static inline
hrtimer: fix timerqueue conversion flub
hrtimers: Convert hrtimers to use timerlist infrastructure
timers: Fixup allmodconfig build issue
timers: Rename timerlist infrastructure to timerqueue
timers: Introduce timerlist infrastructure.
hrtimer: Remove stale comment on curr_timer
timer: Warn when del_timer_sync() is called in hardirq context
timer: Del_timer_sync() can be used in softirq context
timer: Make try_to_del_timer_sync() the same on SMP and UP
posix-timers: Annotate lock_timer()
timer: Permit statically-declared work with deferrable timers
time: Use ARRAY_SIZE macro in timecompare.c
timer: Initialize the field slack of timer_list
timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATS
time: Compensate for rounding on odd-frequency clocksources
Fix up trivial conflict in MAINTAINERS
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b1dda78a1e75..c5c7292daba0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2812,6 +2812,10 @@ M: Thomas Gleixner <tglx@linutronix.de> | |||
2812 | S: Maintained | 2812 | S: Maintained |
2813 | F: Documentation/timers/ | 2813 | F: Documentation/timers/ |
2814 | F: kernel/hrtimer.c | 2814 | F: kernel/hrtimer.c |
2815 | F: kernel/time/clockevents.c | ||
2816 | F: kernel/time/tick*.* | ||
2817 | F: kernel/time/timer_*.c | ||
2818 | F include/linux/clockevents.h | ||
2815 | F: include/linux/hrtimer.h | 2819 | F: include/linux/hrtimer.h |
2816 | 2820 | ||
2817 | HIGH-SPEED SCC DRIVER FOR AX.25 | 2821 | HIGH-SPEED SCC DRIVER FOR AX.25 |
@@ -5142,6 +5146,18 @@ L: alsa-devel@alsa-project.org (moderated for non-subscribers) | |||
5142 | S: Supported | 5146 | S: Supported |
5143 | F: sound/soc/s3c24xx | 5147 | F: sound/soc/s3c24xx |
5144 | 5148 | ||
5149 | TIMEKEEPING, NTP | ||
5150 | M: John Stultz <johnstul@us.ibm.com> | ||
5151 | M: Thomas Gleixner <tglx@linutronix.de> | ||
5152 | S: Supported | ||
5153 | F: include/linux/clocksource.h | ||
5154 | F: include/linux/time.h | ||
5155 | F: include/linux/timex.h | ||
5156 | F: include/linux/timekeeping.h | ||
5157 | F: kernel/time/clocksource.c | ||
5158 | F: kernel/time/time*.c | ||
5159 | F: kernel/time/ntp.c | ||
5160 | |||
5145 | TLG2300 VIDEO4LINUX-2 DRIVER | 5161 | TLG2300 VIDEO4LINUX-2 DRIVER |
5146 | M: Huang Shijie <shijie8@gmail.com> | 5162 | M: Huang Shijie <shijie8@gmail.com> |
5147 | M: Kang Yong <kangyong@telegent.com> | 5163 | M: Kang Yong <kangyong@telegent.com> |