summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2017-06-07Merge "drivers: Warning fixes to disable CC_OPTIMIZE_FOR_SIZE"Linux Build Service Account
2017-06-06Merge "hrtimer: Don't drop the base lock when migration during isolation"Linux Build Service Account
2017-05-31drivers: Warning fixes to disable CC_OPTIMIZE_FOR_SIZEPrasad Sodagudi
2017-05-26Merge "time: Remove CONFIG_TIMER_STATS"Linux Build Service Account
2017-05-22hrtimer: Don't drop the base lock when migration during isolationPavankumar Kondeti
2017-05-16time: Remove CONFIG_TIMER_STATSKees Cook
2017-05-15timer: Clear deferrable_pending while handling timer softirqNeeraj Upadhyay
2017-04-21sched: Add a check for cpu unbound deferrable timersPrasad Sodagudi
2017-03-18Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'Runmin Wang
2017-03-06clocksource: add API to force re-selection of the best clocksourceSe Wang (Patrick) Oh
2017-03-03Merge "alarmtimer: Program mpm wakeup time in milliseconds"Linux Build Service Account
2017-03-02alarmtimer: Program mpm wakeup time in millisecondsMohit Aggarwal
2017-02-28Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang
2017-01-13Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-01-12tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner
2017-01-10Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-01-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner
2017-01-05timers: Fix documentation for schedule_timeout() and similarDouglas Anderson
2017-01-05timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson
2017-01-05timers: Plug locking race vs. timer migrationThomas Gleixner
2016-12-20Merge "time: sched_clock: record cycle count in suspend and resume"Linux Build Service Account
2016-12-16Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang
2016-12-09time: sched_clock: record cycle count in suspend and resumeSrinivas Ramana
2016-12-01UPSTREAM: timekeeping: Add a fast and NMI safe boot clockJoel Fernandes
2016-11-09timer: Don't wait for running timers when migrating during isolationVikram Mulukutla
2016-10-28Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang
2016-10-18Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-10-16timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-10-16time: Add cycles to nanoseconds translationChristopher S. Hall
2016-09-30hrtimer: Ensure timer is not running before migratingOlav Haugan
2016-09-20timer: Do not require CPUSETS to be enabled for migrationOlav Haugan
2016-09-20timer: Add function to migrate timersSantosh Shukla
2016-09-20hrtimer.h: prevent pinned timer state from breaking inactive testGary S. Robertson
2016-09-20hrtimer: make sure PINNED flag is cleared after removing hrtimerViresh Kumar
2016-09-20hrtimer: create hrtimer_quiesce_cpu() to isolate CPU from hrtimersViresh Kumar
2016-09-20hrtimer: update timer->state with 'pinned' informationViresh Kumar
2016-09-20timer: create timer_quiesce_cpu() to isolate CPU from timersViresh Kumar
2016-09-20timer: Ensure timers are not running before migratingOlav Haugan
2016-09-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-09-15timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-09-15timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-09-15clocksource: Allow unregistering the watchdogVitaly Kuznetsov
2016-09-15ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz
2016-09-15time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz
2016-09-15hrtimer: Catch illegal clockidsMarc Zyngier
2016-08-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-08-10posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-07-12Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lskRunmin Wang
2016-07-11BACKPORT: timer: convert timer_slack_ns from unsigned long to u64John Stultz
2016-05-05watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo