summaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso
Commit message (Expand)AuthorAgeFilesLines
* x86/vdso: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-191-2/+2
* timers/x86/hpet: Use HPET_COUNTER to specify the hpet counter in vread_hpet()Satoru Takeuchi2013-02-151-1/+1
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-132-11/+81
|\
| * x86: vdso: pvclock gettime supportMarcelo Tosatti2012-11-272-11/+81
* | mm: use vm_unmapped_area() on x86_64 architectureMichel Lespinasse2012-12-111-1/+1
|/
* time: Convert x86_64 to using new update_vsyscallJohn Stultz2012-09-241-8/+14
* x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin2012-06-071-3/+3
* 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
|\
OpenPOWER on IntegriCloud