summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz-9/+10
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz-16/+36
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd-3/+3
2017-06-04alarmtimer: Rate limit periodic intervalsThomas Gleixner-0/+8
2017-06-04alarmtimer: Prevent overflow of relative timersThomas Gleixner-3/+3
2017-05-23posix-timers: Make signal printks conditionalThomas Gleixner-8/+16
2017-05-12time: delete current_fs_time()Deepa Dinamani-14/+0
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-113/+153
2017-04-20timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung-1/+1
2017-04-16posix-timers: Correct sanity check in posix_cpu_nsleepEric W. Biederman-1/+1
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani-31/+38
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani-49/+51
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani-10/+8
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani-14/+13
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani-31/+33
2017-04-14time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani-10/+24
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani-4/+10
2017-03-31timekeeping: Remove pointless conversion to boolNicholas Mc Guire-2/+1
2017-03-31Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner-1/+12
2017-03-24treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida-2/+2
2017-03-23sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka-0/+6
2017-03-23timers, sched_clock: Update timeout for clock wrapDavid Engraf-0/+5
2017-03-23clockevents: Make clockevents_config() staticNicolai Stange-1/+1
2017-03-23cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyRafael J. Wysocki-0/+12
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd-4/+1
2017-03-13rlimits: Print more information when CPU/RT limits are exceededArun Raghavan-2/+7
2017-03-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2017-03-07jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSECFrederic Weisbecker-1/+1
2017-03-02sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sc...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+2
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-167/+115
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-573/+27
2017-02-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+9
2017-02-18hrtimer: Catch invalid clockids againMarc Zyngier-5/+15
2017-02-16Revert "nohz: Fix collision between tick and other hrtimers"Linus Torvalds-14/+2
2017-02-15timekeeping: Use deferred printk() in debug codeSergey Senozhatsky-2/+2
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockMike Galbraith-8/+7
2017-02-10timer_list: Remove useless cast when printingMars Cheng-1/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook-520/+2
2017-02-10tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker-0/+5