summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso/vma.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-14x86/vdso: Unmap vdso blob on vvar mapping failureDmitry Safonov1-2/+4
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+4
2016-07-14x86/vdso: Convert to hotplug state machineSebastian Andrzej Siewior1-16/+4
2016-07-08x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov1-5/+42
2016-05-24vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-1/+2
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski1-11/+0
2016-01-30x86/vdso: Use static_cpu_has()Borislav Petkov1-1/+1
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-0/+1
2016-01-12x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski1-2/+2
2016-01-12x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mappingAndy Lutomirski1-40/+57
2016-01-12x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski1-7/+19
2016-01-12x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski1-0/+1
2015-12-11x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski1-0/+1
2015-12-11x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski1-0/+13
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski1-12/+1
2015-07-06x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst1-2/+5
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar1-0/+300