aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2018-07-31nohz: Fix local_timer_softirq_pending()Gravatar Anna-Maria Gleixner 1-1/+1
2018-07-10Revert "tick: Prefer a lower rating device only if it's CPU local device"Gravatar Sudeep Holla 1-2/+1
2018-06-22time: Make sure jiffies_to_msecs() preserves non-zero time periodsGravatar Geert Uytterhoeven 1-2/+4
2018-06-19posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEGravatar Arnd Bergmann 1-1/+1
2018-06-12posix-cpu-timers: Remove lockdep_assert_irqs_disabled()Gravatar Sebastian Andrzej Siewior 1-2/+0
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-0/+2
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-41/+34
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-52/+106
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-14/+2
2018-05-27PM / suspend: Prevent might sleep splatsGravatar Thomas Gleixner 1-0/+2
2018-05-19timekeeping: Add ktime_get_coarse_with_offsetGravatar Arnd Bergmann 1-0/+19
2018-05-19timekeeping: Standardize on ktime_get_*() namingGravatar Arnd Bergmann 1-14/+9
2018-05-19timekeeping: Clean up ktime_get_real_ts64Gravatar Arnd Bergmann 1-25/+6
2018-05-19timekeeping: Remove timespec64 hackGravatar Arnd Bergmann 1-2/+0
2018-05-19Merge branch 'linus' into timers/2038Gravatar Thomas Gleixner 11-122/+126
2018-05-16clocksource: Move inline keyword to the beginning of function declarationsGravatar Mathieu Malaterre 1-2/+2
2018-05-16proc: introduce proc_create_seq_privateGravatar Christoph Hellwig 1-14/+2
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsGravatar Dexuan Cui 1-0/+8
2018-05-13timer_list: Remove unused function pointer typedefGravatar Chen Lin 1-2/+0
2018-05-13timers: Adjust a kernel-doc commentGravatar Mauro Carvalho Chehab 1-7/+7
2018-05-13tick: Prefer a lower rating device only if it's CPU local deviceGravatar Sudeep Holla 1-1/+2
2018-05-02clocksource: Remove kthreadGravatar Peter Zijlstra 1-21/+10
2018-05-02Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 11-122/+126
2018-05-02clocksource: Rework stale commentGravatar Peter Zijlstra 1-4/+2
2018-05-02clocksource: Consistent de-rate when marking unstableGravatar Peter Zijlstra 1-1/+8
2018-05-02clocksource: Initialize cs->wd_listGravatar Peter Zijlstra 1-0/+2
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesGravatar Peter Zijlstra 1-16/+34
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEGravatar Thomas Gleixner 8-84/+69
2018-04-26tick/sched: Do not mess with an enqueued hrtimerGravatar Thomas Gleixner 1-5/+5
2018-04-19time: Change nanosleep to safe __kernel_* typesGravatar Deepa Dinamani 3-6/+10
2018-04-19time: Change types to new y2038 safe __kernel_* typesGravatar Deepa Dinamani 2-6/+6
2018-04-19time: Fix get_timespec64() for y2038 safe compat interfacesGravatar Deepa Dinamani 1-4/+10
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEGravatar Deepa Dinamani 3-3/+15
2018-04-19compat: Enable compat_get/put_timespec64 alwaysGravatar Deepa Dinamani 1-0/+44
2018-04-19posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedGravatar Laura Abbott 1-1/+3
2018-04-17timekeeping: Remove __current_kernel_time()Gravatar Baolin Wang 1-7/+0
2018-04-17clockevents: Fix kernel messages split across multiple linesGravatar Geert Uytterhoeven 1-6/+5
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+10
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-2/+0
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Gravatar Rafael J. Wysocki 4-82/+241
2018-04-10tick-sched: avoid a maybe-uninitialized warningGravatar Arnd Bergmann 1-3/+6
2018-04-09time: hrtimer: Use timerqueue_iterate_next() to get to the next timerGravatar Rafael J. Wysocki 1-3/+1
2018-04-09nohz: Avoid duplication of code related to got_idle_tickGravatar Rafael J. Wysocki 1-10/+6
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldGravatar Frederic Weisbecker 2-9/+15
2018-04-09cpuidle: menu: Refine idle state selection for running tickGravatar Rafael J. Wysocki 1-6/+6
2018-04-09sched: idle: Select idle state before stopping the tickGravatar Rafael J. Wysocki 2-14/+49
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Gravatar Rafael J. Wysocki 1-2/+53
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Gravatar Rafael J. Wysocki 2-46/+82
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Gravatar Rafael J. Wysocki 1-0/+20
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECGravatar Rafael J. Wysocki 1-1/+1