index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
vdso
Age
Commit message (
Expand
)
Author
2025-01-15
vdso: Correct typo in PAGE_SHIFT comment
Haiyue Wang
2024-11-02
vdso: Rename struct arch_vdso_data to arch_vdso_time_data
Nam Cao
2024-10-28
vdso: Change PAGE_MASK to signed on all 32-bit architectures
Arnd Bergmann
2024-10-16
vdso: Introduce vdso/page.h
Vincenzo Frascino
2024-09-13
random: vDSO: add a __vdso_getrandom prototype for all architectures
Xi Ruoyao
2024-09-13
random: vDSO: minimize and simplify header includes
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
random: introduce generic vDSO getrandom() implementation
Jason A. Donenfeld
2024-07-03
vdso: Add comment about reason for vdso struct ordering
Anna-Maria Behnsen
2024-04-08
vdso: Add vdso_data:: Max_cycles
Adrian Hunter
2024-04-08
vdso, math64: Provide mul_u64_u32_add_u64_shr()
Adrian Hunter
2024-04-03
vdso: Use CONFIG_PAGE_SHIFT in vdso/datapage.h
Arnd Bergmann
2024-02-26
vdso/datapage: Quick fix - use asm/page-def.h for ARM64
Anna-Maria Behnsen
2024-02-20
vdso/ARM: Make union vdso_data_store available for all architectures
Anna-Maria Behnsen
2024-02-20
vdso/helpers: Fix grammar in comments
Anna-Maria Behnsen
2023-11-23
arch: vdso: consolidate gettime prototypes
Arnd Bergmann
2023-01-31
vdso/bits.h: Add BIT_ULL() for the sake of consistency
Andy Shevchenko
2021-04-06
time64.h: Consolidated PSEC_PER_SEC definition
Andy Shevchenko
2020-08-06
lib/vdso: Allow to add architecture-specific vdso data
Sven Schnelle
2020-08-06
timekeeping/vsyscall: Provide vdso_update_begin/end()
Thomas Gleixner
2020-07-24
arm64/vdso: Add time namespace page
Andrei Vagin
2020-04-20
vdso/datapage: Use correct clock mode name in comment
Christian Brauner
2020-03-23
vdso: Fix clocksource.h macro detection
Vincenzo Frascino
2020-03-21
lib/vdso: Enable common headers
Vincenzo Frascino
2020-03-21
common: Introduce processor.h
Vincenzo Frascino
2020-03-21
linux/ktime.h: Extract common header for vDSO
Vincenzo Frascino
2020-03-21
linux/jiffies.h: Extract common header for vDSO
Vincenzo Frascino
2020-03-21
linux/time64.h: Extract common header for vDSO
Vincenzo Frascino
2020-03-21
linux/time32.h: Extract common header for vDSO
Vincenzo Frascino
2020-03-21
linux/time.h: Extract common header for vDSO
Vincenzo Frascino
2020-03-21
linux/math64.h: Extract common header for vDSO
Vincenzo Frascino
2020-03-21
linux/clocksource.h: Extract common header for vDSO
Vincenzo Frascino
2020-03-21
linux/limits.h: Extract common header for vDSO
Vincenzo Frascino
2020-03-21
linux/bits.h: Extract common header for vDSO
Vincenzo Frascino
2020-03-21
linux/const.h: Extract common header for vDSO
Vincenzo Frascino
2020-02-17
lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modes
Thomas Gleixner
2020-01-14
lib/vdso: Prepare for time namespace support
Thomas Gleixner
2020-01-14
lib/vdso: Add unlikely() hint into vdso_read_begin()
Andrei Vagin
2019-06-26
vdso: Remove superfluous #ifdef __KERNEL__ in vdso/datapage.h
Catalin Marinas
2019-06-22
timekeeping: Provide a generic update_vsyscall() implementation
Vincenzo Frascino
2019-06-22
lib/vdso: Provide generic VDSO implementation
Vincenzo Frascino
2019-06-22
vdso: Define standardized vdso_datapage
Vincenzo Frascino