aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-9/+10
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-16/+36
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd2-3/+3
2017-06-04alarmtimer: Rate limit periodic intervalsThomas Gleixner1-0/+8
2017-06-04alarmtimer: Prevent overflow of relative timersThomas Gleixner1-3/+3
2017-05-23posix-timers: Make signal printks conditionalThomas Gleixner1-8/+16
2017-05-12time: delete current_fs_time()Deepa Dinamani1-14/+0
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-113/+153
2017-04-20timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung1-1/+1
2017-04-16posix-timers: Correct sanity check in posix_cpu_nsleepEric W. Biederman1-1/+1
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani5-31/+38
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani4-49/+51
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani3-10/+8
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani4-14/+13
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani5-31/+33
2017-04-14time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani1-10/+24
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani3-4/+10
2017-03-31timekeeping: Remove pointless conversion to boolNicholas Mc Guire1-2/+1
2017-03-31Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner3-1/+12
2017-03-24treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2-2/+2
2017-03-23sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka1-0/+6
2017-03-23timers, sched_clock: Update timeout for clock wrapDavid Engraf1-0/+5
2017-03-23clockevents: Make clockevents_config() staticNicolai Stange1-1/+1
2017-03-23cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyRafael J. Wysocki1-0/+12
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd1-4/+1
2017-03-13rlimits: Print more information when CPU/RT limits are exceededArun Raghavan1-2/+7
2017-03-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-03-07jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSECFrederic Weisbecker1-1/+1
2017-03-02sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar3-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar3-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar2-0/+2
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-167/+115
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-573/+27
2017-02-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+9
2017-02-18hrtimer: Catch invalid clockids againMarc Zyngier1-5/+15
2017-02-16Revert "nohz: Fix collision between tick and other hrtimers"Linus Torvalds2-14/+2
2017-02-15timekeeping: Use deferred printk() in debug codeSergey Senozhatsky1-2/+2
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockMike Galbraith1-8/+7
2017-02-10timer_list: Remove useless cast when printingMars Cheng1-1/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook5-520/+2
2017-02-10tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker1-0/+5