summaryrefslogtreecommitdiff
path: root/kernel/time/timer.c
Commit message (Expand)AuthorAge
* timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-02-28
* hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner2018-01-16
* hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-16
* timers: Unconditionally check deferrable baseThomas Gleixner2018-01-14
* timers: Invoke timer_start_debug() where it makes senseThomas Gleixner2017-12-29
* timers: Reinitialize per cpu bases on hotplugThomas Gleixner2017-12-29
* timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner2017-12-29
* timer: Pass function down to initialization routinesKees Cook2017-11-21
* timer: Switch callback prototype to take struct timer_list * argumentKees Cook2017-11-21
* timer: Pass timer_list pointer to callbacks unconditionallyKees Cook2017-11-21
* timers: Add a function to start/reduce a timerDavid Howells2017-11-12
* timer: Convert stub timer to timer_setup()Thomas Gleixner2017-10-18
* timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan2017-10-18
* timer: Convert schedule_timeout() to use from_timer()Kees Cook2017-10-05
* timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin2017-08-24
* timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic2017-08-01
* timers: Make the cpu base lock rawSebastian Andrzej Siewior2017-06-29
* timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler2017-06-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-02
|\
| * treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-24
* | timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-04-20
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-10
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-12
|\
| * posix-timers: Make them configurableNicolas Pitre2016-11-16
| * timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2016-11-16
| * timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2016-10-26
| * timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson2016-10-26
* | timers: Prevent base clock corruption when forwardingThomas Gleixner2016-10-25
* | timers: Prevent base clock rewind when forwarding clockThomas Gleixner2016-10-25
* | timers: Lock base for same bucket optimizationThomas Gleixner2016-10-25
* | timers: Plug locking race vs. timer migrationThomas Gleixner2016-10-25
|/
* latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-10
* timers: Fix get_next_timer_interrupt() computationChris Metcalf2016-08-09
* timers/core: Convert to hotplug state machineRichard Cochran2016-07-15
* Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar2016-07-07
|\
| * timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner2016-07-07
| * timers: Split out index calculationAnna-Maria Gleixner2016-07-07
| * timers: Only wake softirq if necessaryThomas Gleixner2016-07-07
| * timers: Forward the wheel clock whenever possibleThomas Gleixner2016-07-07
| * timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner2016-07-07
| * timers: Move __run_timers() functionAnna-Maria Gleixner2016-07-07
| * timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-07
| * timers: Switch to a non-cascading wheelThomas Gleixner2016-07-07
| * timers: Give a few structs and members proper namesThomas Gleixner2016-07-07
| * timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner2016-07-07
| * timers: Make 'pinned' a timer propertyThomas Gleixner2016-07-07