aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/vgtod.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-23um: Fix header inclusionVincenzo Frascino1-0/+6
2020-02-17x86/vdso: Move VDSO clocksource state tracking to callbackThomas Gleixner1-6/+0
2019-06-22x86/vdso: Switch to generic vDSO implementationVincenzo Frascino1-72/+3
2018-10-23Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+33
2018-10-08x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae1-26/+0
2018-10-08x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae1-4/+4
2018-10-05x86/vdso: Document vgtod_ts betterAndy Lutomirski1-0/+9
2018-10-04x66/vdso: Add CLOCK_TAI supportThomas Gleixner1-2/+2
2018-10-04x86/vdso: Introduce and use vgtod_tsThomas Gleixner1-17/+21
2018-10-04x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner1-5/+5
2018-09-01x86/vdso: Fix lsl operand orderSamuel Neves1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-11-17x86/vdso: Use RDPID in preference to LSL when availableAndy Lutomirski1-1/+6
2016-01-12x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski1-0/+6
2014-12-23x86, vdso: Use asm volatile in __getcpuAndy Lutomirski1-2/+4
2014-11-03x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski1-0/+19
2014-03-18x86, vdso: Add 32 bit VDSO time support for 64 bit kernelStefani Seibold1-14/+57
2012-09-24time: Convert x86_64 to using new update_vsyscallJohn Stultz1-2/+2
2012-03-23x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski1-6/+9
2012-03-15x86: vdso: Use seqcount instead of seqlockThomas Gleixner1-1/+1
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski1-1/+1
2011-06-05x86-64: Remove kernel.vsyscall64 sysctlAndy Lutomirski1-1/+0
2011-05-24x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski1-2/+0
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz1-0/+1
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+29