summaryrefslogtreecommitdiffstats
path: root/kernel/time/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn2022-12-011-0/+18
* memcg: enable accounting for new namesapces and struct nsproxyVasily Averin2021-09-031-2/+2
* timens: Delete no-op time_ns_init()Alexey Dobriyan2021-02-051-6/+0
* Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-6/+3
|\
| * time: Use generic ns_common::countKirill Tkhai2020-08-191-6/+3
* | namespace: make timens_on_fork() return nothingHui Su2020-11-181-4/+2
|/
* nsproxy: support CLONE_NEWTIME with setns()Christian Brauner2020-07-081-4/+1
* timens: add timens_commit() helperChristian Brauner2020-07-081-6/+9
* timens: make vdso_join_timens() always succeedChristian Brauner2020-07-081-8/+2
* nsproxy: add struct nssetChristian Brauner2020-05-091-2/+3
* 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
* lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner2020-02-171-3/+4
* 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
* time: Add do_timens_ktime_to_host() helperAndrei Vagin2020-01-141-0/+36
* time: Add timens_offsets to be used for tasks in time namespaceAndrei Vagin2020-01-141-0/+2
* ns: Introduce Time NamespaceAndrei Vagin2020-01-141-0/+217