summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-271-1/+1
|\
| * x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-272-35/+0Star
|\ \
| * | x86/vdso: Remove a stale/misleading comment from the linker scriptSean Christopherson2018-12-051-5/+0Star
| * | x86/vdso: Remove obsolete "fake section table" reservationSean Christopherson2018-12-052-30/+0Star
| |/
* | x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan2018-12-151-1/+2
* | x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers2018-12-071-2/+2
|/
* x86: convert vdso to use vm_fault_tMatthew Wilcox2018-10-271-15/+9Star
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-231-150/+60Star
|\
| * x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski2018-10-051-4/+8
| * x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksAndy Lutomirski2018-10-051-2/+2
| * x86/vdso: Move cycle_last handling into the callerThomas Gleixner2018-10-041-32/+7Star
| * x86/vdso: Simplify the invalid vclock caseThomas Gleixner2018-10-041-61/+21Star
| * x86/vdso: Replace the clockid switch caseThomas Gleixner2018-10-041-20/+18Star
| * x86/vdso: Collapse coarse functionsThomas Gleixner2018-10-041-16/+4Star
| * x86/vdso: Collapse high resolution functionsThomas Gleixner2018-10-041-28/+7Star
| * x86/vdso: Introduce and use vgtod_tsThomas Gleixner2018-10-041-9/+15
| * x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner2018-10-041-4/+4
| * x86/vdso: Enforce 64bit clocksourceThomas Gleixner2018-10-041-1/+1
* | x86/fsgsbase/64: Clean up various detailsIngo Molnar2018-10-081-0/+1
* | x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...Ingo Molnar2018-10-081-1/+1
* | x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae2018-10-081-32/+1Star
* | x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae2018-10-082-20/+8Star
* | x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae2018-10-081-1/+1
|/
* x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski2018-10-041-4/+4
* x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski2018-10-031-2/+14
* x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski2018-10-021-8/+10
* x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski2018-08-201-2/+4
* Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-152-0/+6
|\
| * x86: Add build salt to the vDSOLaura Abbott2018-07-172-0/+6
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-141-13/+9Star
|\ \
| * | x86: vdso: Use $LD instead of $CC to linkAlistair Strachan2018-08-051-13/+9Star
| |/
* / x86/build/vdso: Simplify 'cmd_vdso2c'Masahiro Yamada2018-07-031-3/+1Star
|/
* Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-051-7/+4Star
|\
| * x86/build/vdso: Put generated linker scripts to $(obj)/Masahiro Yamada2018-05-151-2/+2
| * x86/build/vdso: Remove unnecessary export in MakefileMasahiro Yamada2018-05-151-1/+1
| * x86/build/vdso: Remove unused $(vobjs-nox32) in MakefileMasahiro Yamada2018-05-151-4/+1Star
* | x86/vdso: Remove unused fileJann Horn2018-05-051-1/+0Star
|/
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-3/+1Star
* x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig2018-03-201-2/+0Star
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-071-1/+1
|\
| * x86/vdso: Change time() prototype to match __vdso_time()Arnd Bergmann2017-12-061-1/+1
* | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-181-4/+0Star
|\ \
| * | kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-161-4/+0Star
* | | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-161-1/+1
|\ \ \ | |_|/ |/| |
| * | x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2017-11-081-1/+1
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-141-1/+2
|\ \
| * | x86: Use ARRAY_SIZEJérémy Lefaure2017-10-191-1/+2
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-131-2/+3
|\ \
| * | X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh2017-11-071-2/+3