aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timer_stats.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook1-425/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-20timer: Avoid using timespecArnd Bergmann1-3/+3
2015-06-19timer: Stats: Simplify the flags handlingThomas Gleixner1-5/+5
2013-10-10timer stats: Add a 'Collection: active/inactive' line to timer usage statisticsDong Zhu1-4/+4
2011-09-13locking, timer_stats: Annotate table_lock as rawThomas Gleixner1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner1-8/+9
2009-10-29percpu: make percpu symbols under kernel/ and mm/ uniqueTejun Heo1-5/+6
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-06-24timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens1-8/+8
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev1-4/+1
2008-01-30time: more timer related cleanupsPavel Machek1-1/+1
2007-10-07Fix timer_stats printout of events/secAnton Blanchard1-2/+3
2007-07-31Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan1-1/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo1-1/+1
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsVenki Pallipadi1-3/+11
2007-06-01timer stats: speedupsIngo Molnar1-1/+6
2007-06-01timer statistics: fix raceBjorn Steinbrink1-16/+21
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan1-6/+4
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan1-3/+1
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar1-0/+411