summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner2017-10-171-4/+8
* Merge branch 'irq/urgent' into x86/apicThomas Gleixner2017-10-129-124/+50
|\
| * kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng2017-10-041-2/+2
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-013-15/+6
| |\
| | * x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-292-13/+2
| | * x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf2017-09-291-2/+4
| | * x86: Don't cast away the __user in __get_user_asm_u64()Ville Syrjälä2017-09-251-1/+1
| * | Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-291-2/+2
| |\ \
| | * | x86/xen: clean up clang build warningColin Ian King2017-09-211-2/+2
| * | | Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar2017-09-264-105/+40
| |\ \ \ | | |_|/ | |/| |
| | * | x86/fpu: Introduce validate_xstate_header()Eric Biggers2017-09-261-0/+4
| | * | x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...Ingo Molnar2017-09-261-2/+2
| | * | x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar2017-09-261-1/+1
| | * | x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar2017-09-263-9/+9
| | * | x86/fpu: Remove fpu__current_fpstate_write_begin/end()Ingo Molnar2017-09-261-2/+0
| | * | x86/fpu: Reinitialize FPU registers if restoring FPU state failsEric Biggers2017-09-251-36/+15
| | * | x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU()Andi Kleen2017-09-241-1/+1
| | * | x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylak...Rik van Riel2017-09-241-0/+3
| | * | x86/fpu: Remove struct fpu::fpregs_activeIngo Molnar2017-09-243-32/+1
| | * | x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_activeIngo Molnar2017-09-241-6/+1
| | * | x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar2017-09-241-1/+3
| | * | x86/fpu: Simplify fpu->fpregs_active useIngo Molnar2017-09-241-16/+1
| | * | x86/fpu: Flip the parameter order in copy_*_to_xstate()Ingo Molnar2017-09-241-2/+2
| | * | x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() APIIngo Molnar2017-09-241-1/+1
| | * | x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() APIIngo Molnar2017-09-241-1/+1
| | * | x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...Ingo Molnar2017-09-241-2/+2
| | * | x86/fpu: Clarify parameter names in the copy_xstate_to_*() methodsIngo Molnar2017-09-241-2/+2
| | * | x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIsIngo Molnar2017-09-241-2/+2
| | * | x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIsIngo Molnar2017-09-241-1/+1
| | * | x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIsIngo Molnar2017-09-241-1/+1
| | * | x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...Ingo Molnar2017-09-241-2/+2
| | * | x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...Ingo Molnar2017-09-241-2/+2
| | |/
* | | x86/irq: Simplify hotplug vector accountingThomas Gleixner2017-09-252-4/+1
* | | x86/vector: Handle managed interrupts properThomas Gleixner2017-09-251-6/+2
* | | x86/vector: Untangle internal state from irq_cfgThomas Gleixner2017-09-251-2/+1
* | | x86/vector: Add tracepoints for vector managementThomas Gleixner2017-09-251-0/+244
* | | x86/irq/vector: Initialize matrix allocatorThomas Gleixner2017-09-252-1/+8
* | | x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner2017-09-251-0/+5
* | | x86/ioapic: Mark legacy vectors at reallocation timeThomas Gleixner2017-09-251-0/+1
* | | x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner2017-09-251-2/+0
* | | x86/vector: Rename used_vectors to system_vectorsThomas Gleixner2017-09-251-1/+1
* | | x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-251-3/+0
* | | x86/apic: Reorganize struct apicThomas Gleixner2017-09-251-59/+50
* | | x86/apic: Move common APIC callbacksThomas Gleixner2017-09-251-61/+12
* | | x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner2017-09-252-31/+1
* | | x86/apic: Move APIC noop specific functionsThomas Gleixner2017-09-251-7/+0
* | | x86/apic: Move probe32 specific APIC functionsThomas Gleixner2017-09-251-21/+0
* | | x86/apic: Sanitize return value of check_apicid_used()Thomas Gleixner2017-09-251-2/+2
* | | x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner2017-09-251-1/+1
* | | x86/apic: Deinline x2apic functionsThomas Gleixner2017-09-251-49/+0
OpenPOWER on IntegriCloud