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
No related branches found
No related tags found
Showing
- MAINTAINERS 16 additions, 0 deletionsMAINTAINERS
- include/linux/hrtimer.h 15 additions, 18 deletionsinclude/linux/hrtimer.h
- include/linux/timer.h 29 additions, 3 deletionsinclude/linux/timer.h
- include/linux/timerqueue.h 50 additions, 0 deletionsinclude/linux/timerqueue.h
- include/linux/workqueue.h 8 additions, 0 deletionsinclude/linux/workqueue.h
- kernel/hrtimer.c 27 additions, 56 deletionskernel/hrtimer.c
- kernel/posix-timers.c 8 additions, 2 deletionskernel/posix-timers.c
- kernel/time/timecompare.c 3 additions, 2 deletionskernel/time/timecompare.c
- kernel/time/timekeeping.c 7 additions, 2 deletionskernel/time/timekeeping.c
- kernel/time/timer_list.c 4 additions, 4 deletionskernel/time/timer_list.c
- kernel/timer.c 14 additions, 36 deletionskernel/timer.c
- lib/Makefile 1 addition, 1 deletionlib/Makefile
- lib/timerqueue.c 107 additions, 0 deletionslib/timerqueue.c
Loading
Please register or sign in to comment