summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner2016-07-071-16/+35
* timers: Split out index calculationAnna-Maria Gleixner2016-07-071-15/+32
* timers: Only wake softirq if necessaryThomas Gleixner2016-07-071-0/+11
* timers: Forward the wheel clock whenever possibleThomas Gleixner2016-07-073-21/+120
* timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner2016-07-071-32/+1Star
* timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner2016-07-071-8/+41
* timers: Move __run_timers() functionAnna-Maria Gleixner2016-07-071-26/+26
* timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-19/+0Star
* timers: Switch to a non-cascading wheelThomas Gleixner2016-07-071-362/+467
* timers: Give a few structs and members proper namesThomas Gleixner2016-07-071-59/+59
* timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner2016-07-071-34/+5Star
* timers: Make 'pinned' a timer propertyThomas Gleixner2016-07-071-5/+5
* 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-202-35/+15Star
* timer: update debugobjects fixup callbacks return typeDu, Changbin2016-05-202-24/+24
* time: remove timespec_add_safe()Deepa Dinamani2016-05-201-4/+0Star
* time: add missing implementation for timespec64_add_safe()Deepa Dinamani2016-05-201-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/+31Star
* sched: add schedule_timeout_idle()Andrew Morton2016-03-261-0/+11
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-193-22/+10Star
|\
| * param: convert some "on"/"off" users to strtoboolKees Cook2016-03-172-16/+4Star
| * 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-181-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-031-1/+170
| | * | | time: Add driver cross timestamp interface for higher precision time synchron...Christopher S. Hall2016-03-031-0/+56
| | * | | time: Remove duplicated code in ktime_get_raw_and_real()Christopher S. Hall2016-03-031-38/+2Star
| | * | | time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall2016-03-031-0/+30
| | * | | time: Add cycles to nanoseconds translationChristopher S. Hall2016-03-031-4/+21
| * | | | hrtimer: Revert CLOCK_MONOTONIC_RAW supportThomas Gleixner2016-03-031-16/+2Star
| |/ / /
| * | | 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/+0Star
* | | | posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-022-47/+12Star
* | | | sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-021-5/+0Star
* | | | perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker2016-03-021-7/+1Star