aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timer_list.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26tick: Split nohz and highres features from nohz_modeGravatar Frederic Weisbecker 1-2/+3
2024-02-26tick: Move individual bit features to debuggable mask accessesGravatar Frederic Weisbecker 1-1/+4
2021-05-31timer_list: Print name of per-cpu wakeup deviceGravatar Will Deacon 1-1/+9
2020-11-15timer_list: Use printk format instead of open-coded symbol lookupGravatar Helge Deller 1-47/+19
2019-06-23timer_list: Guard procfs specific codeGravatar Nathan Huckleberry 1-17/+19
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesGravatar Thomas Gleixner 1-4/+0
2018-11-23time: Add SPDX license identifiersGravatar Thomas Gleixner 1-0/+1
2018-11-23time: Remove useless filenames in top level commentsGravatar Thomas Gleixner 1-2/+0
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+0
2018-05-16proc: introduce proc_create_seq_privateGravatar Christoph Hellwig 1-14/+2
2018-05-13timer_list: Remove unused function pointer typedefGravatar Chen Lin 1-2/+0
2017-11-13timer/debug: Change /proc/timer_list from 0444 to 0400Gravatar Ingo Molnar 1-1/+1
2017-03-23sysrq: Reset the watchdog timers while displaying high-resolution timersGravatar Tom Hromatka 1-0/+6
2017-02-10timer_list: Remove useless cast when printingGravatar Mars Cheng 1-1/+1
2017-02-10time: Remove CONFIG_TIMER_STATSGravatar Kees Cook 1-10/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESGravatar Thomas Gleixner 1-1/+1
2015-09-14clockevents: Remove unused set_mode() callbackGravatar Viresh Kumar 1-30/+24
2015-08-17timer_list: Add the base offset so remaining nsecs are accurate for non monot...Gravatar John Stultz 1-1/+1
2015-06-19timer: Reduce timer migration overhead if disabledGravatar Thomas Gleixner 1-2/+0
2015-05-19clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateGravatar Viresh Kumar 1-0/+6
2015-05-05tick-broadcast: Fix the printing of broadcast masksGravatar Preeti U Murthy 1-4/+4
2015-04-22tick: Nohz: Rework next timer evaluationGravatar Thomas Gleixner 1-2/+2
2015-04-22hrtimer: Make the statistics fields smallerGravatar Thomas Gleixner 1-1/+1
2015-04-22hrtimer: Get rid of the resolution field in hrtimer_clock_baseGravatar Thomas Gleixner 1-4/+4
2015-04-22timer_list: Reduce SEQ_printf footprintGravatar Joe Perches 1-7/+14
2015-04-01tick: Move core only declarations and functions to coreGravatar Thomas Gleixner 1-1/+1
2015-03-27clockevents: Manage device's state separately for the coreGravatar Viresh Kumar 1-6/+6
2015-03-27clockevents: Handle tick device's resume separatelyGravatar Viresh Kumar 1-2/+2
2015-02-18clockevents: Introduce mode specific callbacksGravatar Viresh Kumar 1-3/+29
2013-08-28timer_list: correct the iterator for timer_listGravatar Nathan Zimmer 1-17/+24
2013-04-17timer_list: Convert timer list to be a proper seq_fileGravatar Nathan Zimmer 1-12/+77
2013-04-17timer_list: Split timer_list_show_tickdevicesGravatar Nathan Zimmer 1-12/+9
2012-06-11nohz: Rename ts->idle_tick to ts->last_tickGravatar Frederic Weisbecker 1-2/+2
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listGravatar Kees Cook 1-2/+2
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureGravatar John Stultz 1-4/+4
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Gravatar Arjan van de Ven 1-0/+1
2010-03-12clockevents: Sanitize min_delta_ns adjustment and prevent overflowsGravatar Thomas Gleixner 1-1/+2
2009-12-17cpumask: avoid dereferencing struct cpumaskGravatar Rusty Russell 1-2/+2
2009-12-14hrtimers: Convert to raw_spinlocksGravatar Thomas Gleixner 1-3/+3
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicGravatar Thomas Gleixner 1-1/+4
2009-11-13nohz: Allow 32-bit machines to sleep for more than 2.15 secondsGravatar Jon Hunter 1-2/+4
2009-11-13clockevents: Use u32 for mult and shift factorsGravatar Thomas Gleixner 1-2/+2
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2009-08-17timers: Drop write permission on /proc/timer_listGravatar Amerigo Wang 1-1/+1
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Gravatar Thomas Gleixner 1-3/+5
2008-10-20timer_list: add base address to clock baseGravatar Thomas Gleixner 1-1/+2
2008-10-20timer_list: print cpu number of clockevents deviceGravatar Thomas Gleixner 1-3/+7
2008-10-20timer_list: print real timer addressGravatar Thomas Gleixner 1-3/+4
2008-09-07hrtimer: show the timer ranges in /proc/timer_listGravatar Arjan van de Ven 1-1/+3