aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso/vma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-09-26x86: remove vma linked list walksMatthew Wilcox (Oracle)1-4/+5
2022-05-04x86: Fix return value of __setup handlersRandy Dunlap1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-17/+0
2020-12-15mm: forbid splitting special mappingsDmitry Safonov1-17/+0
2020-12-02x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi1-0/+15
2020-10-26x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi1-2/+2
2020-07-08timens: make vdso_join_timens() always succeedChristian Brauner1-3/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-7/+7
2020-02-17x86/vdso: Use generic VDSO clock mode storageThomas Gleixner1-3/+3
2020-02-17x86/vdso: Move VDSO clocksource state tracking to callbackThomas Gleixner1-0/+4
2020-01-14x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov1-0/+27
2020-01-14x86/vdso: On timens page fault prefault also VVAR pageDmitry Safonov1-1/+16
2020-01-14x86/vdso: Handle faults on timens pageDmitry Safonov1-2/+52
2020-01-14x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov1-0/+11
2020-01-14x86/vdso: Restrict splitting VVAR VMADmitry Safonov1-0/+13
2019-08-23clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan1-1/+1
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Thomas Gleixner1-1/+1
2018-12-03x86: Fix various typos in commentsIngo Molnar1-1/+1
2018-10-26x86: convert vdso to use vm_fault_tMatthew Wilcox1-15/+9
2018-10-08x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae1-32/+1
2018-10-08x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae1-12/+7
2018-10-08x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae1-1/+1
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2017-11-08x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins1-1/+1
2017-11-07X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh1-2/+3
2017-08-29x86/gdt: Use bitfields for initializationThomas Gleixner1-1/+1
2017-06-21ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov1-3/+0
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-1/+1
2017-03-11x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read methodVitaly Kuznetsov1-0/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-1/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-2/+2
2016-10-28x86/vdso: Set vDSO pointer only after successDmitry Safonov1-7/+3
2016-09-15x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64Ingo Molnar1-50/+48
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov1-10/+35
2016-09-14x86/vdso: Replace calculate_addr in map_vdso() with addrDmitry Safonov1-13/+17
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/kernel/git/tip/tipLinus 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-23vdso: 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