summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2020-08-19tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau
2020-07-17timer: Fix wheel index calculation on last levelFrederic Weisbecker
2020-07-09timer: Prevent base->clk from moving backwardFrederic Weisbecker
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner
2020-06-09clocksource: Remove obsolete ifdefThomas Gleixner
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-09nsproxy: add struct nssetChristian Brauner
2020-04-29posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockEric W. Biederman
2020-04-29posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeEric W. Biederman
2020-04-29posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesEric W. Biederman
2020-04-28posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman
2020-04-28posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
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