index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
vdso
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/vdso: Fix flip/flop vdso build bug
Naohiro Aota
2019-07-12
1
-6
/
+6
*
clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic
Michael Kelley
2019-07-03
1
-1
/
+1
*
x86/vdso: Add clock_gettime64() entry point
Vincenzo Frascino
2019-06-22
2
-0
/
+9
*
x86/vdso: Add clock_getres() entry point
Vincenzo Frascino
2019-06-22
3
-0
/
+20
*
x86/vdso: Switch to generic vDSO implementation
Vincenzo Frascino
2019-06-22
3
-218
/
+37
*
x86/vdso: Prevent segfaults due to hoisted vclock reads
Andy Lutomirski
2019-06-21
1
-2
/
+13
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223
Thomas Gleixner
2019-05-30
2
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214
Thomas Gleixner
2019-05-30
1
-1
/
+1
*
x86/vdso: Remove hpet_page from vDSO
Jia Zhang
2019-05-08
1
-3
/
+0
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-07
2
-7
/
+8
|
\
|
*
x86/vdso: Rename variable to fix -Wshadow warning
Leonardo BrĂ¡s
2019-04-19
1
-6
/
+7
|
*
x86/build/vdso: Add FORCE to the build rule of %.so
Masahiro Yamada
2019-04-18
1
-1
/
+1
*
|
gcc-9: properly declare the {pv,hv}clock_page storage
Linus Torvalds
2019-05-01
1
-2
/
+2
|
/
*
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-12-27
1
-1
/
+1
|
\
|
*
x86: Fix various typos in comments
Ingo Molnar
2018-12-03
1
-1
/
+1
*
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-12-27
2
-35
/
+0
|
\
\
|
*
|
x86/vdso: Remove a stale/misleading comment from the linker script
Sean Christopherson
2018-12-05
1
-5
/
+0
|
*
|
x86/vdso: Remove obsolete "fake section table" reservation
Sean Christopherson
2018-12-05
2
-30
/
+0
|
|
/
*
|
x86/vdso: Pass --eh-frame-hdr to the linker
Alistair Strachan
2018-12-15
1
-1
/
+2
*
|
x86/vdso: Drop implicit common-page-size linker flag
Nick Desaulniers
2018-12-07
1
-2
/
+2
|
/
*
x86: convert vdso to use vm_fault_t
Matthew Wilcox
2018-10-27
1
-15
/
+9
*
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-10-23
1
-150
/
+60
|
\
|
*
x86/vdso: Rearrange do_hres() to improve code generation
Andy Lutomirski
2018-10-05
1
-4
/
+8
|
*
x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacks
Andy Lutomirski
2018-10-05
1
-2
/
+2
|
*
x86/vdso: Move cycle_last handling into the caller
Thomas Gleixner
2018-10-04
1
-32
/
+7
|
*
x86/vdso: Simplify the invalid vclock case
Thomas Gleixner
2018-10-04
1
-61
/
+21
|
*
x86/vdso: Replace the clockid switch case
Thomas Gleixner
2018-10-04
1
-20
/
+18
|
*
x86/vdso: Collapse coarse functions
Thomas Gleixner
2018-10-04
1
-16
/
+4
|
*
x86/vdso: Collapse high resolution functions
Thomas Gleixner
2018-10-04
1
-28
/
+7
|
*
x86/vdso: Introduce and use vgtod_ts
Thomas Gleixner
2018-10-04
1
-9
/
+15
|
*
x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: Seq
Thomas Gleixner
2018-10-04
1
-4
/
+4
|
*
x86/vdso: Enforce 64bit clocksource
Thomas Gleixner
2018-10-04
1
-1
/
+1
*
|
x86/fsgsbase/64: Clean up various details
Ingo Molnar
2018-10-08
1
-0
/
+1
*
|
x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...
Ingo Molnar
2018-10-08
1
-1
/
+1
*
|
x86/vdso: Initialize the CPU/node NR segment descriptor earlier
Chang S. Bae
2018-10-08
1
-32
/
+1
*
|
x86/vdso: Introduce helper functions for CPU and node number
Chang S. Bae
2018-10-08
2
-20
/
+8
*
|
x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBER
Chang S. Bae
2018-10-08
1
-1
/
+1
|
/
*
x86/vdso: Fix vDSO syscall fallback asm constraint regression
Andy Lutomirski
2018-10-04
1
-4
/
+4
*
x86/vdso: Only enable vDSO retpolines when enabled and supported
Andy Lutomirski
2018-10-03
1
-2
/
+14
*
x86/vdso: Fix asm constraints on vDSO syscall fallbacks
Andy Lutomirski
2018-10-02
1
-8
/
+10
*
x86/vdso: Fix vDSO build if a retpoline is emitted
Andy Lutomirski
2018-08-20
1
-2
/
+4
*
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-08-15
2
-0
/
+6
|
\
|
*
x86: Add build salt to the vDSO
Laura Abbott
2018-07-17
2
-0
/
+6
*
|
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-08-14
1
-13
/
+9
|
\
\
|
*
|
x86: vdso: Use $LD instead of $CC to link
Alistair Strachan
2018-08-05
1
-13
/
+9
|
|
/
*
/
x86/build/vdso: Simplify 'cmd_vdso2c'
Masahiro Yamada
2018-07-03
1
-3
/
+1
|
/
*
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-05
1
-7
/
+4
|
\
|
*
x86/build/vdso: Put generated linker scripts to $(obj)/
Masahiro Yamada
2018-05-15
1
-2
/
+2
|
*
x86/build/vdso: Remove unnecessary export in Makefile
Masahiro Yamada
2018-05-15
1
-1
/
+1
|
*
x86/build/vdso: Remove unused $(vobjs-nox32) in Makefile
Masahiro Yamada
2018-05-15
1
-4
/
+1
[next]