aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-20x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XEN_PVH=yKirill A. Shutemov1-5/+6
2017-10-20x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin1-1/+2
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar12-25/+106
2017-10-20x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen1-3/+13
2017-10-18x86/cpuid: Prevent out of bound access in do_clear_cpu_cap()Thomas Gleixner1-2/+8
2017-10-18x86/vector/msi: Select CONFIG_GENERIC_IRQ_RESERVATION_MODEThomas Gleixner1-3/+2
2017-10-18x86/microcode/intel: Disable late loading on model 79Borislav Petkov1-0/+19
2017-10-17x86/platform/UV: Convert timers to use timer_setup()Kees Cook1-3/+2
2017-10-17x86/fpu: Remove the explicit clearing of XSAVE dependent featuresAndi Kleen1-20/+0
2017-10-17x86/fpu: Make XSAVE check the base CPUID features before enablingAndi Kleen1-0/+23
2017-10-17x86/fpu: Parse clearcpuid= as early XSAVE argumentAndi Kleen2-9/+18
2017-10-17x86/cpuid: Add generic table for CPUID dependenciesAndi Kleen2-0/+114
2017-10-17x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner1-2/+2
2017-10-16x86/platform/UV: Add check of TSC state set by UV BIOSmike.travis@hpe.com1-0/+43
2017-10-16x86/tsc: Provide a means to disable TSC ARTmike.travis@hpe.com1-2/+6
2017-10-16x86/tsc: Drastically reduce the number of firmware bug warningsmike.travis@hpe.com1-6/+3
2017-10-16x86/tsc: Skip TSC test and error messages if already unstablemike.travis@hpe.com1-0/+8
2017-10-16x86/tsc: Add option that TSC on Socket 0 being non-zero is validmike.travis@hpe.com1-4/+35
2017-10-16x86/idt: Initialize early IDT before cr4_init_shadow()Thomas Gleixner1-2/+3
2017-10-16x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf'Colin Ian King1-1/+0
2017-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-17/+82
2017-10-14Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+9
2017-10-14x86/microcode: Do the family check firstBorislav Petkov1-9/+18
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf1-3/+3
2017-10-12x86/apic: Update TSC_DEADLINE quirk with additional SKX steppingLen Brown1-1/+11
2017-10-12x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisorsPaolo Bonzini1-1/+2
2017-10-12x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner1-0/+13
2017-10-12Merge branch 'irq/urgent' into x86/apicThomas Gleixner10-213/+322
2017-10-10x86/unwind: Disable unwinder warnings on 32-bitJosh Poimboeuf1-0/+7
2017-10-10x86/unwind: Align stack pointer in unwinder dumpJosh Poimboeuf1-1/+2
2017-10-10x86/unwind: Use MSB for frame pointer encoding on 32-bitJosh Poimboeuf1-0/+12
2017-10-10x86/unwind: Fix dereference of untrusted pointerJosh Poimboeuf1-1/+15
2017-10-10locking/paravirt: Use new static key for controlling call of virt_spin_lock()Juergen Gross2-2/+14
2017-10-09x86/mm/64: Fix reboot interaction with CR4.PCIDEAndy Lutomirski1-0/+4
2017-10-05x86/mce: Convert timers to use timer_setup()Kees Cook1-8/+5
2017-10-05x86/mce: Hide mca_cfgBorislav Petkov2-0/+9
2017-10-05x86/intel_rdt: Remove redundant assignmentJithu Joseph1-1/+0
2017-10-05x86/intel_rdt/cqm: Make integer rmid_limbo_count staticColin Ian King1-1/+1
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng1-4/+10
2017-10-03kprobes/x86: Remove IRQ disabling from jprobe handlersMasami Hiramatsu1-2/+0
2017-10-03kprobes/x86: Set up frame pointer in kprobe trampolineJosh Poimboeuf1-2/+11
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare4-5/+5
2017-10-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+5
2017-09-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2017-09-29x86/stacktrace: Avoid recording save_stack_trace() wrappersVlastimil Babka1-3/+7
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2-4/+4
2017-09-29kvm/x86: Handle async PF in RCU read-side critical sectionsBoqun Feng1-1/+2
2017-09-28x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King1-2/+2
2017-09-28x86/head: Add unwind hint annotationsJosh Poimboeuf2-3/+12
2017-09-28x86/boot: Annotate verify_cpu() as a callable functionJosh Poimboeuf1-1/+2