summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/build: Add 'set -e' to mkcapflags.sh to delete broken capflags.cMasahiro Yamada2019-07-261-0/+2
* x86/cacheinfo: Fix a -Wtype-limits warningQian Cai2019-07-261-2/+1
* x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra2019-07-263-10/+10
* perf/x86/intel/uncore: Handle invalid event coding for free-running counterKan Liang2019-07-262-0/+11
* perf/x86/intel: Disable check_msr for real HWJiri Olsa2019-07-261-0/+8
* perf/x86/intel: Add more Icelake CPUIDsKan Liang2019-07-261-4/+9
* x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDSAaron Lewis2019-07-261-0/+2
* perf/x86: Add Intel Ice Lake NNPI uncore supportRajneesh Bhardwaj2019-07-261-0/+1
* x86/cpu: Add Ice Lake NNPI to Intel familyRajneesh Bhardwaj2019-07-261-0/+1
* x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby2019-07-211-1/+1
* x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2019-07-215-16/+76
* x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner2019-07-213-4/+5
* x86/ioapic: Implement irq_get_irqchip_state() callbackThomas Gleixner2019-07-211-0/+46
* Revert "x86/build: Move _etext to actual end of .text"Ross Zwisler2019-07-141-3/+3
* x86/tls: Fix possible spectre-v1 in do_get_thread_area()Dianzhang Chen2019-07-141-2/+7
* x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()Dianzhang Chen2019-07-141-1/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-053-14/+24
|\
| * KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPICWanpeng Li2019-07-021-1/+1
| * KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon2019-07-021-9/+16
| * KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMMLiran Alon2019-07-021-1/+4
| * KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini2019-07-021-3/+3
* | Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-041-0/+10
|\ \ | |/ |/|
| * ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro...Jiri Kosina2019-07-021-0/+2
| * ftrace/x86: Add a comment to why we take text_mutex in ftrace_arch_code_modif...Steven Rostedt (VMware)2019-06-281-0/+5
| * ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-06-281-0/+3
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-298-55/+89
|\ \
| * | x86/unwind/orc: Fall back to using frame pointers for generated codeJosh Poimboeuf2019-06-281-4/+22
| * | perf/x86: Always store regs->ip in perf_callchain_kernel()Song Liu2019-06-281-5/+5
| * | x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez2019-06-261-1/+10
| * | x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Kirill A. Shutemov2019-06-261-11/+13
| * | x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov2019-06-261-1/+2
| * | x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov2019-06-261-8/+9
| * | x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King2019-06-221-1/+2
| * | x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre2019-06-201-19/+16
| * | x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner2019-06-191-5/+10
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-295-30/+16
|\ \ \
| * | | perf/x86: Remove pmu->pebs_no_xmm_regsKan Liang2019-06-243-7/+4
| * | | perf/x86: Clean up PEBS_XMM_REGSKan Liang2019-06-243-21/+3
| * | | perf/x86/regs: Check reserved bitsKan Liang2019-06-241-2/+5
| * | | perf/x86: Disable extended registers for non-supported PMUsKan Liang2019-06-242-0/+4
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-291-1/+1
|\ \ \ \
| * | | | x86/efi: fix a -Wtype-limits compilation warningQian Cai2019-06-211-1/+1
* | | | | x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski2019-06-211-2/+13
* | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2188-307/+89
|\ \ \ \ \
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner2019-06-191-13/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1927-110/+27
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-1919-70/+19
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner2019-06-1925-74/+25
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 477Thomas Gleixner2019-06-191-1/+2
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 474Thomas Gleixner2019-06-192-2/+2