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