summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso/vma.c
Commit message (Expand)AuthorAgeFilesLines
* x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2019-01-311-1/+1
* x86/gdt: Use bitfields for initializationThomas Gleixner2017-08-291-1/+1
* ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov2017-06-211-3/+0
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-011-1/+1
|\
| * x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-1/+1
* | x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read methodVitaly Kuznetsov2017-03-111-0/+7
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-1/+1
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-2/+2
* x86/vdso: Set vDSO pointer only after successDmitry Safonov2016-10-281-7/+3
* x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64Ingo Molnar2016-09-151-50/+48
* x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2016-09-141-10/+35
* x86/vdso: Replace calculate_addr in map_vdso() with addrDmitry Safonov2016-09-141-13/+17
* x86/vdso: Unmap vdso blob on vvar mapping failureDmitry Safonov2016-09-141-2/+4
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-16/+4
|\
| * x86/vdso: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-141-16/+4
* | x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov2016-07-081-5/+42
|/
* vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+2
* x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski2016-04-131-11/+0
* 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