summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-1310-237/+372
|\
| * timers: Add a function to start/reduce a timerDavid Howells2017-11-121-7/+38
| * pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-0/+1
| * kernel/time/Kconfig: Fix typo in commentRandy Dunlap2017-11-021-1/+1
| * clockevents: Update clockevents device next_event on stopPrasad Sodagudi2017-11-011-0/+1
| * Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-10-315-183/+227
| |\
| | * time: Move time_t conversion helpers to time32.hArnd Bergmann2017-10-301-2/+3
| | * time: Remove unused functionsArnd Bergmann2017-10-301-18/+0
| | * timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann2017-10-301-47/+25
| | * timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann2017-10-305-100/+123
| | * rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe2017-10-301-53/+113
| * | clockevents: Retry programming min delta up to 10 timesJames Hogan2017-10-191-8/+13
| * | timer: Convert stub timer to timer_setup()Thomas Gleixner2017-10-181-3/+3
| * | timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan2017-10-181-2/+5
| * | time: Use do_settimeofday64() internallyArnd Bergmann2017-10-171-6/+6
| * | posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann2017-10-171-12/+8
| * | timer: Convert schedule_timeout() to use from_timer()Kees Cook2017-10-051-7/+19
| * | timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner2017-09-251-0/+35
| * | timekeeping: Make fast accessors return 0 before timekeeping is initializedPrarit Bhargava2017-09-251-14/+21
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-28/+5
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0811-0/+11
| |\ \
| * | | sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker2017-10-271-10/+3
| * | | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-271-18/+0
| * | | sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra2017-10-101-0/+2
| | |/ | |/|
* | | timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-3/+3
* | | timers/hrtimer: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-3/+1
* | | timers/nohz: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-3/+2
| |/ |/|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0211-0/+11
|/
* drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day2017-09-081-1/+1
* Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-051-2/+3
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-041-2/+3
| |\
| | * PM / timekeeping: Print debug messages when requestedRafael J. Wysocki2017-07-231-2/+3
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-043-11/+22
|\ \ \ | |/ / |/| |
| * | alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni2017-08-311-0/+6
| * | Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-08-202-3/+10
| |\ \
| | * | alarmtimer: Fix unavailable wake-up source in sysfsGeert Uytterhoeven2017-08-171-2/+9
| | * | timekeeping: Use proper timekeeper for debug codeStafford Horne2017-08-171-1/+1
| | |/
| * | posix-cpu-timers: Use dedicated helper to access rlimit valuesKrzysztof Opasiak2017-08-181-8/+6
* | | time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz2017-08-261-3/+1
* | | timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin2017-08-241-9/+41
|/ /
* | timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic2017-08-011-1/+1
|/
* Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-056-147/+176
|\
| * posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani2017-06-301-28/+16
| * nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-304-37/+25
| * posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-302-76/+70
| * posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani2017-06-251-6/+7
| * time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-251-0/+30
| * time: add get_timespec64 and put_timespec64Deepa Dinamani2017-06-251-0/+28
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-0311-781/+1129
|\ \
| * | timers: Make the cpu base lock rawSebastian Andrzej Siewior2017-06-291-24/+24
OpenPOWER on IntegriCloud