summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2017-04-18Fix potential infoleak in older kernelsLinus Torvalds1-5/+5
2016-12-23x86/init: Fix cr4_init_shadow() on CR4-less machinesAndy Lutomirski1-1/+1
2016-10-06fix minor infoleak in get_user_ex()Al Viro1-1/+5
2016-06-07x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu1-0/+1
2016-06-03mm: fix huge zero page accounting in smaps reportKirill A. Shutemov1-0/+5
2016-05-10x86/mm/xen: Suppress hugetlbfs in PV guestsJan Beulich1-0/+1
2016-04-18x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()Dave Jones1-1/+1
2016-04-18perf/x86/intel: Add definition for PT PMI bitStephane Eranian1-0/+1
2016-04-18x86: Add new MSRs and MSR bits used for Intel Skylake PMU supportAndi Kleen2-0/+13
2016-04-07x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski1-0/+2
2015-12-14KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup1-0/+1
2015-10-28x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macroAndy Lutomirski2-1/+29
2015-09-27x86/ldt: Make modify_ldt synchronousAndy Lutomirski3-19/+47
2015-07-13KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář1-1/+1
2015-07-03x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski1-2/+13
2015-06-28x86: Store a per-cpu shadow copy of CR4Andy Lutomirski4-20/+46
2015-06-28x86: Clean up cr4 manipulationAndy Lutomirski3-34/+39
2015-06-28x86/iommu: Fix header comments regarding standard and _FINISH macrosAravind Gopalakrishnan1-5/+6
2015-06-09kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li1-0/+1
2015-06-09KVM: MMU: fix SMAP virtualizationXiao Guangrong1-0/+1
2015-06-09x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong1-0/+4
2015-06-09Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini1-0/+1
2015-05-18sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savi...Len Brown1-0/+8
2015-03-28x86/fpu: Drop_fpu() should not assume that tsk equals currentOleg Nesterov1-1/+1
2015-03-14x86/fpu/xsaves: Fix improper uses of __ex_tableQuentin Casasnovas1-17/+11
2015-02-06xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini1-0/+7
2015-01-30x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski1-0/+13
2015-01-30x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski1-7/+2
2015-01-16x86, vdso: Use asm volatile in __getcpuAndy Lutomirski1-1/+1
2015-01-08x86, microcode: Reload microcode on resumeBorislav Petkov3-0/+6
2015-01-08x86, microcode, AMD: Do not use smp_processor_id() in preemtible contextBorislav Petkov1-1/+1
2015-01-08x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski1-0/+7
2014-11-24uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+1
2014-11-24x86_64, traps: Stop using IST for #SSAndy Lutomirski3-7/+6
2014-11-10x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky1-0/+1
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov1-0/+1
2014-10-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+17
2014-10-24kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek1-0/+2
2014-10-24KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig1-1/+1
2014-10-24KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit1-0/+14
2014-10-24Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-21/+10
2014-10-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2014-10-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-12/+1
2014-10-17kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE defineAnton Blanchard1-1/+0
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-9/+9
2014-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2014-10-14Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+10
2014-10-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+2
2014-10-14Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-14Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1