summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso/vclock_gettime.c
AgeCommit message (Expand)Author
2019-05-01gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds
2018-10-05x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski
2018-10-05x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksAndy Lutomirski
2018-10-04x86/vdso: Move cycle_last handling into the callerThomas Gleixner
2018-10-04x86/vdso: Simplify the invalid vclock caseThomas Gleixner
2018-10-04x86/vdso: Replace the clockid switch caseThomas Gleixner
2018-10-04x86/vdso: Collapse coarse functionsThomas Gleixner
2018-10-04x86/vdso: Collapse high resolution functionsThomas Gleixner
2018-10-04x86/vdso: Introduce and use vgtod_tsThomas Gleixner
2018-10-04x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner
2018-10-04x86/vdso: Enforce 64bit clocksourceThomas Gleixner
2018-10-04x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski
2018-10-02x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski
2017-12-06x86/vdso: Change time() prototype to match __vdso_time()Arnd Bergmann
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-03-11x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read methodVitaly Kuznetsov
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-09-20KVM: x86: introduce get_kvmclock_nsPaolo Bonzini
2016-08-04x86: vdso: use __pvclock_read_cyclesPaolo Bonzini
2016-08-04pvclock: introduce seqcount-like APIPaolo Bonzini
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-01-13x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski
2015-12-11x86/vdso: Enable vdso pvclock access on all vdso variantsAndy Lutomirski
2015-12-11x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski
2015-12-11x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski
2015-12-11x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski
2015-07-06x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski
2015-07-06x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar