开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
vdso
Age
Commit message (
Expand
)
Author
2024-09-13
random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page access
Christophe Leroy
2024-09-13
random: vDSO: move prototype of arch chacha function to vdso/getrandom.h
Jason A. Donenfeld
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-07-19
x86: vdso: Wire up getrandom() vDSO implementation
Jason A. Donenfeld
2024-07-03
x86/vdso: Remove unused include
Anna-Maria Behnsen
2024-07-03
x86/vdso: Fix function reference in comment
Anna-Maria Behnsen
2024-04-08
x86/vdso: Make delta calculation overflow safe
Adrian Hunter
2024-04-08
vdso: Consolidate nanoseconds calculation
Adrian Hunter
2024-01-10
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
2023-11-23
arch: vdso: consolidate gettime prototypes
Arnd Bergmann
2023-06-05
clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...
Peter Zijlstra
2023-06-05
x86/vdso: Fix gettimeofday masking
Peter Zijlstra
2023-02-07
x86/vdso: Fix -Wmissing-prototypes warnings
Borislav Petkov (AMD)
2021-05-14
clocksource/drivers/hyper-v: Re-enable VDSO_CLOCKMODE_HVCLOCK on X86
Vitaly Kuznetsov
2021-04-14
lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()
Christophe Leroy
2020-08-06
vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()
Thomas Gleixner
2020-06-09
x86/vdso: Unbreak paravirt VDSO clocks
Thomas Gleixner
2020-03-21
x86/vdso: Enable x86 to use common headers
Vincenzo Frascino
2020-03-21
x86: Introduce asm/vdso/clocksource.h
Vincenzo Frascino
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-02-17
x86/vdso: Mark the TSC clocksource path likely
Thomas Gleixner
2020-01-14
x86/vdso: Add time napespace page
Dmitry Safonov
2020-01-14
x86/vdso: Remove unused VDSO_HAS_32BIT_FALLBACK
Vincenzo Frascino
2019-09-17
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-08-23
clocksource/drivers/hyperv: Enable TSC page clocksource on 32bit
Vitaly Kuznetsov
2019-07-31
x86/vdso/32: Use 32bit syscall fallback
Thomas Gleixner
2019-07-03
clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic
Michael Kelley
2019-06-26
lib/vdso: Make delta calculation work correctly
Thomas Gleixner
2019-06-24
x86/vdso: Give the [ph]vclock_page declarations real types
Andy Lutomirski
2019-06-22
x86/vdso: Add clock_getres() entry point
Vincenzo Frascino
2019-06-22
x86/vdso: Switch to generic vDSO implementation
Vincenzo Frascino