aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner1-1/+8
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_activeThomas Gleixner1-41/+42
2018-01-14timers: Unconditionally check deferrable baseThomas Gleixner1-1/+1
2017-12-29timers: Invoke timer_start_debug() where it makes senseThomas Gleixner1-2/+2
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner1-0/+15
2017-12-29timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner1-9/+7
2017-11-21timer: Pass function down to initialization routinesKees Cook1-6/+15
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-3/+3
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-10/+7
2017-11-12timers: Add a function to start/reduce a timerDavid Howells1-7/+38
2017-10-18timer: Convert stub timer to timer_setup()Thomas Gleixner1-3/+3
2017-10-18timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan1-2/+5
2017-10-05timer: Convert schedule_timeout() to use from_timer()Kees Cook1-7/+19
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin1-9/+41
2017-08-01timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic1-1/+1
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior1-24/+24
2017-06-20timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler1-1/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-04-20timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung1-1/+1
2017-03-24treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook1-46/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-30/+18
2016-11-16posix-timers: Make them configurableNicolas Pitre1-1/+2
2016-11-16timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre1-13/+0
2016-10-26timers: Fix documentation for schedule_timeout() and similarDouglas Anderson1-4/+7
2016-10-26timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson1-12/+9
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner1-13/+10
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner1-5/+9
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner1-11/+17
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner1-1/+8
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-1/+1
2016-08-09timers: Fix get_next_timer_interrupt() computationChris Metcalf1-1/+4
2016-07-15timers/core: Convert to hotplug state machineRichard Cochran1-23/+2
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar1-440/+663
2016-07-07timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner1-16/+35
2016-07-07timers: Split out index calculationAnna-Maria Gleixner1-15/+32
2016-07-07timers: Only wake softirq if necessaryThomas Gleixner1-0/+11
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner1-21/+107
2016-07-07timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner1-8/+41
2016-07-07timers: Move __run_timers() functionAnna-Maria Gleixner1-26/+26
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-19/+0
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner1-362/+467
2016-07-07timers: Give a few structs and members proper namesThomas Gleixner1-59/+59
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner1-34/+5
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner1-5/+5
2016-06-10timers: Clarify usleep_range() function commentBjorn Helgaas1-1/+7