summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| * | tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimerJisheng Zhang2016-07-051-0/+1
| * | timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar2016-07-011-21/+21
| * | timers/nohz: Fix several typosWei Jiangang2016-07-011-5/+5
| * | Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2016-06-216-24/+28
| |\ \
| | * | timer: Avoid using timespecArnd Bergmann2016-06-201-3/+3
| | * | time: Avoid timespec in udelay_testArnd Bergmann2016-06-201-8/+8
| | * | time: Add time64_to_tm()Deepa Dinamani2016-06-201-5/+6
| | * | alarmtimer: Fix comments describing structure fieldsPratyush Patel2016-06-201-1/+0
| | * | timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei2016-06-201-4/+6
| | * | clocksource: Make clocksource insert entry more efficientMinfei Huang2016-06-201-3/+5
| | |/
| * | hrtimer: Remove redundant #ifdef blockPratyush Patel2016-06-101-1/+1
| * | timers: Clarify usleep_range() function commentBjorn Helgaas2016-06-101-1/+7
| |/
* | Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-07-241-0/+1
|\ \
| * | timekeeping: export get_monotonic_coarse64 symbolGregor Boirie2016-06-301-0/+1
| |/
* / posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-07-111-0/+1
|/
* timer: Export destroy_hrtimer_on_stack()Guenter Roeck2016-05-311-0/+1
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-192-35/+15
* timer: update debugobjects fixup callbacks return typeDu, Changbin2016-05-192-24/+24
* time: remove timespec_add_safe()Deepa Dinamani2016-05-191-4/+0
* time: add missing implementation for timespec64_add_safe()Deepa Dinamani2016-05-191-0/+25
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-171-4/+4
|\
| * time: Introduce do_sys_settimeofday64()Baolin Wang2016-04-221-4/+4
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-4/+5
|\ \
| * | sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker2016-04-231-4/+5
| * | sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-231-1/+1
| |/
* / locking/atomics: Flip atomic_fetch_or() argumentsPeter Zijlstra2016-05-051-2/+2
|/
* timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-292-32/+31
* sched: add schedule_timeout_idle()Andrew Morton2016-03-251-0/+11
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-183-22/+10
|\
| * param: convert some "on"/"off" users to strtoboolKees Cook2016-03-172-16/+4
| * timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-172-6/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-1/+1
|\ \
| * | treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-171-1/+8
|\ \ \ | |_|/ |/| |
| * | Handle ISO 8601 leap seconds and encodings of midnight in mktime64()David Howells2016-02-291-1/+8
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-153-36/+304
|\ \ \
| * | | time/timekeeping: Work around false positive GCC warningIngo Molnar2016-03-081-1/+1
| * | | Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2016-03-041-25/+261
| |\ \ \
| | * | | time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall2016-03-021-1/+170
| | * | | time: Add driver cross timestamp interface for higher precision time synchron...Christopher S. Hall2016-03-021-0/+56
| | * | | time: Remove duplicated code in ktime_get_raw_and_real()Christopher S. Hall2016-03-021-38/+2
| | * | | time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall2016-03-021-0/+30
| | * | | time: Add cycles to nanoseconds translationChristopher S. Hall2016-03-021-4/+21
| * | | | hrtimer: Revert CLOCK_MONOTONIC_RAW supportThomas Gleixner2016-03-031-16/+2
| |/ / /
| * | | jiffies: Use CLOCKSOURCE_MASK instead of constantAlexander Kuleshov2016-02-271-1/+1
| * | | clocksource: Allow unregistering the watchdogVitaly Kuznetsov2016-01-271-10/+42
| * | | hrtimer: Catch illegal clockidsMarc Zyngier2016-01-271-1/+6
| * | | hrtimer: Add support for CLOCK_MONOTONIC_RAWMarc Zyngier2016-01-271-1/+10
* | | | sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-021-19/+0