summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-2413-292/+162
|\
| * signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
| * signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-031-2/+0
| * signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-214-32/+9
| * signal/x86: Pass pkey by valueEric W. Biederman2018-09-211-7/+7
| * signal/x86: Replace force_sig_info_fault with force_sig_faultEric W. Biederman2018-09-211-19/+4
| * signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphoreEric W. Biederman2018-09-211-52/+24
| * signal/x86: Pass pkey not vma into __bad_areaEric W. Biederman2018-09-211-12/+8
| * signal/x86: Don't compute pkey in __do_page_faultEric W. Biederman2018-09-211-4/+0
| * signal/x86: Remove pkey parameter from mm_fault_errorEric W. Biederman2018-09-211-2/+2
| * signal/x86: Remove the pkey parameter from do_sigbusEric W. Biederman2018-09-211-3/+3
| * signal/x86: Remove pkey parameter from bad_area_nosemaphoreEric W. Biederman2018-09-211-7/+7
| * signal/x86/traps: Simplify trap generationEric W. Biederman2018-09-211-61/+24
| * signal/x86/traps: Use force_sig instead of open coding it.Eric W. Biederman2018-09-211-1/+1
| * signal/x86/traps: Use force_sig_bnderrEric W. Biederman2018-09-211-10/+9
| * signal/x86/traps: Move more code into do_trap_no_signal so it can be reusedEric W. Biederman2018-09-211-16/+14
| * signal/x86/traps: Factor out show_signalEric W. Biederman2018-09-191-18/+19
| * signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman2018-09-193-29/+32
| * signal/x86: In trace_mpx_bounds_register_exception add __user annotationsEric W. Biederman2018-09-191-2/+2
| * signal/x86: Use send_sig_mceerr as apropriateEric W. Biederman2018-09-191-10/+1
| * signal/x86: Move MCE error reporting out of force_sig_info_faultEric W. Biederman2018-09-191-13/+13
| * signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman2018-09-191-15/+7
| * signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-192-7/+6
| * signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman2018-09-111-1/+1
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-235-193/+144
|\ \
| * | x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski2018-10-051-4/+8
| * | x86/vdso: Document vgtod_ts betterAndy Lutomirski2018-10-051-0/+9
| * | x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksAndy Lutomirski2018-10-051-2/+2
| * | x66/vdso: Add CLOCK_TAI supportThomas Gleixner2018-10-042-2/+6
| * | 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-043-49/+60
| * | x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner2018-10-042-9/+9
| * | x86/vdso: Enforce 64bit clocksourceThomas Gleixner2018-10-042-1/+7
| * | x86/time: Implement clocksource_arch_init()Thomas Gleixner2018-10-042-0/+17
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-2316-173/+183
|\ \ \
| * | | x86/speculation: Propagate information about RSB filling mitigation to sysfsJiri Kosina2018-09-261-1/+2
| * | | x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-09-261-6/+51
| * | | x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2018-09-261-11/+20
| * | | x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC variantZhenzhong Duan2018-09-231-4/+13
| * | | x86/CPU: Fix unused variable warning when !CONFIG_IA32_EMULATIONzhong jiang2018-09-151-3/+2
| * | | x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-129-139/+37
| * | | x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski2018-09-085-13/+22
| * | | x86/entry/64: Document idtentryAndy Lutomirski2018-09-082-0/+40
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-232-2/+4
|\ \ \ \
| * | | | x86/olpc: Fix build error with CONFIG_MFD_CS5535=mBorislav Petkov2018-10-061-2/+1
| * | | | x86/olpc: Indicate that legacy PC XO-1 platform should not register RTCLubomir Rintel2018-10-051-0/+3
OpenPOWER on IntegriCloud