summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner2016-03-181-0/+1
* x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()Dave Jones2016-03-181-1/+1
* x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski2016-03-171-0/+2
* Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-173-16/+2
|\
| * arch/x86/irq: Purge useless handler declarations from hw_irq.hNicolai Stange2016-02-251-14/+0
| * x86: Fix misspellings in commentsAdam Buchbinder2016-02-242-2/+2
* | x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe()Tony Luck2016-03-161-2/+2
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-151-56/+2
|\ \
| * | x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko2016-03-081-56/+2
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-152-1/+3
|\ \ \
| * | | x86/tsc: Always Running Timer (ART) correlated clocksourceChristopher S. Hall2016-03-032-1/+3
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-151-1/+1
|\ \ \ \
| * | | | x86/platform/intel/quark: Drop IMR lock bit supportBryan O'Donoghue2016-02-231-1/+1
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-153-2/+59
|\ \ \ \ \
| * | | | | x86/mm: Fix INVPCID asm constraintBorislav Petkov2016-02-141-2/+2
| * | | | | x86/dmi: Switch dmi_remap() from ioremap() [uncached] to ioremap_cache()Andy Lutomirski2016-02-091-1/+1
| * | | | | x86/mm: If INVPCID is available, use it to flush global mappingsAndy Lutomirski2016-02-091-0/+9
| * | | | | x86/mm: Add INVPCID helpersAndy Lutomirski2016-02-091-0/+48
| * | | | | Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2016-02-0815-106/+458
| |\ \ \ \ \
| * | | | | | x86/mm: Make kmap_prot into a #defineAndy Lutomirski2016-01-201-1/+1
* | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-03-152-1/+26
|\ \ \ \ \ \ \
| * | | | | | | x86/microcode/intel: Get rid of DWSIZEBorislav Petkov2016-03-081-1/+0
| * | | | | | | x86/microcode: Untangle from BLK_DEV_INITRDBorislav Petkov2016-02-091-0/+26
* | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-1/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into x86/fpu, to pick up fixesIngo Molnar2016-03-085-4/+32
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski2016-02-091-1/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-1526-498/+465
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/cpufeature: Enable new AVX-512 featuresFenghua Yu2016-03-121-0/+3
| * | | | | | | | x86/entry: Call enter_from_user_mode() with IRQs offAndy Lutomirski2016-03-101-1/+4
| * | | | | | | | x86/entry: Remove TIF_SINGLESTEP entry workAndy Lutomirski2016-03-101-1/+1
| * | | | | | | | x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski2016-03-101-1/+2
| * | | | | | | | x86/entry: Only allocate space for tss_struct::SYSENTER_stack if neededAndy Lutomirski2016-03-101-0/+2
| * | | | | | | | x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski2016-03-101-2/+13
| * | | | | | | | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-081-0/+8
| * | | | | | | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-074-3/+31
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-182-0/+2
| * | | | | | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-183-7/+6
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | x86/msr: Document msr-index.h rule for additionBorislav Petkov2016-02-171-1/+6
| * | | | | | | | x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-171-1/+0
| * | | | | | | | x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski2016-02-171-0/+23
| * | | | | | | | x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov2016-02-161-2/+1
| * | | | | | | | x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko2016-02-091-18/+18
| * | | | | | | | x86/alternatives: Discard dynamic check after initBrian Gerst2016-01-301-7/+12
| * | | | | | | | x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov2016-01-301-44/+5
| * | | | | | | | x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-302-100/+14
| * | | | | | | | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-3015-297/+301
| * | | | | | | | Merge branch 'x86/cpu' into x86/asm, to avoid conflictIngo Molnar2016-01-301-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86/cpufeature: Add AMD AVIC bitBorislav Petkov2016-01-191-0/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-2918-153/+549
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | x86/asm: Add C versions of frame pointer macrosJosh Poimboeuf2016-01-191-3/+13
OpenPOWER on IntegriCloud