summaryrefslogtreecommitdiff
path: root/kernel/time/timer.c
AgeCommit message (Expand)Author
2019-09-19timer: Read jiffies once when forwarding base clkLi RongQing
2019-08-21posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner
2019-08-01timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-24timer/trace: Improve timer tracingAnna-Maria Gleixner
2019-03-24timer: Move trace point to get proper indexAnna-Maria Gleixner
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney
2018-11-23time: Add SPDX license identifiersThomas Gleixner
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner
2018-08-02timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli
2018-07-19timer: Fix coding styleYi Wang
2018-05-13timers: Adjust a kernel-doc commentMauro Carvalho Chehab
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar
2018-01-16hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner
2018-01-14timers: Unconditionally check deferrable baseThomas Gleixner
2017-12-29timers: Invoke timer_start_debug() where it makes senseThomas Gleixner
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2017-12-29timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner
2017-11-21timer: Pass function down to initialization routinesKees Cook
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook
2017-11-12timers: Add a function to start/reduce a timerDavid Howells
2017-10-18timer: Convert stub timer to timer_setup()Thomas Gleixner
2017-10-18timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan
2017-10-05timer: Convert schedule_timeout() to use from_timer()Kees Cook
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin
2017-08-01timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior
2017-06-20timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-04-20timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung
2017-03-24treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-11-16posix-timers: Make them configurableNicolas Pitre
2016-11-16timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre
2016-10-26timers: Fix documentation for schedule_timeout() and similarDouglas Anderson
2016-10-26timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner