summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-0/+11
2017-11-02kernel/time/Kconfig: Fix typo in commentRandy Dunlap-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+11
2017-11-01clockevents: Update clockevents device next_event on stopPrasad Sodagudi-0/+1
2017-10-31Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner-183/+227
2017-10-30time: Move time_t conversion helpers to time32.hArnd Bergmann-2/+3
2017-10-30time: Remove unused functionsArnd Bergmann-18/+0
2017-10-30timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann-47/+25
2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann-100/+123
2017-10-30rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe-53/+113
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker-10/+3
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker-18/+0
2017-10-19clockevents: Retry programming min delta up to 10 timesJames Hogan-8/+13
2017-10-18timer: Convert stub timer to timer_setup()Thomas Gleixner-3/+3
2017-10-18timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan-2/+5
2017-10-17time: Use do_settimeofday64() internallyArnd Bergmann-6/+6
2017-10-17posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann-12/+8
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra-0/+2
2017-10-05timer: Convert schedule_timeout() to use from_timer()Kees Cook-7/+19
2017-09-25timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner-0/+35
2017-09-25timekeeping: Make fast accessors return 0 before timekeeping is initializedPrarit Bhargava-14/+21
2017-09-08drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day-1/+1
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-2/+3
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+22
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki-2/+3
2017-08-31alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni-0/+6
2017-08-26time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz-3/+1
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin-9/+41
2017-08-20Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner-3/+10
2017-08-18posix-cpu-timers: Use dedicated helper to access rlimit valuesKrzysztof Opasiak-8/+6
2017-08-17alarmtimer: Fix unavailable wake-up source in sysfsGeert Uytterhoeven-2/+9
2017-08-17timekeeping: Use proper timekeeper for debug codeStafford Horne-1/+1
2017-08-01timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic-1/+1
2017-07-23PM / timekeeping: Print debug messages when requestedRafael J. Wysocki-2/+3
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-147/+176
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-781/+1129
2017-07-03Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-23/+42
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+9
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-50/+0
2017-06-30posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani-28/+16
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani-37/+25
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani-76/+70
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior-24/+24
2017-06-25posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani-6/+7
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani-0/+30
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani-0/+28
2017-06-22nohz: Move idle balancer registration to the idle pathFrederic Weisbecker-2/+3
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker-2/+2
2017-06-21Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner-20/+26
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner-28/+49