summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso (follow)
Commit message (Expand)AuthorAgeFilesLines
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-031-1/+1
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-0/+1
|\
| * x86/vdso: Provide missing include fileValdis Klētnieks2019-12-291-0/+1
* | x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov2020-01-141-0/+27
* | x86/vdso: On timens page fault prefault also VVAR pageDmitry Safonov2020-01-141-1/+16
* | x86/vdso: Handle faults on timens pageDmitry Safonov2020-01-141-2/+52
* | x86/vdso: Add time napespace pageDmitry Safonov2020-01-142-2/+12
* | x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov2020-01-142-2/+11
* | x86/vdso: Restrict splitting VVAR VMADmitry Safonov2020-01-141-0/+13
|/
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-3/+3
|\
| * y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann2019-11-151-3/+3
* | Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar2019-11-251-2/+0
|\ \
| * | x86/build/vdso: Remove meaningless CFLAGS_REMOVE_*.oMasahiro Yamada2019-11-151-2/+0
| |/
* / x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby2019-10-181-1/+1
|/
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-1/+2
|\
| * kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-1/+2
* | clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan2019-08-231-1/+1
|/
* Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-3/+2
|\
| * kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-3/+2
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-5/+2
|/
* x86/vdso: Fix flip/flop vdso build bugNaohiro Aota2019-07-121-6/+6
* clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-1/+1
* x86/vdso: Add clock_gettime64() entry pointVincenzo Frascino2019-06-222-0/+9
* x86/vdso: Add clock_getres() entry pointVincenzo Frascino2019-06-223-0/+20
* x86/vdso: Switch to generic vDSO implementationVincenzo Frascino2019-06-223-218/+37
* x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski2019-06-211-2/+13
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner2019-05-302-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Thomas Gleixner2019-05-301-1/+1
* x86/vdso: Remove hpet_page from vDSOJia Zhang2019-05-081-3/+0
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-072-7/+8
|\
| * x86/vdso: Rename variable to fix -Wshadow warningLeonardo Brás2019-04-191-6/+7
| * x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada2019-04-181-1/+1
* | gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds2019-05-011-2/+2
|/
* 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/+0
|\ \
| * | x86/vdso: Remove a stale/misleading comment from the linker scriptSean Christopherson2018-12-051-5/+0
| * | x86/vdso: Remove obsolete "fake section table" reservationSean Christopherson2018-12-052-30/+0
| |/
* | 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/+9
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-231-150/+60
|\
| * 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/+7
| * x86/vdso: Simplify the invalid vclock caseThomas Gleixner2018-10-041-61/+21
| * x86/vdso: Replace the clockid switch caseThomas Gleixner2018-10-041-20/+18
| * x86/vdso: Collapse coarse functionsThomas Gleixner2018-10-041-16/+4
| * x86/vdso: Collapse high resolution functionsThomas Gleixner2018-10-041-28/+7
| * x86/vdso: Introduce and use vgtod_tsThomas Gleixner2018-10-041-9/+15