index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
vdso
/
vclock_gettime.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-22
x86/vdso: Add clock_gettime64() entry point
Vincenzo Frascino
1
-0
/
+8
2019-06-22
x86/vdso: Add clock_getres() entry point
Vincenzo Frascino
1
-0
/
+17
2019-06-22
x86/vdso: Switch to generic vDSO implementation
Vincenzo Frascino
1
-218
/
+27
2019-06-21
x86/vdso: Prevent segfaults due to hoisted vclock reads
Andy Lutomirski
1
-2
/
+13
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223
Thomas Gleixner
1
-1
/
+1
2019-05-01
gcc-9: properly declare the {pv,hv}clock_page storage
Linus Torvalds
1
-2
/
+2
2018-10-05
x86/vdso: Rearrange do_hres() to improve code generation
Andy Lutomirski
1
-4
/
+8
2018-10-05
x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacks
Andy Lutomirski
1
-2
/
+2
2018-10-05
x86/vdso: Move cycle_last handling into the caller
Thomas Gleixner
1
-32
/
+7
2018-10-05
x86/vdso: Simplify the invalid vclock case
Thomas Gleixner
1
-61
/
+21
2018-10-05
x86/vdso: Replace the clockid switch case
Thomas Gleixner
1
-20
/
+18
2018-10-05
x86/vdso: Collapse coarse functions
Thomas Gleixner
1
-16
/
+4
2018-10-05
x86/vdso: Collapse high resolution functions
Thomas Gleixner
1
-28
/
+7
2018-10-05
x86/vdso: Introduce and use vgtod_ts
Thomas Gleixner
1
-9
/
+15
2018-10-05
x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: Seq
Thomas Gleixner
1
-4
/
+4
2018-10-05
x86/vdso: Enforce 64bit clocksource
Thomas Gleixner
1
-1
/
+1
2018-10-04
x86/vdso: Fix vDSO syscall fallback asm constraint regression
Andy Lutomirski
1
-4
/
+4
2018-10-02
x86/vdso: Fix asm constraints on vDSO syscall fallbacks
Andy Lutomirski
1
-8
/
+10
2017-12-06
x86/vdso: Change time() prototype to match __vdso_time()
Arnd Bergmann
1
-1
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-03-11
x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
Vitaly Kuznetsov
1
-0
/
+24
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
1
-4
/
+4
2016-09-20
KVM: x86: introduce get_kvmclock_ns
Paolo Bonzini
1
-1
/
+1
2016-08-04
x86: vdso: use __pvclock_read_cycles
Paolo Bonzini
1
-13
/
+3
2016-08-04
pvclock: introduce seqcount-like API
Paolo Bonzini
1
-7
/
+2
2016-04-13
x86/vdso: Remove direct HPET access through the vDSO
Andy Lutomirski
1
-15
/
+0
2016-02-24
x86: Fix misspellings in comments
Adam Buchbinder
1
-1
/
+1
2016-01-13
x86/vdso/pvclock: Protect STABLE check with the seqcount
Andy Lutomirski
1
-6
/
+6
2015-12-11
x86/vdso: Enable vdso pvclock access on all vdso variants
Andy Lutomirski
1
-51
/
+40
2015-12-11
x86/vdso: Remove pvclock fixmap machinery
Andy Lutomirski
1
-1
/
+0
2015-12-11
x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
Andy Lutomirski
1
-12
/
+8
2015-12-11
x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader
Andy Lutomirski
1
-35
/
+46
2015-07-06
x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites
Andy Lutomirski
1
-14
/
+2
2015-07-06
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
Andy Lutomirski
1
-1
/
+1
2015-07-06
x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()
Andy Lutomirski
1
-1
/
+1
2015-06-03
x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/
Ingo Molnar
1
-0
/
+351