summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin
2020-04-07time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)
2020-04-01hrtimer: Don't dereference the hrtimer pointer after the callbackSebastian Andrzej Siewior
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-03-21lockdep: Add posixtimer context tracing bitsSebastian Andrzej Siewior
2020-03-21lockdep: Annotate irq_workSebastian Andrzej Siewior
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior
2020-03-21timekeeping: Split jiffies seqlockThomas Gleixner
2020-03-19Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner
2020-03-19time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish
2020-03-04tick/common: Make tick_periodic() check for missing ticksWaiman Long
2020-03-04hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang
2020-03-04timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang
2020-03-04posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman
2020-03-01posix-cpu-timers: Pass the task into arm_timer()Eric W. Biederman
2020-03-01posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_groupEric W. Biederman
2020-03-01posix-cpu-timers: cpu_clock_sample_group() no longer needs siglockEric W. Biederman
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann
2020-02-20timer: Use hlist_unhashed_lockless() in timer_pending()Eric Dumazet
2020-02-17posix-timers: Pass lockdep expression to RCU listsAmol Grover
2020-02-17timer: Improve the comment describing schedule_timeout()Alexander Popov
2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner
2020-02-17lib/vdso: Avoid highres update if clocksource is not VDSO capableThomas Gleixner
2020-02-17lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner
2020-02-17clocksource: Add common vdso clock mode storageThomas Gleixner
2020-02-09Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-02-01clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-24alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd
2020-01-24alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd
2020-01-24alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd
2020-01-24alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect realityStephen Boyd
2020-01-22hrtimer: Add missing sparse annotation for __run_timer()Jules Irenge
2020-01-17lib/vdso: Update coarse timekeeper unconditionallyThomas Gleixner
2020-01-17lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner
2020-01-15tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang
2020-01-15alarmtimer: Unregister wakeup source when module get failsStephen Boyd
2020-01-15tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin
2020-01-14x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov
2020-01-14time: Allocate per-timens vvar pageDmitry Safonov
2020-01-14posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin
2020-01-14alarmtimer: Make nanosleep() time namespace awareAndrei Vagin
2020-01-14posix-timers: Make timer_settime() time namespace awareAndrei Vagin
2020-01-14time: Add do_timens_ktime_to_host() helperAndrei Vagin
2020-01-14posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin