aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timer_list.c
Commit message (Expand)AuthorAgeFilesLines
* timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook2011-02-121-2/+2
* hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz2010-12-101-4/+4
* sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven2010-05-091-0/+1
* clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner2010-03-121-1/+2
* cpumask: avoid dereferencing struct cpumaskRusty Russell2009-12-171-2/+2
* hrtimers: Convert to raw_spinlocksThomas Gleixner2009-12-141-3/+3
* hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner2009-12-101-1/+4
* nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter2009-11-131-2/+4
* clockevents: Use u32 for mult and shift factorsThomas Gleixner2009-11-131-2/+2
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* timers: Drop write permission on /proc/timer_listAmerigo Wang2009-08-171-1/+1
* Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-3/+5
|\
| * hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven2008-09-071-1/+3
| * hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-051-2/+2
* | timer_list: add base address to clock baseThomas Gleixner2008-10-201-1/+2
* | timer_list: print cpu number of clockevents deviceThomas Gleixner2008-10-201-3/+7
* | timer_list: print real timer addressThomas Gleixner2008-10-201-3/+4
|/
* kernel: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-4/+1
* timer_list: print relative expiry time signedPavel Machek2008-02-171-2/+2
* tick-sched: add more debug informationThomas Gleixner2008-02-011-0/+2
* timer_list: Fix printk format stringsVegard Nossum2007-10-291-2/+4
* Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan2007-07-311-1/+1
* kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo2007-07-171-1/+1
* Fix printk format warnings in timer_list.cDavid Miller2007-05-091-11/+14
* Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-081-7/+4
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-081-3/+1
* [PATCH] time: fix formatting in /proc/timer_listJames Morris2007-03-231-3/+3
* [PATCH] Add debugging feature /proc/timer_listIngo Molnar2007-02-161-0/+287