[PATCH] hrtimers: add high resolution timer support
Implement high resolution timers on top of the hrtimers infrastructure and the clockevents / tick-management framework. This provides accurate timers for all hrtimer subsystem users. Signed-off-by:Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Cc: john stultz <johnstul@us.ibm.com> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- Documentation/kernel-parameters.txt 4 additions, 0 deletionsDocumentation/kernel-parameters.txt
- include/linux/hrtimer.h 110 additions, 6 deletionsinclude/linux/hrtimer.h
- include/linux/interrupt.h 3 additions, 0 deletionsinclude/linux/interrupt.h
- include/linux/ktime.h 1 addition, 2 deletionsinclude/linux/ktime.h
- kernel/hrtimer.c 520 additions, 48 deletionskernel/hrtimer.c
- kernel/itimer.c 1 addition, 1 deletionkernel/itimer.c
- kernel/posix-timers.c 1 addition, 1 deletionkernel/posix-timers.c
- kernel/time/Kconfig 10 additions, 0 deletionskernel/time/Kconfig
Loading
Please register or sign in to comment