summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-01-151-2/+3
* x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski2016-01-131-7/+8
* lguest: Map switcher text R/ORusty Russell2016-01-121-1/+3
* x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu2016-01-121-5/+6
* x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2016-01-121-0/+1
* Merge commit 'linus' into x86/urgent, to pick up recent x86 changesIngo Molnar2016-01-1232-306/+421
|\
| * Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-114-1/+13
| |\
| | * x86/platform/calgary: Constify cal_chipset_ops structuresJulia Lawall2015-11-291-1/+1
| | * x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Chen Yu2015-11-263-0/+12
| * | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-90/+83
| |\ \
| | * | x86/fpu: Get rid of xstate_fault()Borislav Petkov2015-11-241-53/+52
| | * | x86/fpu: Add an XSTATE_OP() macroBorislav Petkov2015-11-241-37/+31
| | |/
| * | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-114-33/+12
| |\ \
| | * | x86/MSR: Chop off lower 32-bit valueBorislav Petkov2015-11-241-1/+1
| | * | x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov2015-11-241-0/+1
| | * | x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov2015-11-242-32/+10
| | |/
| * | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-1110-134/+66
| |\ \
| | * | x86/mm: Align macro definesBorislav Petkov2015-12-191-3/+3
| | * | x86/cpu: Provide a config option to disable static_cpu_hasBorislav Petkov2015-12-191-1/+1
| | * | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-194-36/+7
| | * | x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov2015-12-191-0/+20
| | * | x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov2015-12-191-22/+32
| | * | Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-1913-49/+108
| | |\ \
| | * | | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-253-36/+2
| | * | | x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-193-22/+0
| | * | | x86/tsc: Remove unused tsc_pre_init() hookThomas Gleixner2015-11-191-2/+0
| | * | | x86: Remove unused function cpu_has_ht_siblings()Juergen Gross2015-11-171-9/+0
| | * | | x86/paravirt: Kill some unused patching functionsBorislav Petkov2015-11-071-2/+0
| * | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-116-46/+66
| |\ \ \ \
| | * | | | x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=nAndy Lutomirski2016-01-061-1/+1
| | * | | | x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2015-12-112-10/+0
| | * | | | x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2015-12-112-0/+10
| | * | | | x86/asm: Add asm macros for static keys/jump labelsAndy Lutomirski2015-11-241-8/+44
| | * | | | x86/asm: Error out if asm/jump_label.h is included inappropriatelyAndy Lutomirski2015-11-241-0/+13
| | * | | | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-232-13/+0
| | * | | | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-232-16/+0
| | * | | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-231-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-114-0/+15
| |\ \ \ \
| | * | | | x86/irq: Export functions to allow MSI domains in modulesJake Oshins2015-12-201-0/+6
| | * | | | x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai2015-12-191-0/+1
| | * | | | x86/apic: Introduce apic_extnmi command line parameterHidehiro Kawai2015-12-191-0/+5
| | * | | | Merge branch 'linus' into x86/apicThomas Gleixner2015-12-1913-49/+108
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | x86/apic: Provide default send single IPI wrapperThomas Gleixner2015-11-051-0/+1
| | * | | | x86/apic: Implement default single target IPI functionThomas Gleixner2015-11-051-0/+1
| | * | | | x86/apic: Add a single-target IPI function to the apicLinus Torvalds2015-11-051-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-01-116-2/+107
| |\ \ \ \
| | * \ \ \ Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar2015-12-143-18/+13
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | x86, tracing, perf: Add trace point for MSR accessesAndi Kleen2015-12-062-0/+88
| | * | | | x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2015-12-062-2/+0
| | * | | | perf/x86/intel/pt: Add interface to stop Intel PT loggingTakao Indoh2015-11-231-0/+10
OpenPOWER on IntegriCloud