aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso/vma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar1-300/+0
2014-12-20x86_64, vdso: Fix the vdso address randomization algorithmAndy Lutomirski1-16/+29
2014-11-01x86: vdso: Fix build with older gccAndrew Morton1-10/+8
2014-10-28x86_64/vdso: Clean up vgetcpu init and merge the vdso initcallsAndy Lutomirski1-36/+18
2014-10-28x86/vdso: Make the PER_CPU segment 32 bitsAndy Lutomirski1-0/+1
2014-10-28x86/vdso: Make the PER_CPU segment start out accessedAndy Lutomirski1-1/+1
2014-10-28x86/vdso: Change the PER_CPU segment to use struct desc_structAndy Lutomirski1-7/+12
2014-10-28x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.cAndy Lutomirski1-0/+61
2014-07-25x86/vdso: Set VM_MAYREAD for the vvar vmaAndy Lutomirski1-1/+1
2014-07-11x86, vdso: Move the vvar area before the vdso textAndy Lutomirski1-9/+11
2014-07-10x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr()Jan Beulich1-0/+4
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski1-9/+16
2014-05-20x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPETAndy Lutomirski1-1/+2
2014-05-05x86, vdso: Move the 32-bit vdso special pages after the textAndy Lutomirski1-22/+106
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski1-84/+16
2014-05-05x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski1-3/+3
2014-03-20x86, vdso: Move more vdso definitions into vdso.hAndy Lutomirski1-1/+0
2014-03-20x86: Load the 32-bit vdso in place, just like the 64-bit vdsosAndy Lutomirski1-5/+3
2014-03-18x86, vdso: Patch alternatives in the 32-bit VDSOAndy Lutomirski1-3/+10
2012-12-11mm: use vm_unmapped_area() on x86_64 architectureMichel Lespinasse1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+70
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-2/+1
2012-02-21x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin1-4/+4
2012-02-20x32: Add x32 VDSO supportH. J. Lu1-8/+70
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-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov1-0/+9
2011-07-21x86-64, vdso: Do not allocate memory for the vDSOAndy Lutomirski1-19/+6
2011-07-13x86-64: Allow alternative patching in the vDSOAndy Lutomirski1-0/+33
2011-05-24x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski1-27/+0
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-02x86, vdso: Unmap vdso pagesShaohua Li1-0/+1
2010-06-18x86-64, mm: Initialize VDSO earlier on 64 bitsJiri Slaby1-1/+1
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-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-0/+1
2009-06-05x86: Set context.vdso before installing the mappingPeter Zijlstra1-2/+5
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
2008-12-25[S390] arch_setup_additional_pages argumentsMartin Schwidefsky1-1/+1
2008-07-18x86: fix two modpost warningsJan Beulich1-5/+6
2008-05-25x86: clean up vdso_enabled type on x86_64OGAWA Hirofumi1-1/+1
2008-01-30x86 vDSO: use vdso-syms.ldsRoland McGrath1-11/+7
2007-10-11x86_64: move vdsoThomas Gleixner1-0/+140