aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 10-237/+372
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-28/+5
2017-11-12timers: Add a function to start/reduce a timerGravatar David Howells 1-7/+38
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Gravatar Arnd Bergmann 1-0/+1
2017-11-08timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabledGravatar Frederic Weisbecker 1-3/+3
2017-11-08timers/hrtimer: Use lockdep to assert IRQs are disabled/enabledGravatar Frederic Weisbecker 1-3/+1
2017-11-08timers/nohz: Use lockdep to assert IRQs are disabled/enabledGravatar Frederic Weisbecker 1-3/+2
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 11-0/+11
2017-11-02kernel/time/Kconfig: Fix typo in commentGravatar Randy Dunlap 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 11-0/+11
2017-11-01clockevents: Update clockevents device next_event on stopGravatar Prasad Sodagudi 1-0/+1
2017-10-31Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Gravatar Thomas Gleixner 5-183/+227
2017-10-30time: Move time_t conversion helpers to time32.hGravatar Arnd Bergmann 1-2/+3
2017-10-30time: Remove unused functionsGravatar Arnd Bergmann 1-18/+0
2017-10-30timekeeping: Use timespec64 in timekeeping_inject_offsetGravatar Arnd Bergmann 1-47/+25
2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeGravatar Arnd Bergmann 5-100/+123
2017-10-30rtc: Allow rtc drivers to specify the tv_nsec value for ntpGravatar Jason Gunthorpe 1-53/+113
2017-10-27sched/isolation: Handle the nohz_full= parameterGravatar Frederic Weisbecker 1-10/+3
2017-10-27sched/isolation: Move housekeeping related code to its own fileGravatar Frederic Weisbecker 1-18/+0
2017-10-19clockevents: Retry programming min delta up to 10 timesGravatar James Hogan 1-8/+13
2017-10-18timer: Convert stub timer to timer_setup()Gravatar Thomas Gleixner 1-3/+3
2017-10-18timers: Avoid an unnecessary iteration in __run_timers()Gravatar Zhenzhong Duan 1-2/+5
2017-10-17time: Use do_settimeofday64() internallyGravatar Arnd Bergmann 1-6/+6
2017-10-17posix-stubs: Use get_timespec64() and put_timespec64()Gravatar Arnd Bergmann 1-12/+8
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codeGravatar Peter Zijlstra 1-0/+2
2017-10-05timer: Convert schedule_timeout() to use from_timer()Gravatar Kees Cook 1-7/+19
2017-09-25timekeeping: Provide NMI safe access to clock realtimeGravatar Thomas Gleixner 1-0/+35
2017-09-25timekeeping: Make fast accessors return 0 before timekeeping is initializedGravatar Prarit Bhargava 1-14/+21
2017-09-08drivers/pps: aesthetic tweaks to PPS-related contentGravatar Robert P. J. Day 1-1/+1
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-2/+3
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-11/+22
2017-09-04Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-2/+3
2017-08-31alarmtimer: Ensure RTC module is not unloadedGravatar Alexandre Belloni 1-0/+6
2017-08-26time: Fix ktime_get_raw() incorrect base accumulationGravatar John Stultz 1-3/+1
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleGravatar Nicholas Piggin 1-9/+41
2017-08-20Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz...Gravatar Thomas Gleixner 2-3/+10
2017-08-18posix-cpu-timers: Use dedicated helper to access rlimit valuesGravatar Krzysztof Opasiak 1-8/+6
2017-08-17alarmtimer: Fix unavailable wake-up source in sysfsGravatar Geert Uytterhoeven 1-2/+9
2017-08-17timekeeping: Use proper timekeeper for debug codeGravatar Stafford Horne 1-1/+1
2017-08-01timers: Fix overflow in get_next_timer_interruptGravatar Matija Glavinic Pecotic 1-1/+1
2017-07-23PM / timekeeping: Print debug messages when requestedGravatar Rafael J. Wysocki 1-2/+3
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-147/+176
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-781/+1129
2017-07-03Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-23/+42
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+9
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-50/+0
2017-06-30posix_clocks: Use get_itimerspec64() and put_itimerspec64()Gravatar Deepa Dinamani 1-28/+16
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Gravatar Deepa Dinamani 4-37/+25
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Gravatar Deepa Dinamani 2-76/+70
2017-06-29timers: Make the cpu base lock rawGravatar Sebastian Andrzej Siewior 1-24/+24