summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Disable preemption during CR3 read+writeSebastian Andrzej Siewior2017-10-211-0/+7
* x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann2017-09-021-2/+2
* x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner2017-04-221-1/+1
* Fix potential infoleak in older kernelsLinus Torvalds2017-04-181-5/+5
* x86/init: Fix cr4_init_shadow() on CR4-less machinesAndy Lutomirski2016-12-231-1/+1
* fix minor infoleak in get_user_ex()Al Viro2016-10-051-1/+5
* x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu2016-06-061-0/+1
* mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2016-06-031-0/+5
* x86/mm/xen: Suppress hugetlbfs in PV guestsJan Beulich2016-05-101-0/+1
* x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()Dave Jones2016-04-181-1/+1
* perf/x86/intel: Add definition for PT PMI bitStephane Eranian2016-04-181-0/+1
* x86: Add new MSRs and MSR bits used for Intel Skylake PMU supportAndi Kleen2016-04-181-0/+7
* x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski2016-04-071-0/+2
* x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macroAndy Lutomirski2015-10-272-1/+29
* x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-09-273-19/+47
* KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-07-131-1/+1
* x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-07-031-2/+13
* x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-06-284-20/+46
* x86: Clean up cr4 manipulationAndy Lutomirski2015-06-283-34/+39
* x86/iommu: Fix header comments regarding standard and _FINISH macrosAravind Gopalakrishnan2015-06-281-5/+6
* kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li2015-06-091-0/+1
* KVM: MMU: fix SMAP virtualizationXiao Guangrong2015-06-091-0/+1
* x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong2015-06-091-0/+4
* Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2015-06-091-0/+1
* sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savi...Len Brown2015-05-171-0/+8
* x86/fpu: Drop_fpu() should not assume that tsk equals currentOleg Nesterov2015-03-281-1/+1
* x86/fpu/xsaves: Fix improper uses of __ex_tableQuentin Casasnovas2015-03-141-17/+11
* xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini2015-02-051-0/+7
* x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2015-01-291-0/+13
* x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski2015-01-291-7/+2
* x86, vdso: Use asm volatile in __getcpuAndy Lutomirski2015-01-161-1/+1
* x86, microcode: Reload microcode on resumeBorislav Petkov2015-01-083-0/+6
* x86, microcode, AMD: Do not use smp_processor_id() in preemtible contextBorislav Petkov2015-01-081-1/+1
* uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-11-231-1/+1
* x86_64, traps: Stop using IST for #SSAndy Lutomirski2014-11-233-7/+6
* x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky2014-11-101-0/+1
* sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov2014-10-281-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-241-1/+15
|\
| * KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig2014-10-241-1/+1
| * KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit2014-10-241-0/+14
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-231-21/+10
|\ \ | |/ |/|
| * Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-031-21/+10
| |\
| | * efi: Delete the in_nmi() conditional runtime lockingMatt Fleming2014-10-031-2/+0
| | * x86/efi: Mark initialization code as suchMathias Krause2014-10-031-10/+10
| | * x86/efi: Unexport add_efi_memmap variableMathias Krause2014-10-031-1/+0
| | * x86/efi: Remove unused efi_call* macrosMathias Krause2014-10-031-10/+0
| | * efi: Implement mandatory locking for UEFI Runtime ServicesArd Biesheuvel2014-10-031-0/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-191-1/+0
|\ \ \
| * | | kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE defineAnton Blanchard2014-10-171-1/+0
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-10-182-12/+1
|\ \ \ \