summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-161-1/+14
* time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)2020-04-071-0/+1
* hrtimer: Don't dereference the hrtimer pointer after the callbackSebastian Andrzej Siewior2020-04-011-2/+3
* Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-309-101/+108
|\
| * Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner2020-03-191-33/+3
| * time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish2020-03-191-4/+5
| * tick/common: Make tick_periodic() check for missing ticksWaiman Long2020-03-041-3/+33
| * hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang2020-03-041-1/+1
| * timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang2020-03-041-2/+1
| * posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman2020-03-041-18/+55
| * posix-cpu-timers: Pass the task into arm_timer()Eric W. Biederman2020-03-011-4/+3
| * posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_groupEric W. Biederman2020-03-011-54/+12
| * posix-cpu-timers: cpu_clock_sample_group() no longer needs siglockEric W. Biederman2020-03-011-3/+1
| * posix-timers: Pass lockdep expression to RCU listsAmol Grover2020-02-171-1/+2
| * timer: Improve the comment describing schedule_timeout()Alexander Popov2020-02-171-7/+9
| * lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner2020-02-171-3/+4
| * lib/vdso: Avoid highres update if clocksource is not VDSO capableThomas Gleixner2020-02-171-3/+3
| * lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner2020-02-171-4/+0
| * clocksource: Add common vdso clock mode storageThomas Gleixner2020-02-172-2/+17
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-307-19/+39
|\ \
| * | lockdep: Add posixtimer context tracing bitsSebastian Andrzej Siewior2020-03-211-1/+5
| * | lockdep: Annotate irq_workSebastian Andrzej Siewior2020-03-211-0/+1
| * | lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior2020-03-211-1/+5
| * | timekeeping: Split jiffies seqlockThomas Gleixner2020-03-215-17/+28
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-03-241-3/+4
|\ \ \ | |/ / |/| |
| * | timer: Use hlist_unhashed_lockless() in timer_pending()Eric Dumazet2020-02-201-3/+4
| |/
* / y2038: remove unused time32 interfacesArnd Bergmann2020-02-211-43/+0
|/
* Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-02-091-2/+9
|\
| * clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov2020-02-011-2/+9
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-292-62/+14
|\ \ | |/ |/|
| * y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann2019-12-181-9/+9
| * y2038: remove obsolete jiffies conversion functionsArnd Bergmann2019-12-181-53/+5
* | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-2711-107/+656
|\ \
| * | alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd2020-01-241-5/+0
| * | alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd2020-01-241-10/+5
| * | alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd2020-01-241-11/+9
| * | alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect realityStephen Boyd2020-01-241-2/+0
| * | hrtimer: Add missing sparse annotation for __run_timer()Jules Irenge2020-01-221-1/+1
| * | tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang2020-01-151-0/+2
| * | alarmtimer: Unregister wakeup source when module get failsStephen Boyd2020-01-151-3/+5
| * | fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin2020-01-141-0/+101
| * | x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov2020-01-141-0/+10
| * | time: Allocate per-timens vvar pageDmitry Safonov2020-01-141-1/+103
| * | posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin2020-01-142-4/+25
| * | hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin2020-01-143-8/+12
| * | alarmtimer: Make nanosleep() time namespace awareAndrei Vagin2020-01-141-0/+2
| * | posix-timers: Make timer_settime() time namespace awareAndrei Vagin2020-01-141-0/+2
| * | time: Add do_timens_ktime_to_host() helperAndrei Vagin2020-01-141-0/+36
| * | posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin2020-01-143-1/+16
| * | posix-timers: Use clock_get_ktime() in common_timer_get()Andrei Vagin2020-01-141-7/+1