aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2016-03-29timers/nohz: Convert tick dependency mask to atomic_tGravatar Frederic Weisbecker 2-32/+31
2016-03-25sched: add schedule_timeout_idle()Gravatar Andrew Morton 1-0/+11
2016-03-22kernel/...: convert pr_warning to pr_warnGravatar Joe Perches 1-4/+4
2016-03-18Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-22/+10
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-03-17param: convert some "on"/"off" users to strtoboolGravatar Kees Cook 2-16/+4
2016-03-17timer: convert timer_slack_ns from unsigned long to u64Gravatar John Stultz 2-6/+6
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+8
2016-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-36/+304
2016-03-08time/timekeeping: Work around false positive GCC warningGravatar Ingo Molnar 1-1/+1
2016-03-04Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/...Gravatar Thomas Gleixner 1-25/+261
2016-03-03hrtimer: Revert CLOCK_MONOTONIC_RAW supportGravatar Thomas Gleixner 1-16/+2
2016-03-02time: Add history to cross timestamp interface supporting slower devicesGravatar Christopher S. Hall 1-1/+170
2016-03-02time: Add driver cross timestamp interface for higher precision time synchron...Gravatar Christopher S. Hall 1-0/+56
2016-03-02time: Remove duplicated code in ktime_get_raw_and_real()Gravatar Christopher S. Hall 1-38/+2
2016-03-02time: Add timekeeping snapshot code capturing system time and counterGravatar Christopher S. Hall 1-0/+30
2016-03-02time: Add cycles to nanoseconds translationGravatar Christopher S. Hall 1-4/+21
2016-03-02sched-clock: Migrate to use new tick dependency mask modelGravatar Frederic Weisbecker 1-19/+0
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelGravatar Frederic Weisbecker 2-47/+12
2016-03-02sched: Migrate sched to use new tick dependency mask modelGravatar Frederic Weisbecker 1-5/+0
2016-03-02perf: Migrate perf to use new tick dependency mask modelGravatar Frederic Weisbecker 1-7/+1
2016-03-02nohz: Use enum code for tick stop failure tracing messageGravatar Frederic Weisbecker 1-9/+9
2016-03-02nohz: New tick dependency maskGravatar Frederic Weisbecker 2-7/+144
2016-02-29Handle ISO 8601 leap seconds and encodings of midnight in mktime64()Gravatar David Howells 1-1/+8
2016-02-27jiffies: Use CLOCKSOURCE_MASK instead of constantGravatar Alexander Kuleshov 1-1/+1
2016-02-15treewide: Fix typo in printkGravatar Masanari Iida 1-1/+1
2016-02-13nohz: Implement wide kick on top of irq workGravatar Frederic Weisbecker 1-8/+4
2016-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-30/+61
2016-01-27tick/nohz: Set the correct expiry when switching to nohz/lowres modeGravatar Wanpeng Li 1-2/+2
2016-01-27clocksource: Allow unregistering the watchdogGravatar Vitaly Kuznetsov 1-10/+42
2016-01-27hrtimer: Catch illegal clockidsGravatar Marc Zyngier 1-1/+6
2016-01-27hrtimer: Add support for CLOCK_MONOTONIC_RAWGravatar Marc Zyngier 1-1/+10
2016-01-26tick/sched: Hide unused oneshot timer codeGravatar Arnd Bergmann 1-5/+7
2016-01-22ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOGravatar John Stultz 1-2/+12
2016-01-21Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-1/+1
2016-01-17itimers: Handle relative timers with CONFIG_TIME_LOW_RES properGravatar Thomas Gleixner 1-1/+1
2016-01-17posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properGravatar Thomas Gleixner 1-1/+1
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESGravatar Thomas Gleixner 2-19/+38
2016-01-15time: nohz: Expose tick_nohz_enabledGravatar Jean Delvare 1-1/+1
2016-01-12Merge branches 'clockevents/4.4-fixes' and 'clockevents/4.5-fixes' of http://...Gravatar Thomas Gleixner 1-2/+2
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-3/+3
2016-01-11Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Gravatar Linus Torvalds 8-31/+117
2015-12-29posix-clock: Fix return code on the poll method's error pathGravatar Richard Cochran 1-2/+2
2015-12-19clocksource: Make clocksource validation work for all clocksourcesGravatar Yang Yingliang 1-1/+5
2015-12-19Merge branch 'fortglx/4.5/time' of https://git.linaro.org/people/john.stultz/...Gravatar Thomas Gleixner 6-26/+92
2015-12-16timekeeping: Cap adjustments so they don't exceed the maxadj valueGravatar John Stultz 1-4/+27
2015-12-16ntp: Fix second_overflow's input parameter type to be 64bitsGravatar DengChao 2-8/+10
2015-12-16ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_secondsGravatar DengChao 1-4/+6
2015-12-16timekeeping: Provide internal function __ktime_get_real_secondsGravatar DengChao 2-0/+15
2015-12-10time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowGravatar John Stultz 2-3/+9