aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/entry/vdso/vma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-22x86/vdso: Remove redundant #ifdeffery around in_ia32_syscall()Thomas Weißschuh1-4/+0
2025-04-22x86/vdso: Remove #ifdeffery around page setup variantsThomas Weißschuh1-19/+12
2025-04-01mseal sysmap: enable x86-64Jeff Xu1-2/+3
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-118/+7
2025-02-21x86/vdso: Switch to generic storage implementationThomas Weißschuh1-117/+6
2025-02-21x86/vdso: Fix latent bug in vclock_pages calculationThomas Weißschuh1-1/+1
2025-02-03Revert "x86/module: prepare module loading for ROX allocations of text"Mike Rapoport (Microsoft)1-2/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2024-11-07x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)1-1/+2
2024-11-02x86/vdso: Add missing brackets in switch caseThomas Gleixner1-0/+5
2024-11-02x86/vdso: Split virtual clock pages into dedicated mappingThomas Weißschuh1-17/+53
2024-11-02x86/vdso: Allocate vvar page from C codeThomas Weißschuh1-11/+5
2024-11-02x86/vdso: Access rng data from kernel without vvarThomas Weißschuh1-1/+0
2024-09-13random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page accessChristophe Leroy1-0/+3
2024-02-27x86/vdso: Move vDSO to mmap regionDaniel Micay1-55/+2
2023-08-09x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov1-2/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+1
2023-01-25x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst1-15/+4
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-3/+1
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-1/+1
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+0
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-23/+0
2022-11-28clocksource: hyper-v: Use TSC PFN getter to map vvar pageStanislav Kinsburskiy1-4/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
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