summaryrefslogtreecommitdiff
path: root/arch/x86/vdso
AgeCommit message (Expand)AuthorFilesLines
2014-03-18x86, vdso32: handle 32 bit vDSO larger one pageStefani Seibold1-7/+15
2014-03-18x86, vdso32: Disable stack protector, adjust optimizationsH. Peter Anvin1-0/+3
2014-03-18x86, vdso: Add 32 bit VDSO time support for 64 bit kernelStefani Seibold2-41/+71
2014-03-18x86, vdso: Add 32 bit VDSO time support for 32 bit kernelStefani Seibold6-11/+162
2014-03-18x86, vdso: Patch alternatives in the 32-bit VDSOAndy Lutomirski3-15/+24
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-03-14x86, vdso: Remove compat vdso supportAndy Lutomirski3-214/+22
2014-02-14x86, lto: Disable LTO for the x86 VDSOAndi Kleen1-3/+7
2014-01-21Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+0
2014-01-12seqlock: Use raw_ prefix instead of _no_lockdepJohn Stultz1-4/+4
2014-01-07x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
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-06-19x86/vdso: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-02-15timers/x86/hpet: Use HPET_COUNTER to specify the hpet counter in vread_hpet()Satoru Takeuchi1-1/+1
2012-12-14Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-11/+81
2012-12-12mm: use vm_unmapped_area() on x86_64 architectureMichel Lespinasse1-1/+1
2012-11-28x86: vdso: pvclock gettime supportMarcelo Tosatti2-11/+81
2012-09-24time: Convert x86_64 to using new update_vsyscallJohn Stultz1-8/+14
2012-06-08x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin1-3/+3
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-9/+172
2012-03-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-68/+67
2012-03-24coredump: remove VM_ALWAYSDUMP flagJason Baron2-17/+3
2012-03-24x86-64: Inline vdso clock_gettime helpersAndy Lutomirski1-4/+5
2012-03-24x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski1-30/+8
2012-03-16x86: vdso: Use seqcount instead of seqlockThomas Gleixner1-8/+8
2012-03-16time: x86: Fix race switching from vsyscall to non-vsyscall clockJohn Stultz1-26/+46
2012-02-23x32: Drop non-__vdso weak symbols from the x32 VDSOH. Peter Anvin1-4/+0
2012-02-22x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin2-6/+5
2012-02-21x32: Add x32 VDSO supportH. J. Lu6-9/+177
2011-10-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+9
2011-08-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-08-24x86-32, vdso: On system call restart after SYSENTER, use int $0x80H. Peter Anvin1-1/+1
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov1-0/+9
2011-08-05x86-64: Pad vDSO to a page boundaryAndy Lutomirski1-0/+1
2011-07-22x86-64, vdso: Do not allocate memory for the vDSOAndy Lutomirski2-21/+19
2011-07-18x86, vdso: Drop now wrong commentBorislav Petkov1-1/+0
2011-07-15x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski1-6/+47
2011-07-13x86-64: Add --no-undefined to vDSO buildAndy Lutomirski1-0/+1
2011-07-13x86-64: Allow alternative patching in the vDSOAndy Lutomirski1-0/+33
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 Lutomirski2-1/+36
2011-05-24x86-64: Turn off -pg and turn on -foptimize-sibling-calls for vDSOAndy Lutomirski1-1/+14
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 Lutomirski7-67/+3