aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso/vclock_gettime.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar1-351/+0
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini1-19/+15
2015-04-08x86: vdso: fix pvclock races with task migrationRadim Krčmář1-8/+12
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti1-8/+8
2014-06-24x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefileAndy Lutomirski1-3/+0
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski1-17/+5
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski1-2/+2
2014-03-18x86, vdso: Add 32 bit VDSO time support for 64 bit kernelStefani Seibold1-41/+50
2014-03-18x86, vdso: Add 32 bit VDSO time support for 32 bit kernelStefani Seibold1-7/+69
2014-03-18x86, vdso: Cleanup __vdso_gettimeofday()Stefani Seibold1-5/+2
2014-03-18x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macroStefani Seibold1-3/+3
2014-03-18x86, vdso: __vdso_clock_gettime() cleanupStefani Seibold1-13/+14
2014-03-18x86, vdso: Revamp vclock_gettime.cStefani Seibold1-43/+42
2014-01-12seqlock: Use raw_ prefix instead of _no_lockdepJohn Stultz1-4/+4
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-4/+4
2013-07-18remove sched notifier for cross-cpu migrationsMarcelo Tosatti1-8/+8
2013-02-15timers/x86/hpet: Use HPET_COUNTER to specify the hpet counter in vread_hpet()Satoru Takeuchi1-1/+1
2012-11-27x86: vdso: pvclock gettime supportMarcelo Tosatti1-3/+78
2012-09-24time: Convert x86_64 to using new update_vsyscallJohn Stultz1-8/+14
2012-03-23x86-64: Inline vdso clock_gettime helpersAndy Lutomirski1-4/+5
2012-03-23x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski1-30/+8
2012-03-15x86: vdso: Use seqcount instead of seqlockThomas Gleixner1-8/+8
2012-03-15time: x86: Fix race switching from vsyscall to non-vsyscall clockJohn Stultz1-26/+46
2011-07-18x86, vdso: Drop now wrong commentBorislav Petkov1-1/+0
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski1-6/+47
2011-06-05x86-64: Remove kernel.vsyscall64 sysctlAndy Lutomirski1-34/+21
2011-05-26x86: vdso: Remove unused variableThomas Gleixner1-1/+1
2011-05-24x86-64: Optimize vDSO time()Andy Lutomirski1-6/+2
2011-05-24x86-64: Add time to vDSOAndy Lutomirski1-1/+34
2011-05-24x86-64: Vclock_gettime(CLOCK_MONOTONIC) can't ever see nsec < 0Andy Lutomirski1-18/+22
2011-05-24x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski1-2/+1
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz1-3/+36
2009-04-30x86: gettimeofday() vDSO: fix segfault when tv == NULLJohn Wright1-5/+7
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt1-1/+1
2008-11-12tracing: branch tracer, fix vdso crashIngo Molnar1-0/+3
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar1-3/+3
2008-05-23x86: add notrace annotations to vsyscall.Steven Rostedt1-7/+8
2008-05-23x86: use explicit copy in vdso_gettimeofday()Andi Kleen1-3/+3
2008-01-30x86: remove duplicate includesLucas Woods1-1/+0
2007-10-11x86_64: move vdsoThomas Gleixner1-0/+121