summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bitsKonrad Rzeszutek Wilk2018-05-032-4/+48
| * | x86/bugs: Concentrate bug reporting into a separate functionKonrad Rzeszutek Wilk2018-05-031-14/+32
| * | x86/bugs: Concentrate bug detection into a separate functionKonrad Rzeszutek Wilk2018-05-031-10/+11
| * | x86/nospec: Simplify alternative_msr_write()Linus Torvalds2018-05-031-9/+10
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-208-40/+106
|\ \ \
| * | | x86/mm: Drop TS_COMPAT on 64-bit exec() syscallDmitry Safonov2018-05-191-0/+1
| * | | x86/apic/x2apic: Initialize cluster ID properlyThomas Gleixner2018-05-171-0/+1
| * | | x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov2018-05-162-11/+14
| * | | x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Kirill A. Shutemov2018-05-161-13/+55
| * | | x86/pkeys: Do not special case protection key 0Dave Hansen2018-05-142-4/+4
| * | | x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen2018-05-142-11/+22
| * | | x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'Alexander Potapenko2018-05-141-1/+9
* | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-201-15/+14
|\ \ \ \
| * | | | x86/MCE/AMD: Cache SMCA MISC block addressesBorislav Petkov2018-05-191-15/+14
* | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-201-2/+4
|\ \ \ \ \
| * | | | | efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel2018-05-141-2/+4
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-05-206-2/+50
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationAlexei Starovoitov2018-05-131-0/+15
| * | | | uprobes/x86: Prohibit probing on MOV SS instructionMasami Hiramatsu2018-05-131-0/+4
| * | | | kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu2018-05-132-0/+22
| * | | | x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa2018-05-132-2/+9
* | | | | Merge tag 'hwmon-for-linus-v4.17-rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-171-0/+6
|\ \ \ \ \
| * | | | | x86/amd_nb: Add support for Raven Ridge CPUsGuenter Roeck2018-05-131-0/+6
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-175-30/+40
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIMEMichael S. Tsirkin2018-05-172-5/+5
| * | | | | KVM: X86: Lower the default timer frequency limit to 200usWanpeng Li2018-05-151-1/+1
| * | | | | KVM: vmx: update sec exec controls for UMIP iff emulating UMIPSean Christopherson2018-05-111-13/+15
| * | | | | kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabledJunaid Shahid2018-05-111-1/+4
| * | | | | KVM: hyperv: idr_find needs RCU protectionPaolo Bonzini2018-05-111-1/+3
| * | | | | x86: Delay skip of emulated hypercall instructionMarian Rotariu2018-05-112-9/+12
* | | | | | Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-162-6/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)2018-05-142-6/+2
| |/ / / /
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-134-5/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/vdso: Remove unused fileJann Horn2018-05-051-1/+0
| * | | | perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msrPeter Zijlstra2018-05-051-0/+2
| * | | | perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driverPeter Zijlstra2018-05-051-3/+6
| * | | | perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()Peter Zijlstra2018-05-051-0/+3
| * | | | perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*Peter Zijlstra2018-05-051-1/+4
| | |/ / | |/| |
* | | | Merge tag 'for-linus-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-05-111-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/xen: Reset VCPU0 info pointer after shared_info remapvan der Linden, Frank2018-05-071-0/+13
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-061-17/+20
|\ \ \ \
| * | | | KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois2018-05-051-17/+20
| | |/ / | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-061-1/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/cpu: Restore CPUID_8000_0008_EBX reloadThomas Gleixner2018-05-021-1/+5
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-061-11/+11
|\ \ \
| * | | x86/tsc: Fix mark_tsc_unstable()Peter Zijlstra2018-05-021-7/+5
| * | | x86/tsc: Always unregister clocksource_tsc_earlyPeter Zijlstra2018-05-021-4/+6
| |/ /
* | | Merge tag 'for-linus-4.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-05-041-55/+31
|\ \ \ | | |/ | |/|
| * | x86/xen: Remove use of VLAsLaura Abbott2018-04-191-55/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-031-4/+14
|\ \ \ | |_|/ |/| |