summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2017-10-13x86/fpu/debug: Remove unused 'x86_fpu_state' and 'x86_fpu_deactivate_state' t...Steven Rostedt (VMware)
2017-10-12KVM: nSVM: fix SMI injection in guest modeLadi Prosek
2017-10-12KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek
2017-10-12KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exitingDavid Hildenbrand
2017-10-12Merge branch 'irq/urgent' into x86/apicThomas Gleixner
2017-10-10x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUsVitaly Kuznetsov
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon
2017-10-10locking/arch, x86: Add __down_read_killable()Kirill Tkhai
2017-10-10locking/paravirt: Use new static key for controlling call of virt_spin_lock()Juergen Gross
2017-10-10Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2017-10-09x86/alternatives: Fix alt_max_short macro to really be a max()Mathias Krause
2017-10-05x86/mce: Hide mca_cfgBorislav Petkov
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare
2017-10-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin
2017-09-29x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf
2017-09-28locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook
2017-09-28locking/x86: Use named operands in rwsem.hMiguel Bernal Marin
2017-09-28kprobes/x86: Remove addressof() operatorsMasami Hiramatsu
2017-09-26Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar
2017-09-26x86/fpu: Introduce validate_xstate_header()Eric Biggers
2017-09-26x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...Ingo Molnar
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar
2017-09-26x86/fpu: Remove fpu__current_fpstate_write_begin/end()Ingo Molnar
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner
2017-09-25x86/vector: Handle managed interrupts properThomas Gleixner
2017-09-25x86/vector: Untangle internal state from irq_cfgThomas Gleixner
2017-09-25x86/vector: Add tracepoints for vector managementThomas Gleixner
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner
2017-09-25x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner
2017-09-25x86/ioapic: Mark legacy vectors at reallocation timeThomas Gleixner
2017-09-25x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner
2017-09-25x86/apic: Reorganize struct apicThomas Gleixner
2017-09-25x86/apic: Move common APIC callbacksThomas Gleixner
2017-09-25x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner
2017-09-25x86/apic: Move APIC noop specific functionsThomas Gleixner
2017-09-25x86/apic: Move probe32 specific APIC functionsThomas Gleixner
2017-09-25x86/apic: Sanitize return value of check_apicid_used()Thomas Gleixner
2017-09-25x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner
2017-09-25x86/apic: Deinline x2apic functionsThomas Gleixner
2017-09-25Merge branch 'irq/core' into x86/apicThomas Gleixner
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner
2017-09-25x86/timers: Make recalibrate_cpu_khz() voidDou Liyang