summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer_list.c
Commit message (Expand)AuthorAgeFilesLines
* tick: Split nohz and highres features from nohz_modeFrederic Weisbecker2024-02-261-2/+3
* tick: Move individual bit features to debuggable mask accessesFrederic Weisbecker2024-02-261-1/+4
* timer_list: Print name of per-cpu wakeup deviceWill Deacon2021-05-311-1/+9
* timer_list: Use printk format instead of open-coded symbol lookupHelge Deller2020-11-151-47/+19
* timer_list: Guard procfs specific codeNathan Huckleberry2019-06-231-17/+19
* hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner2018-11-231-4/+0
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-2/+0
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-2/+0
|\
| * timer_list: Remove unused function pointer typedefChen Lin2018-05-131-2/+0
* | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-14/+2
|/
* timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar2017-11-131-1/+1
* sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka2017-03-231-0/+6
* timer_list: Remove useless cast when printingMars Cheng2017-02-101-1/+1
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-101-10/+0
* 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