aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-35/+0
2018-12-15x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan1-1/+2
2018-12-07x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers1-2/+2
2018-12-05x86/vdso: Remove a stale/misleading comment from the linker scriptSean Christopherson1-5/+0
2018-12-05x86/vdso: Remove obsolete "fake section table" reservationSean Christopherson2-30/+0
2018-12-03x86: Fix various typos in commentsIngo Molnar1-1/+1
2018-10-26x86: convert vdso to use vm_fault_tMatthew Wilcox1-15/+9
2018-10-23Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-150/+60
2018-10-08x86/fsgsbase/64: Clean up various detailsIngo Molnar1-0/+1
2018-10-08x86/segments: Introduce the 'CPUNODE' naming to better document the segment limit CPU/node NR trickIngo Molnar1-1/+1
2018-10-08x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae1-32/+1
2018-10-08x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae2-20/+8
2018-10-08x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae1-1/+1
2018-10-05x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski1-4/+8
2018-10-05x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksAndy Lutomirski1-2/+2
2018-10-04x86/vdso: Move cycle_last handling into the callerThomas Gleixner1-32/+7
2018-10-04x86/vdso: Simplify the invalid vclock caseThomas Gleixner1-61/+21
2018-10-04x86/vdso: Replace the clockid switch caseThomas Gleixner1-20/+18
2018-10-04x86/vdso: Collapse coarse functionsThomas Gleixner1-16/+4
2018-10-04x86/vdso: Collapse high resolution functionsThomas Gleixner1-28/+7
2018-10-04x86/vdso: Introduce and use vgtod_tsThomas Gleixner1-9/+15
2018-10-04x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner1-4/+4
2018-10-04x86/vdso: Enforce 64bit clocksourceThomas Gleixner1-1/+1
2018-10-04x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski1-4/+4
2018-10-03x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski1-2/+14
2018-10-02x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski1-8/+10
2018-08-20x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski1-2/+4
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-0/+6
2018-08-13Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+9
2018-08-05x86: vdso: Use $LD instead of $CC to linkAlistair Strachan1-13/+9
2018-07-18x86: Add build salt to the vDSOLaura Abbott2-0/+6
2018-07-03x86/build/vdso: Simplify 'cmd_vdso2c'Masahiro Yamada1-3/+1
2018-06-04Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+4
2018-05-15x86/build/vdso: Put generated linker scripts to $(obj)/Masahiro Yamada1-2/+2
2018-05-15x86/build/vdso: Remove unnecessary export in MakefileMasahiro Yamada1-1/+1
2018-05-15x86/build/vdso: Remove unused $(vobjs-nox32) in MakefileMasahiro Yamada1-4/+1
2018-05-05x86/vdso: Remove unused fileJann Horn1-1/+0
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada1-3/+1
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig1-2/+0
2017-12-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-12-06x86/vdso: Change time() prototype to match __vdso_time()Arnd Bergmann1-1/+1
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+0
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2017-11-16kbuild: create object directories simpler and fasterMasahiro Yamada1-4/+0
2017-11-13Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2017-11-08x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins1-1/+1
2017-11-07X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh1-2/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar11-0/+11