summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer_list.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-01-171-1/+1
* clockevents: Remove unused set_mode() callbackViresh Kumar2015-09-141-30/+24
* timer_list: Add the base offset so remaining nsecs are accurate for non monot...John Stultz2015-08-171-1/+1
* timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-2/+0
* clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar2015-05-191-0/+6
* tick-broadcast: Fix the printing of broadcast masksPreeti U Murthy2015-05-051-4/+4
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-2/+2
* hrtimer: Make the statistics fields smallerThomas Gleixner2015-04-221-1/+1
* hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2015-04-221-4/+4
* timer_list: Reduce SEQ_printf footprintJoe Perches2015-04-221-7/+14
* tick: Move core only declarations and functions to coreThomas Gleixner2015-04-011-1/+1
* clockevents: Manage device's state separately for the coreViresh Kumar2015-03-271-6/+6
* clockevents: Handle tick device's resume separatelyViresh Kumar2015-03-271-2/+2
* clockevents: Introduce mode specific callbacksViresh Kumar2015-02-181-3/+29
* timer_list: correct the iterator for timer_listNathan Zimmer2013-08-281-17/+24
* timer_list: Convert timer list to be a proper seq_fileNathan Zimmer2013-04-171-12/+77
* timer_list: Split timer_list_show_tickdevicesNathan Zimmer2013-04-171-12/+9
* nohz: Rename ts->idle_tick to ts->last_tickFrederic Weisbecker2012-06-111-2/+2
* 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
OpenPOWER on IntegriCloud