aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25x86: Make the vdso2c compiler use the host architecture headersStephen Rothwell1-1/+1
2016-07-19x86/vdso: Error out if the vDSO isn't a valid DSOAndy Lutomirski1-0/+6
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar3-16/+4
2016-07-14x86/vdso: Convert to hotplug state machineSebastian Andrzej Siewior1-16/+4
2016-07-08x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov1-5/+42
2016-06-14x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski3-16/+4
2016-06-07GCC plugin infrastructureEmese Revfy1-1/+2
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+2
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-1/+2
2016-04-20kbuild: drop FORCE from PHONY targetsMasahiro Yamada1-2/+2
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski3-29/+2
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+3
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar1-1/+1
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-57/+80
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf1-2/+4
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-1/+1
2016-02-22x86/vdso: Mark the vDSO code read-only after initKees Cook1-1/+1
2016-01-30x86/vdso: Use static_cpu_has()Borislav Petkov1-1/+1
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov3-2/+2
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changesIngo Molnar2-6/+7
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin1-0/+1
2016-01-13x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski1-6/+6
2016-01-12x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski1-2/+2
2016-01-12x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mappingAndy Lutomirski1-40/+57
2016-01-12x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski2-14/+19
2016-01-12x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski1-0/+1
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-79/+92
2015-12-21x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski1-10/+42
2015-12-21x86/entry: Fix some commentsAndy Lutomirski1-1/+1
2015-12-11x86/vdso: Enable vdso pvclock access on all vdso variantsAndy Lutomirski1-51/+40
2015-12-11x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2-1/+1
2015-12-11x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski4-13/+26
2015-12-11x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski1-35/+46
2015-11-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2015-10-09x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski1-0/+2
2015-10-09x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski1-0/+8
2015-10-09x86/vdso/32: Save extra registers in the INT80 vsyscall pathAndy Lutomirski2-1/+25
2015-10-09x86/vdso: Replace hex int80 CFI annotations with GAS directivesAndy Lutomirski1-40/+8
2015-10-09x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asmAndy Lutomirski1-2/+2
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski7-255/+13
2015-09-22x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSOToshi Kani1-0/+2
2015-08-08x86/vdso: Emit a GNU hashAndy Lutomirski1-1/+1
2015-07-06x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst2-5/+8
2015-07-06x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski1-14/+2
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-1/+1
2015-07-06x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski1-1/+1
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar22-0/+2142