summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-1113-74/+129
| |\ \
| | * | x86: Replace RDRAND forced-reseed with simple sanity checkLen Brown2015-11-251-13/+12
| | * | x86/MSR: Chop off lower 32-bit valueBorislav Petkov2015-11-241-1/+1
| | * | x86/cpu: Fix MSR value truncation issueBorislav Petkov2015-11-241-1/+1
| | * | x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov2015-11-243-2/+20
| | * | kvm: Add accessors for guest CPU's family, model, steppingBorislav Petkov2015-11-241-0/+34
| | * | x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov2015-11-247-57/+61
| | |/
| * | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-1137-269/+141
| |\ \
| | * | arch/x86/kernel/ptrace.c: Remove unused arg_offs_tablechengang@emindsoft.com.cn2015-12-291-15/+0
| | * | x86/mm: Align macro definesBorislav Petkov2015-12-191-3/+3
| | * | x86/cpu: Provide a config option to disable static_cpu_hasBorislav Petkov2015-12-192-1/+12
| | * | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-1919-62/+41
| | * | x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov2015-12-194-28/+45
| | * | x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov2015-12-193-42/+37
| | * | Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-19101-1215/+3512
| | |\ \
| | * | | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-257-47/+3
| | * | | x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-196-44/+0
| | * | | x86/tsc: Remove unused tsc_pre_init() hookThomas Gleixner2015-11-193-5/+0
| | * | | x86: Remove unused function cpu_has_ht_siblings()Juergen Gross2015-11-171-9/+0
| | * | | x86/paravirt: Kill some unused patching functionsBorislav Petkov2015-11-072-14/+1
| * | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-1126-240/+190
| |\ \ \ \
| | * | | | x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=nAndy Lutomirski2016-01-061-1/+1
| | * | | | Revert "x86/kvm: On KVM re-enable (e.g. after suspend), update clocks"Thomas Gleixner2015-12-231-3/+72
| | * | | | x86/entry/64_compat: Make labels localBorislav Petkov2015-12-141-5/+5
| | * | | | x86/platform/uv: Include clocksource.h for clocksource_touch_watchdog()Ingo Molnar2015-12-111-0/+1
| | * | | | x86/vdso: Enable vdso pvclock access on all vdso variantsAndy Lutomirski2015-12-111-51/+40
| | * | | | x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2015-12-116-41/+1
| | * | | | x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2015-12-117-13/+41
| | * | | | x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski2015-12-111-35/+46
| | * | | | x86/kvm: On KVM re-enable (e.g. after suspend), update clocksAndy Lutomirski2015-12-111-72/+3
| | * | | | x86/entry/64: Bypass enter_from_user_mode on non-context-tracking bootsAndy Lutomirski2015-11-242-6/+17
| | * | | | 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
| | * | | | Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar2015-11-243-3/+19
| | |\ \ \ \
| | * | | | | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-237-48/+2
| | * | | | | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-2310-55/+2
| | * | | | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-234-7/+13
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-1119-35/+172
| |\ \ \ \ \
| | * | | | | x86/irq: Export functions to allow MSI domains in modulesJake Oshins2015-12-203-3/+13
| | * | | | | x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai2015-12-193-9/+32
| | * | | | | x86/apic: Introduce apic_extnmi command line parameterHidehiro Kawai2015-12-192-2/+37
| | * | | | | panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai2015-12-192-3/+23
| | * | | | | panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai2015-12-191-4/+12
| | * | | | | Merge branch 'linus' into x86/apicThomas Gleixner2015-12-19100-1211/+3507
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | x86/apic: Fix the saving and restoring of lapic vectors during suspend/resumeJuergen Gross2015-11-241-1/+10
| | * | | | | x86/smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown2015-11-231-4/+5
| | * | | | | x86/smp: Remove single IPI wrapperThomas Gleixner2015-11-051-14/+2
| | * | | | | x86/apic: Use default send single IPI wrapperThomas Gleixner2015-11-052-0/+2
| | * | | | | x86/apic: Provide default send single IPI wrapperThomas Gleixner2015-11-052-0/+9
| | * | | | | x86/apic: Implement single IPI for apic_noopThomas Gleixner2015-11-051-0/+2
OpenPOWER on IntegriCloud