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