summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso/vma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/vdso: Use static_cpu_has()Borislav Petkov2016-01-301-1/+1
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-0/+1
* x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski2016-01-121-2/+2
* x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mappingAndy Lutomirski2016-01-121-40/+57
* x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski2016-01-121-7/+19
* x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski2016-01-121-0/+1
* x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2015-12-111-0/+1
* x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2015-12-111-0/+13
* x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-071-12/+1
* x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst2015-07-061-2/+5
* x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar2015-06-031-0/+300