aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/time/namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen1-1/+1
2025-03-08time/namespace: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-8/+10
2025-03-08vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock structAnna-Maria Behnsen1-3/+3
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh1-6/+6
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-0/+18
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin1-2/+2
2021-02-05timens: Delete no-op time_ns_init()Alexey Dobriyan1-6/+0
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-6/+3
2020-11-18namespace: make timens_on_fork() return nothingHui Su1-4/+2
2020-08-19time: Use generic ns_common::countKirill Tkhai1-6/+3
2020-07-08nsproxy: support CLONE_NEWTIME with setns()Christian Brauner1-4/+1
2020-07-08timens: add timens_commit() helperChristian Brauner1-6/+9
2020-07-08timens: make vdso_join_timens() always succeedChristian Brauner1-8/+2
2020-05-09nsproxy: add struct nssetChristian Brauner1-2/+3
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin1-1/+14
2020-04-07time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)1-0/+1
2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner1-3/+4
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin1-0/+101
2020-01-14x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov1-0/+10
2020-01-14time: Allocate per-timens vvar pageDmitry Safonov1-1/+103
2020-01-14time: Add do_timens_ktime_to_host() helperAndrei Vagin1-0/+36
2020-01-14time: Add timens_offsets to be used for tasks in time namespaceAndrei Vagin1-0/+2
2020-01-14ns: Introduce Time NamespaceAndrei Vagin1-0/+217