summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-051-1/+1
|\
| * posix-timers: Correct sanity check in posix_cpu_nsleepEric W. Biederman2017-04-161-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-022-2/+2
|\ \
| * | treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-242-2/+2
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-0112-113/+153
|\ \ \
| * | | timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-04-201-1/+1
| * | | time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-145-31/+38
| * | | time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani2017-04-144-49/+51
| * | | time: Change k_clock clock_set() to use timespec64Deepa Dinamani2017-04-143-10/+8
| * | | time: Change k_clock clock_getres() to use timespec64Deepa Dinamani2017-04-144-14/+13
| * | | time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-145-31/+33
| * | | time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2017-04-141-10/+24
| * | | time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-143-4/+10
| * | | timekeeping: Remove pointless conversion to boolNicholas Mc Guire2017-03-311-2/+1
| * | | Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-03-313-1/+12
| |\ \ \
| | * | | sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka2017-03-231-0/+6
| | * | | timers, sched_clock: Update timeout for clock wrapDavid Engraf2017-03-231-0/+5
| | * | | clockevents: Make clockevents_config() staticNicolai Stange2017-03-231-1/+1
| | |/ /
| * | | hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd2017-03-171-4/+1
| * | | rlimits: Print more information when CPU/RT limits are exceededArun Raghavan2017-03-131-2/+7
| |/ /
* | | cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyRafael J. Wysocki2017-03-231-0/+12
|/ /
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-03-071-1/+1
|\ \ | |/ |/|
| * jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSECFrederic Weisbecker2017-03-071-1/+1
* | sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sc...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-023-2/+3
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-2/+3
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-206-167/+115
|\
| * timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker2017-02-012-68/+39
| * timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker2017-02-012-126/+90
| * timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated...Frederic Weisbecker2017-02-011-9/+2
| * sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-012-24/+24
| * time: Introduce jiffies64_to_nsecs()Frederic Weisbecker2017-02-012-0/+16
| * jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFYFrederic Weisbecker2017-02-011-16/+16
| * Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar2017-02-012-2/+9
| |\
| * | sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner2017-01-141-0/+4
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-208-573/+27
|\ \ \
| * | | hrtimer: Catch invalid clockids againMarc Zyngier2017-02-181-5/+15
| * | | timer_list: Remove useless cast when printingMars Cheng2017-02-101-1/+1
| * | | time: Remove CONFIG_TIMER_STATSKees Cook2017-02-105-520/+2
| * | | tick/broadcast: Reduce lock cacheline contentionWaiman Long2017-02-041-7/+8
| * | | timekeeping: Remove unused timekeeping_{get,set}_tai_offset()Stephen Boyd2017-01-062-40/+1
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-02-182-10/+9
|\ \ \
| * | | timekeeping: Use deferred printk() in debug codeSergey Senozhatsky2017-02-151-2/+2
OpenPOWER on IntegriCloud