summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-271-2/+2
|\
| * kbuild: drop FORCE from PHONY targetsMasahiro Yamada2016-04-201-2/+2
* | vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-241-1/+2
* | x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski2016-04-133-29/+2
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-1/+1
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-1/+1
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* | | kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-211-2/+4
|\ \ \ | |/ / |/| |
| * | objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-2/+4
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-154-57/+80
|\| |
| * | x86/vdso: Use static_cpu_has()Borislav Petkov2016-01-301-1/+1
| * | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-303-2/+2
| * | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-292-6/+7
| |\|
| * | x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski2016-01-121-2/+2
| * | x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mappingAndy Lutomirski2016-01-121-40/+57
| * | x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski2016-01-122-14/+19
| * | x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski2016-01-121-0/+1
* | | x86/vdso: Mark the vDSO code read-only after initKees Cook2016-02-221-1/+1
| |/ |/|
* | UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-211-0/+1
* | x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski2016-01-131-6/+6
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-124-79/+92
|\
| * x86/vdso: Enable vdso pvclock access on all vdso variantsAndy Lutomirski2015-12-111-51/+40
| * x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2015-12-112-1/+1
| * x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2015-12-114-13/+26
| * x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski2015-12-111-35/+46
* | x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski2015-12-211-10/+42
* | x86/entry: Fix some commentsAndy Lutomirski2015-12-211-1/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-0/+2
|\
| * x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSOToshi Kani2015-09-221-0/+2
* | x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski2015-10-091-0/+2
* | x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski2015-10-091-0/+8
* | x86/vdso/32: Save extra registers in the INT80 vsyscall pathAndy Lutomirski2015-10-092-1/+25
* | x86/vdso: Replace hex int80 CFI annotations with GAS directivesAndy Lutomirski2015-10-091-40/+8
* | x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asmAndy Lutomirski2015-10-091-2/+2
* | x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-077-255/+13
|/
* x86/vdso: Emit a GNU hashAndy Lutomirski2015-08-081-1/+1
* x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst2015-07-062-5/+8
* x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski2015-07-061-14/+2
* x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-1/+1
* x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski2015-07-061-1/+1
* x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar2015-06-0322-0/+2142