summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-08-241-2/+7
* timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-08-241-1/+4
* timers: Fix get_next_timer_interrupt() computationChris Metcalf2016-08-091-1/+4
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-292-58/+7
|\
| * timers/core: Convert to hotplug state machineRichard Cochran2016-07-151-23/+2
| * hrtimer: Convert to hotplug state machineThomas Gleixner2016-07-151-35/+5
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-2512-526/+741
|\ \
| * | tick/nohz: Optimize nohz idle enterGaurav Jindal2016-07-191-2/+1
| * | clockevents: Make clockevents_subsys staticBen Dooks2016-07-191-1/+1
| |/
| * Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar2016-07-073-472/+677
| |\
| | * 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/+1
| | * 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/+0
| | * 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/+5
| | * timers: Make 'pinned' a timer propertyThomas Gleixner2016-07-071-5/+5
| * | 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