aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timer_list.c
AgeCommit message (Expand)Author
2012-06-11nohz: Rename ts->idle_tick to ts->last_tickFrederic Weisbecker
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven
2010-03-12clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner
2009-12-17cpumask: avoid dereferencing struct cpumaskRusty Russell
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner
2009-11-13nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter
2009-11-13clockevents: Use u32 for mult and shift factorsThomas Gleixner
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-08-17timers: Drop write permission on /proc/timer_listAmerigo Wang
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner
2008-10-20timer_list: add base address to clock baseThomas Gleixner
2008-10-20timer_list: print cpu number of clockevents deviceThomas Gleixner
2008-10-20timer_list: print real timer addressThomas Gleixner
2008-09-07hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev
2008-02-17timer_list: print relative expiry time signedPavel Machek
2008-02-01tick-sched: add more debug informationThomas Gleixner
2007-10-29timer_list: Fix printk format stringsVegard Nossum
2007-07-31Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo
2007-05-09Fix printk format warnings in timer_list.cDavid Miller
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan
2007-03-23[PATCH] time: fix formatting in /proc/timer_listJames Morris
2007-02-16[PATCH] Add debugging feature /proc/timer_listIngo Molnar