aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timer_list.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-17timer_list: Convert timer list to be a proper seq_fileGravatar Nathan Zimmer 1-12/+77
2013-04-17timer_list: Split timer_list_show_tickdevicesGravatar Nathan Zimmer 1-12/+9
2012-06-11nohz: Rename ts->idle_tick to ts->last_tickGravatar Frederic Weisbecker 1-2/+2
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listGravatar Kees Cook 1-2/+2
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureGravatar John Stultz 1-4/+4
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Gravatar Arjan van de Ven 1-0/+1
2010-03-12clockevents: Sanitize min_delta_ns adjustment and prevent overflowsGravatar Thomas Gleixner 1-1/+2
2009-12-17cpumask: avoid dereferencing struct cpumaskGravatar Rusty Russell 1-2/+2
2009-12-14hrtimers: Convert to raw_spinlocksGravatar Thomas Gleixner 1-3/+3
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicGravatar Thomas Gleixner 1-1/+4
2009-11-13nohz: Allow 32-bit machines to sleep for more than 2.15 secondsGravatar Jon Hunter 1-2/+4
2009-11-13clockevents: Use u32 for mult and shift factorsGravatar Thomas Gleixner 1-2/+2
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2009-08-17timers: Drop write permission on /proc/timer_listGravatar Amerigo Wang 1-1/+1
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Gravatar Thomas Gleixner 1-3/+5
2008-10-20timer_list: add base address to clock baseGravatar Thomas Gleixner 1-1/+2
2008-10-20timer_list: print cpu number of clockevents deviceGravatar Thomas Gleixner 1-3/+7
2008-10-20timer_list: print real timer addressGravatar Thomas Gleixner 1-3/+4
2008-09-07hrtimer: show the timer ranges in /proc/timer_listGravatar Arjan van de Ven 1-1/+3
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisGravatar Arjan van de Ven 1-2/+2
2008-04-29kernel: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-4/+1
2008-02-17timer_list: print relative expiry time signedGravatar Pavel Machek 1-2/+2
2008-02-01tick-sched: add more debug informationGravatar Thomas Gleixner 1-0/+2
2007-10-29timer_list: Fix printk format stringsGravatar Vegard Nossum 1-2/+4
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-05-09Fix printk format warnings in timer_list.cGravatar David Miller 1-11/+14
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alGravatar Alexey Dobriyan 1-7/+4
2007-05-08Simplify kallsyms_lookup()Gravatar Alexey Dobriyan 1-3/+1
2007-03-23[PATCH] time: fix formatting in /proc/timer_listGravatar James Morris 1-3/+3
2007-02-16[PATCH] Add debugging feature /proc/timer_listGravatar Ingo Molnar 1-0/+287