summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-188-50/+78
|\
| * x86/microcode: Fix CPU synchronization routineBorislav Petkov2018-03-161-27/+41
| * x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov2018-03-164-19/+28
| * x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev2018-03-161-2/+1
| * x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit...Andy Whitcroft2018-03-141-1/+4
| * x86/vm86/32: Fix POPF emulationAndy Lutomirski2018-03-141-1/+2
| * x86/cpufeatures: Add Intel PCONFIG cpufeatureKirill A. Shutemov2018-03-121-0/+1
| * x86/cpufeatures: Add Intel Total Memory Encryption cpufeatureKirill A. Shutemov2018-03-121-0/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-181-3/+3
|\ \
| * | x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani2018-03-141-3/+3
* | | KVM: x86: Fix device passthrough when SME is activeTom Lendacky2018-03-161-1/+3
|/ /
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-1115-157/+278
|\ \ | |/
| * x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers2018-03-093-1/+12
| * x86/pti: Fix a comment typoSeunghun Han2018-03-081-1/+1
| * x86/microcode: Synchronize late microcode loadingAshok Raj2018-03-081-26/+92
| * x86/microcode: Request microcode on the BSPBorislav Petkov2018-03-081-6/+5
| * x86/microcode/intel: Look into the patch cache firstBorislav Petkov2018-03-081-6/+5
| * x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj2018-03-081-0/+18
| * x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj2018-03-081-0/+12
| * x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj2018-03-081-3/+24
| * x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov2018-03-081-11/+8
| * x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk2018-03-081-0/+7
| * x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-083-25/+4
| * x86/entry/64/compat: Save one instruction in entry_INT80_compat()Dominik Brodowski2018-03-071-3/+1
| * x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski2018-03-074-13/+14
| * x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski2018-03-073-62/+76
| * x86/syscalls: Use proper syscall definition for sys_ioperm()Dominik Brodowski2018-03-071-1/+1
| * x86/entry: Remove stale syscall prototypeDominik Brodowski2018-03-071-1/+0
| * x86/syscalls/32: Simplify $entry == $compat entriesDominik Brodowski2018-03-071-3/+3
* | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-112-2/+25
|\ \
| * | x86/MCE: Serialize sysfs changesSeunghun Han2018-03-081-1/+21
| * | x86/MCE: Save microcode revision in machine check recordsTony Luck2018-03-082-1/+4
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-111-1/+1
|\ \ \ | |/ / |/| |
| * | perf/x86/intel/uncore: Fix Skylake UPI event formatKan Liang2018-03-041-1/+1
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-061-0/+65
|\ \ \
| * | | signal/x86: Include the field offsets in the build time checksEric W. Biederman2018-03-061-0/+65
* | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-03-045-17/+20
|\ \ \ \
| * | | | x86/platform/intel-mid: Handle Intel Edison reboot correctlySebastian Panceac2018-02-281-1/+1
| * | | | x86/asm: Add instruction suffixes to bitopsJan Beulich2018-02-282-14/+17
| * | | | x86/entry/64: Add instruction suffixJan Beulich2018-02-281-1/+1
| * | | | x86/refcounts: Switch to UD2 for exceptionsKees Cook2018-02-281-1/+1
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-047-25/+48
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-016-25/+32
| * | | x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross2018-02-281-0/+16
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-03-025-17/+149
|\ \ \ \
| * | | | KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář2018-03-012-7/+6
| * | | | KVM: X86: Allow userspace to define the microcode versionWanpeng Li2018-03-014-5/+12
| * | | | KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li2018-03-011-3/+15
| * | | | KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2018-03-012-1/+36
| * | | | KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-03-014-5/+84
OpenPOWER on IntegriCloud