index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
vdso
/
vma.c
Age
Commit message (
Expand
)
Author
2025-04-22
x86/vdso: Remove redundant #ifdeffery around in_ia32_syscall()
Thomas Weißschuh
2025-04-22
x86/vdso: Remove #ifdeffery around page setup variants
Thomas Weißschuh
2025-04-01
mseal sysmap: enable x86-64
Jeff Xu
2025-03-25
Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-02-21
x86/vdso: Switch to generic storage implementation
Thomas Weißschuh
2025-02-21
x86/vdso: Fix latent bug in vclock_pages calculation
Thomas Weißschuh
2025-02-03
Revert "x86/module: prepare module loading for ROX allocations of text"
Mike Rapoport (Microsoft)
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-07
x86/module: prepare module loading for ROX allocations of text
Mike Rapoport (Microsoft)
2024-11-02
x86/vdso: Add missing brackets in switch case
Thomas Gleixner
2024-11-02
x86/vdso: Split virtual clock pages into dedicated mapping
Thomas Weißschuh
2024-11-02
x86/vdso: Allocate vvar page from C code
Thomas Weißschuh
2024-11-02
x86/vdso: Access rng data from kernel without vvar
Thomas Weißschuh
2024-09-13
random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page access
Christophe Leroy
2024-02-27
x86/vdso: Move vDSO to mmap region
Daniel Micay
2023-08-09
x86/mm: Fix VDSO and VVAR placement on 5-level paging machines
Kirill A. Shutemov
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-01-25
x86/vdso: Move VDSO image init to vdso2c generated code
Brian Gerst
2023-01-18
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-12-12
Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-12-01
vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copy
Jann Horn
2022-11-28
clocksource: hyper-v: Use TSC PFN getter to map vvar page
Stanislav Kinsburskiy
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-09-26
x86: remove vma linked list walks
Matthew Wilcox (Oracle)
2022-05-04
x86: Fix return value of __setup handlers
Randy Dunlap
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
mm: forbid splitting special mappings
Dmitry Safonov
2020-12-02
x86: vdso: Expose sigreturn address on vdso to the kernel
Gabriel Krisman Bertazi
2020-10-26
x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()
Gabriel Krisman Bertazi
2020-07-08
timens: make vdso_join_timens() always succeed
Christian Brauner
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-02-17
x86/vdso: Use generic VDSO clock mode storage
Thomas Gleixner
2020-02-17
x86/vdso: Move VDSO clocksource state tracking to callback
Thomas Gleixner
2020-01-14
x86/vdso: Zap vvar pages when switching to a time namespace
Dmitry Safonov
2020-01-14
x86/vdso: On timens page fault prefault also VVAR page
Dmitry Safonov
2020-01-14
x86/vdso: Handle faults on timens page
Dmitry Safonov
2020-01-14
x86/vdso: Provide vdso_data offset on vvar_page
Dmitry Safonov
2020-01-14
x86/vdso: Restrict splitting VVAR VMA
Dmitry Safonov
2019-08-23
clocksource/drivers/hyperv: Allocate Hyper-V TSC page statically
Tianyu Lan
2019-07-03
clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic
Michael Kelley
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214
Thomas Gleixner
2018-12-03
x86: Fix various typos in comments
Ingo Molnar
2018-10-26
x86: convert vdso to use vm_fault_t
Matthew Wilcox
2018-10-08
x86/vdso: Initialize the CPU/node NR segment descriptor earlier
Chang S. Bae
2018-10-08
x86/vdso: Introduce helper functions for CPU and node number
Chang S. Bae
2018-10-08
x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBER
Chang S. Bae
2017-11-16
Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
[next]