aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timer_stats.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-13locking, timer_stats: Annotate table_lock as rawGravatar Thomas Gleixner 1-3/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2009-12-14hrtimers: Convert to raw_spinlocksGravatar Thomas Gleixner 1-8/+9
2009-10-29percpu: make percpu symbols under kernel/ and mm/ uniqueGravatar Tejun Heo 1-5/+6
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2009-06-24timer stats: Optimize by adding quick check to avoid function callsGravatar Heiko Carstens 1-8/+8
2008-04-29kernel: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-4/+1
2008-01-30time: more timer related cleanupsGravatar Pavel Machek 1-1/+1
2007-10-07Fix timer_stats printout of events/secGravatar Anton Blanchard 1-2/+3
2007-07-31Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Gravatar Alexey Dobriyan 1-1/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Gravatar Tejun Heo 1-1/+1
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsGravatar Venki Pallipadi 1-3/+11
2007-06-01timer stats: speedupsGravatar Ingo Molnar 1-1/+6
2007-06-01timer statistics: fix raceGravatar Bjorn Steinbrink 1-16/+21
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alGravatar Alexey Dobriyan 1-6/+4
2007-05-08Simplify kallsyms_lookup()Gravatar Alexey Dobriyan 1-3/+1
2007-02-16[PATCH] Add debugging feature /proc/timer_statGravatar Ingo Molnar 1-0/+411