summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0711-0/+11
|\| |
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0211-0/+11
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* x86/gdt: Use bitfields for initializationThomas Gleixner2017-08-291-1/+1
* ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov2017-06-211-3/+0Star
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-021-1/+1
|\
| * x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-1/+1
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-024-1/+36
|\ \
| * | x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read methodVitaly Kuznetsov2017-03-114-1/+36
| |/
* / x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause2017-04-101-2/+9
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-251-1/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-4/+4
|\
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-4/+4
* | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
|/
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-151-2/+2
* x86/vdso: Set vDSO pointer only after successDmitry Safonov2016-10-281-7/+3Star
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-061-1/+1
|\
| * KVM: x86: introduce get_kvmclock_nsPaolo Bonzini2016-09-201-1/+1
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-041-73/+102
|\ \
| * | x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64Ingo Molnar2016-09-151-50/+48Star
| * | x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2016-09-141-10/+35
| * | x86/vdso: Replace calculate_addr in map_vdso() with addrDmitry Safonov2016-09-141-13/+17
| * | x86/vdso: Unmap vdso blob on vvar mapping failureDmitry Safonov2016-09-141-2/+4
| |/
* / x86/vdso: Fix building on big endian hostSegher Boessenkool2016-09-301-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-061-20/+5Star
|\
| * x86: vdso: use __pvclock_read_cyclesPaolo Bonzini2016-08-041-13/+3Star
| * pvclock: introduce seqcount-like APIPaolo Bonzini2016-08-041-7/+2Star
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-061-0/+6
|\ \ | |/ |/|
| * Merge branch 'x86/asm' into x86/urgent, to pick up fixIngo Molnar2016-08-011-0/+6
| |\
| | * x86/vdso: Error out if the vDSO isn't a valid DSOAndy Lutomirski2016-07-191-0/+6
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+2
|\ \ \
| * | | GCC plugin infrastructureEmese Revfy2016-06-071-1/+2
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-16/+4Star
|\ \ \ \ | |_|/ / |/| | |