summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso
AgeCommit message (Expand)Author
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-25Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann
2019-11-15x86/build/vdso: Remove meaningless CFLAGS_REMOVE_*.oMasahiro Yamada
2019-10-18x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2019-08-23clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada
2019-07-12x86/vdso: Fix flip/flop vdso build bugNaohiro Aota
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley
2019-06-22x86/vdso: Add clock_gettime64() entry pointVincenzo Frascino
2019-06-22x86/vdso: Add clock_getres() entry pointVincenzo Frascino
2019-06-22x86/vdso: Switch to generic vDSO implementationVincenzo Frascino
2019-06-21x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Thomas Gleixner
2019-05-08x86/vdso: Remove hpet_page from vDSOJia Zhang
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-01gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds
2019-04-19x86/vdso: Rename variable to fix -Wshadow warningLeonardo BrĂ¡s
2019-04-18x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-12-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-12-15x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan
2018-12-07x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers
2018-12-05x86/vdso: Remove a stale/misleading comment from the linker scriptSean Christopherson
2018-12-05x86/vdso: Remove obsolete "fake section table" reservationSean Christopherson
2018-12-03x86: Fix various typos in commentsIngo Molnar
2018-10-26x86: convert vdso to use vm_fault_tMatthew Wilcox
2018-10-23Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-08x86/fsgsbase/64: Clean up various detailsIngo Molnar
2018-10-08x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...Ingo Molnar
2018-10-08x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae
2018-10-08x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae
2018-10-08x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae
2018-10-05x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski
2018-10-05x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksAndy Lutomirski
2018-10-04x86/vdso: Move cycle_last handling into the callerThomas Gleixner
2018-10-04x86/vdso: Simplify the invalid vclock caseThomas Gleixner
2018-10-04x86/vdso: Replace the clockid switch caseThomas Gleixner
2018-10-04x86/vdso: Collapse coarse functionsThomas Gleixner
2018-10-04x86/vdso: Collapse high resolution functionsThomas Gleixner
2018-10-04x86/vdso: Introduce and use vgtod_tsThomas Gleixner
2018-10-04x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner
2018-10-04x86/vdso: Enforce 64bit clocksourceThomas Gleixner
2018-10-04x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski
2018-10-03x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski