summaryrefslogtreecommitdiff
path: root/kernel/time/timer.c (follow)
Commit message (Expand)AuthorAge
* kernel: time: Add delay after cpu_relax() in tight loopsPrasad Sodagudi2023-07-16
* Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-12-09
|\
| * Merge 4.4.244 into android-4.4-pGreg Kroah-Hartman2020-11-18
| |\
| | * random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-18
* | | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-08-23
|\| |
| * | Merge 4.4.233 into android-4.4-pGreg Kroah-Hartman2020-08-21
| |\|
| | * random32: update the net random state on interrupt and activityWilly Tarreau2020-08-21
| * | Merge 4.4.114 into android-4.4Greg Kroah-Hartman2018-01-31
| |\|
| | * timers: Plug locking race vs. timer migrationThomas Gleixner2018-01-31
* | | Merge android-4.4@73a2b70 (v4.4.92) into msm-4.4Blagovest Kolenichev2017-10-20
|\| |
| * | Merge 4.4.90 into android-4.4Greg Kroah-Hartman2017-10-05
| |\|
| | * timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-10-05
| * | BACKPORT: timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-07-01
| |/
* | Merge "time: Remove CONFIG_TIMER_STATS"Linux Build Service Account2017-05-26
|\ \
| * | time: Remove CONFIG_TIMER_STATSKees Cook2017-05-16
* | | timer: Clear deferrable_pending while handling timer softirqNeeraj Upadhyay2017-05-15
|/ /
* | sched: Add a check for cpu unbound deferrable timersPrasad Sodagudi2017-04-21
* | timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2017-01-05
* | timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson2017-01-05
* | timers: Plug locking race vs. timer migrationThomas Gleixner2017-01-05
* | timer: Don't wait for running timers when migrating during isolationVikram Mulukutla2016-11-09
* | Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang2016-10-28
|\ \
| * | BACKPORT: timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-07-11
| |/
* | timer: Do not require CPUSETS to be enabled for migrationOlav Haugan2016-09-20
* | timer: Add function to migrate timersSantosh Shukla2016-09-20
* | timer: create timer_quiesce_cpu() to isolate CPU from timersViresh Kumar2016-09-20
* | timer: Ensure timers are not running before migratingOlav Haugan2016-09-20
* | timer: make deferrable cpu unbound timers really not bound to a cpuJoonwoo Park2016-03-23
|/
* timers: Use proper base migration in add_timer_on()Tejun Heo2015-11-04
* timers: Use __fls in apply_slack()Rasmus Villemoes2015-10-11
* timers: Fix data race in timer_stats_account_timer()Dmitry Vyukov2015-09-22
* timer: Write timer->flags atomicallyEric Dumazet2015-08-18
* timer: Fix hotplug regressionThomas Gleixner2015-06-26
* timer: Minimize nohz off overheadThomas Gleixner2015-06-19
* timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-19
* timer: Stats: Simplify the flags handlingThomas Gleixner2015-06-19
* timer: Replace timer base by a cpu indexThomas Gleixner2015-06-19
* timer: Use hlist for the timer wheel hash bucketsThomas Gleixner2015-06-19
* timer: Remove FIFO "guarantee"Thomas Gleixner2015-06-19
* timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner2015-06-19
* tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan2015-05-22
* timer: Use timer->base for flag checksJoonwoo Park2015-05-05
* timer: Put usleep_range into the __sched sectionThomas Gleixner2015-04-22
* timer: Remove pointless return value of do_usleep_range()Thomas Gleixner2015-04-22
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-22
* hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-22
* timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra2015-04-02
* timer: Don't initialize 'tvec_base' on hotplugViresh Kumar2015-04-02
* timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra2015-04-02
* rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney2014-11-03