aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-10Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla1-2/+1
2018-06-22time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-06-19posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEArnd Bergmann1-1/+1
2018-06-12posix-cpu-timers: Remove lockdep_assert_irqs_disabled()Sebastian Andrzej Siewior1-2/+0
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-41/+34
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-52/+106
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+2
2018-05-27PM / suspend: Prevent might sleep splatsThomas Gleixner1-0/+2
2018-05-19timekeeping: Add ktime_get_coarse_with_offsetArnd Bergmann1-0/+19
2018-05-19timekeeping: Standardize on ktime_get_*() namingArnd Bergmann1-14/+9
2018-05-19timekeeping: Clean up ktime_get_real_ts64Arnd Bergmann1-25/+6
2018-05-19timekeeping: Remove timespec64 hackArnd Bergmann1-2/+0
2018-05-19Merge branch 'linus' into timers/2038Thomas Gleixner11-122/+126
2018-05-16clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre1-2/+2
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig1-14/+2
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-05-13timer_list: Remove unused function pointer typedefChen Lin1-2/+0
2018-05-13timers: Adjust a kernel-doc commentMauro Carvalho Chehab1-7/+7
2018-05-13tick: Prefer a lower rating device only if it's CPU local deviceSudeep Holla1-1/+2
2018-05-02clocksource: Remove kthreadPeter Zijlstra1-21/+10
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner11-122/+126
2018-05-02clocksource: Rework stale commentPeter Zijlstra1-4/+2
2018-05-02clocksource: Consistent de-rate when marking unstablePeter Zijlstra1-1/+8
2018-05-02clocksource: Initialize cs->wd_listPeter Zijlstra1-0/+2
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra1-16/+34
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner8-84/+69
2018-04-26tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner1-5/+5
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani3-6/+10
2018-04-19time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani2-6/+6
2018-04-19time: Fix get_timespec64() for y2038 safe compat interfacesDeepa Dinamani1-4/+10
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani3-3/+15
2018-04-19compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani1-0/+44
2018-04-19posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedLaura Abbott1-1/+3
2018-04-17timekeeping: Remove __current_kernel_time()Baolin Wang1-7/+0
2018-04-17clockevents: Fix kernel messages split across multiple linesGeert Uytterhoeven1-6/+5
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds1-2/+0
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki4-82/+241
2018-04-10tick-sched: avoid a maybe-uninitialized warningArnd Bergmann1-3/+6
2018-04-09time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki1-3/+1
2018-04-09nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki1-10/+6
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker2-9/+15
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki1-6/+6
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki2-14/+49
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki1-2/+53
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki2-46/+82
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki1-0/+20
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki1-1/+1
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki1-8/+18