summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-10-051-2/+2
* timer_list: Guard procfs specific codeNathan Huckleberry2019-07-311-17/+19
* ntp: Limit TAI-UTC offsetMiroslav Lichvar2019-07-311-1/+3
* ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-06-151-1/+1
* alarmtimer: Return correct remaining timeAndrei Vagin2019-04-171-1/+1
* timekeeping: Use proper seqcount initializerBart Van Assche2019-02-121-1/+3
* posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-311-0/+1
* posix-timers: Fix division by zero bugThomas Gleixner2018-12-291-4/+1
* timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar2018-12-211-1/+1
* posix-timers: Sanitize overrun handlingThomas Gleixner2018-10-032-12/+21
* posix-timers: Make forward callback return s64Thomas Gleixner2018-10-033-6/+6
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2018-10-031-1/+2
* tick/nohz: Prevent bogus softirq pending warningThomas Gleixner2018-09-291-1/+1
* timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli2018-09-191-13/+16
* nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner2018-08-091-1/+1
* clocksource: Initialize cs->wd_listPeter Zijlstra2018-07-221-0/+2
* time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-07-031-2/+4
* tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-221-0/+8
* tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner2018-05-011-5/+6
* alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner2018-04-261-8/+26
* posix-timers: Protect posix clock array access against speculationThomas Gleixner2018-03-281-3/+8
* timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-03-081-0/+6
* hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-03-031-1/+6
* hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-311-0/+3
* timers: Unconditionally check deferrable baseThomas Gleixner2018-01-231-1/+1
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2018-01-021-2/+17
* timers: Reinitialize per cpu bases on hotplugThomas Gleixner2018-01-021-0/+15
* timers: Invoke timer_start_debug() where it makes senseThomas Gleixner2018-01-021-2/+2
* timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner2018-01-021-9/+7
* cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes2018-01-021-0/+13
* posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2017-12-201-12/+17
* 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