aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2011-08-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-08-23x86-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-04x86-64: Pad vDSO to a page boundaryAndy Lutomirski1-0/+1
2011-07-21x86-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-14x86-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
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-1/+1
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson1-2/+2
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-5/+6
2010-12-13x86, gcc-4.6: Use gcc -m options when building vdsoH. Peter Anvin1-2/+2
2010-08-06Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-08-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+2
2010-08-02x86, vdso: Unmap vdso pagesShaohua Li1-0/+1
2010-07-27x86, vdso: Don't quote $nm in the script for checking vdso referencesH. Peter Anvin1-1/+1
2010-06-18x86, vdso: Error out if the vdso contains external referencesH. Peter Anvin2-1/+12
2010-06-18x86-64, mm: Initialize VDSO earlier on 64 bitsJiri Slaby2-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-12sysctl x86: Remove dead binary sysctl supportEric W. Biederman1-1/+0
2009-09-20kbuild: rename ld-option to cc-ldoptionSam Ravnborg1-1/+1
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz1-3/+36
2009-06-18gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter1-0/+1
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-0/+1
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-06-05x86: Set context.vdso before installing the mappingPeter Zijlstra2-3/+10
2009-04-30x86: gettimeofday() vDSO: fix segfault when tv == NULLJohn Wright1-5/+7
2009-04-12x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before they get usedJaswinder Singh Rajput1-0/+1
2009-02-21x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAXIngo Molnar1-2/+2
2009-02-10x86: no stack protector for vdsoTejun Heo1-1/+1
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-2/+2
2008-12-25[S390] arch_setup_additional_pages argumentsMartin Schwidefsky2-2/+2
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt1-1/+1
2008-11-12tracing: branch tracer, fix vdso crashIngo Molnar1-0/+3
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar4-21/+24
2008-07-18x86: fix two modpost warningsJan Beulich1-5/+6
2008-07-16x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge3-16/+18
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2-8/+10
2008-07-11x86_64: vdso32 cleanup using feature flagsJeremy Fitzhardinge1-10/+1
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar2-4/+4
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar1-3/+3