summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso/vma.c
Commit message (Expand)AuthorAgeFilesLines
* x86/vdso: Move vDSO to mmap regionDaniel Micay2024-02-271-55/+2
* x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov2023-08-091-2/+2
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-3/+1
|\
| * mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-181-3/+1
* | x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst2023-01-251-15/+4
|/
* Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\
| * treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* | Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-121-23/+0
|\ \
| * | vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn2022-12-011-23/+0
| |/
* / clocksource: hyper-v: Use TSC PFN getter to map vvar pageStanislav Kinsburskiy2022-11-281-4/+3
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* x86: remove vma linked list walksMatthew Wilcox (Oracle)2022-09-261-4/+5
* x86: Fix return value of __setup handlersRandy Dunlap2022-05-041-1/+1
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-17/+0
|\
| * mm: forbid splitting special mappingsDmitry Safonov2020-12-151-17/+0
* | x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi2020-12-021-0/+15
* | x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi2020-10-261-2/+2
|/
* timens: make vdso_join_timens() always succeedChristian Brauner2020-07-081-3/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-7/+7
* x86/vdso: Use generic VDSO clock mode storageThomas Gleixner2020-02-171-3/+3
* x86/vdso: Move VDSO clocksource state tracking to callbackThomas Gleixner2020-02-171-0/+4
* x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov2020-01-141-0/+27
* x86/vdso: On timens page fault prefault also VVAR pageDmitry Safonov2020-01-141-1/+16
* x86/vdso: Handle faults on timens pageDmitry Safonov2020-01-141-2/+52
* x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov2020-01-141-0/+11
* x86/vdso: Restrict splitting VVAR VMADmitry Safonov2020-01-141-0/+13
* clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan2019-08-231-1/+1
* clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Thomas Gleixner2019-05-301-1/+1
* x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
* x86: convert vdso to use vm_fault_tMatthew Wilcox2018-10-261-15/+9
* x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae2018-10-081-32/+1
* x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae2018-10-081-12/+7
* x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae2018-10-081-1/+1
* Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-161-1/+1
|\
| * x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2017-11-081-1/+1
* | X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh2017-11-071-2/+3
|/
* 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