summaryrefslogtreecommitdiff
path: root/kernel/time/namespace.c
AgeCommit message (Expand)Author
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin
2021-02-05timens: Delete no-op time_ns_init()Alexey Dobriyan
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-11-18namespace: make timens_on_fork() return nothingHui Su
2020-08-19time: Use generic ns_common::countKirill Tkhai
2020-07-08nsproxy: support CLONE_NEWTIME with setns()Christian Brauner
2020-07-08timens: add timens_commit() helperChristian Brauner
2020-07-08timens: make vdso_join_timens() always succeedChristian Brauner
2020-05-09nsproxy: add struct nssetChristian Brauner
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-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner
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-14time: Add do_timens_ktime_to_host() helperAndrei Vagin
2020-01-14time: Add timens_offsets to be used for tasks in time namespaceAndrei Vagin
2020-01-14ns: Introduce Time NamespaceAndrei Vagin