summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso/vma.c
AgeCommit message (Expand)Author
2019-01-31x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins
2017-08-29x86/gdt: Use bitfields for initializationThomas Gleixner
2017-06-21ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2017-03-11x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read methodVitaly Kuznetsov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-10-28x86/vdso: Set vDSO pointer only after successDmitry Safonov
2016-09-15x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64Ingo Molnar
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov
2016-09-14x86/vdso: Replace calculate_addr in map_vdso() with addrDmitry Safonov
2016-09-14x86/vdso: Unmap vdso blob on vvar mapping failureDmitry Safonov
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-14x86/vdso: Convert to hotplug state machineSebastian Andrzej Siewior
2016-07-08x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski
2016-01-30x86/vdso: Use static_cpu_has()Borislav Petkov
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2016-01-12x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski
2016-01-12x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mappingAndy Lutomirski
2016-01-12x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski
2016-01-12x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski
2015-12-11x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski
2015-12-11x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski
2015-07-06x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar