summaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-296-9/+172
|\
| * x32: Drop non-__vdso weak symbols from the x32 VDSOH. Peter Anvin2012-02-221-4/+0
| * x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin2012-02-212-6/+5
| * x32: Add x32 VDSO supportH. J. Lu2012-02-206-9/+177
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-291-68/+67
|\ \
| * | x86-64: Inline vdso clock_gettime helpersAndy Lutomirski2012-03-231-4/+5
| * | x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski2012-03-231-30/+8
| * | x86: vdso: Use seqcount instead of seqlockThomas Gleixner2012-03-151-8/+8
| * | time: x86: Fix race switching from vsyscall to non-vsyscall clockJohn Stultz2012-03-151-26/+46
| |/
* / coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-232-17/+3
|/
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-10-281-0/+9
|\
| * x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov2011-08-051-0/+9
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-231-1/+1
|\ \
| * | x86-32, vdso: On system call restart after SYSENTER, use int $0x80H. Peter Anvin2011-08-231-1/+1
* | | x86-64: Pad vDSO to a page boundaryAndy Lutomirski2011-08-041-0/+1
|/ /
* | x86-64, vdso: Do not allocate memory for the vDSOAndy Lutomirski2011-07-212-21/+19
* | x86, vdso: Drop now wrong commentBorislav Petkov2011-07-181-1/+0
* | x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski2011-07-141-6/+47
* | x86-64: Add --no-undefined to vDSO buildAndy Lutomirski2011-07-131-0/+1
* | x86-64: Allow alternative patching in the vDSOAndy Lutomirski2011-07-131-0/+33
* | x86-64: Remove kernel.vsyscall64 sysctlAndy Lutomirski2011-06-051-34/+21
|/
* x86: vdso: Remove unused variableThomas Gleixner2011-05-261-1/+1
* x86-64: Optimize vDSO time()Andy Lutomirski2011-05-241-6/+2
* x86-64: Add time to vDSOAndy Lutomirski2011-05-242-1/+36
* x86-64: Turn off -pg and turn on -foptimize-sibling-calls for vDSOAndy Lutomirski2011-05-241-1/+14
* x86-64: Vclock_gettime(CLOCK_MONOTONIC) can't ever see nsec < 0Andy Lutomirski2011-05-241-18/+22
* x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski2011-05-247-67/+3
* mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-231-1/+1
* mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2011-03-231-2/+2
* mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-231-5/+6
* x86, gcc-4.6: Use gcc -m options when building vdsoH. Peter Anvin2010-12-131-2/+2
*-. Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds2010-08-061-0/+1
|\ \
| | * x86, vdso: Unmap vdso pagesShaohua Li2010-08-021-0/+1
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-062-2/+2
|\ \
| * | x86-64, mm: Initialize VDSO earlier on 64 bitsJiri Slaby2010-06-182-2/+2
| |/
* | x86, vdso: Don't quote $nm in the script for checking vdso referencesH. Peter Anvin2010-07-271-1/+1
* | x86, vdso: Error out if the vdso contains external referencesH. Peter Anvin2010-06-182-1/+12
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sysctl x86: Remove dead binary sysctl supportEric W. Biederman2009-11-121-1/+0
* kbuild: rename ld-option to cc-ldoptionSam Ravnborg2009-09-201-1/+1
* time: Introduce CLOCK_REALTIME_COARSEjohn stultz2009-08-211-3/+36
* gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter2009-06-181-0/+1
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-0/+1
|\
| * Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-101-0/+1
| |\
| | * x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before t...Jaswinder Singh Rajput2009-04-121-0/+1
* | | x86: Set context.vdso before installing the mappingPeter Zijlstra2009-06-052-3/+10
|/ /
* / x86: gettimeofday() vDSO: fix segfault when tv == NULLJohn Wright2009-04-301-5/+7
|/
* x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar2009-02-211-2/+2
* x86: no stack protector for vdsoTejun Heo2009-02-101-1/+1
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-12-282-2/+2
|\