summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer_list.c
AgeCommit message (Expand)AuthorLines
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner-1/+1
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar-30/+24
2015-08-17timer_list: Add the base offset so remaining nsecs are accurate for non monot...John Stultz-1/+1
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner-2/+0
2015-05-19clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar-0/+6
2015-05-05tick-broadcast: Fix the printing of broadcast masksPreeti U Murthy-4/+4
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner-2/+2
2015-04-22hrtimer: Make the statistics fields smallerThomas Gleixner-1/+1
2015-04-22hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner-4/+4
2015-04-22timer_list: Reduce SEQ_printf footprintJoe Perches-7/+14
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner-1/+1
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar-6/+6
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar-2/+2
2015-02-18clockevents: Introduce mode specific callbacksViresh Kumar-3/+29
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer-17/+24
2013-04-17timer_list: Convert timer list to be a proper seq_fileNathan Zimmer-12/+77
2013-04-17timer_list: Split timer_list_show_tickdevicesNathan Zimmer-12/+9
2012-06-11nohz: Rename ts->idle_tick to ts->last_tickFrederic Weisbecker-2/+2
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook-2/+2
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz-4/+4
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven-0/+1
2010-03-12clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner-1/+2
2009-12-17cpumask: avoid dereferencing struct cpumaskRusty Russell-2/+2
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner-3/+3
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner-1/+4
2009-11-13nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter-2/+4
2009-11-13clockevents: Use u32 for mult and shift factorsThomas Gleixner-2/+2
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-1/+1
2009-08-17timers: Drop write permission on /proc/timer_listAmerigo Wang-1/+1
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner-3/+5
2008-10-20timer_list: add base address to clock baseThomas Gleixner-1/+2
2008-10-20timer_list: print cpu number of clockevents deviceThomas Gleixner-3/+7
2008-10-20timer_list: print real timer addressThomas Gleixner-3/+4
2008-09-07hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven-1/+3
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven-2/+2
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev-4/+1
2008-02-17timer_list: print relative expiry time signedPavel Machek-2/+2
2008-02-01tick-sched: add more debug informationThomas Gleixner-0/+2
2007-10-29timer_list: Fix printk format stringsVegard Nossum-2/+4
2007-07-31Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan-1/+1
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo-1/+1
2007-05-09Fix printk format warnings in timer_list.cDavid Miller-11/+14
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan-7/+4
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan-3/+1
2007-03-23[PATCH] time: fix formatting in /proc/timer_listJames Morris-3/+3
2007-02-16[PATCH] Add debugging feature /proc/timer_listIngo Molnar-0/+287