summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-232-6/+4
|\
| * Merge branch 'linus' into timers/coreThomas Gleixner2015-05-195-34/+59
| |\
| * | x86: perf: uncore: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
| * | x86: perf: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
* | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-2311-138/+395
|\ \ \
| * \ \ Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-081-4/+4
| |\ \ \
| | * | | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-081-1/+1
| | * | | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-081-2/+2
| | * | | x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-081-1/+1
| * | | | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-073-32/+203
| |\ \ \ \
| | * | | | x86/mce: Handle Local MCE eventsAshok Raj2015-06-072-6/+27
| | * | | | x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-072-0/+46
| | * | | | x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi2015-05-271-4/+1
| | * | | | Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2015-05-112-22/+129
| | |\ \ \ \
| | | * | | | x86/mce/amd: Zap changelogBorislav Petkov2015-05-071-10/+2
| | | * | | | x86/mce/amd: Rename setup_APIC_mceAravind Gopalakrishnan2015-05-071-2/+2
| | | * | | | x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-071-0/+93
| | | * | | | x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan2015-05-061-2/+8
| | | * | | | x86/mce/amd: Collect valid address before logging an errorAravind Gopalakrishnan2015-05-061-1/+4
| | | * | | | x86/mce/amd: Factor out logging mechanismAravind Gopalakrishnan2015-05-061-10/+23
| * | | | | | x86: Kill CONFIG_X86_HTBorislav Petkov2015-06-073-9/+9
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar2015-06-036-93/+179
| |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | / / / / | | | | | |/ / / /
| | | | * | | | | Merge branch 'x86/asm' into x86/apic, to resolve conflictsIngo Molnar2015-05-172-4/+4
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | * | | | Merge branch 'linus' into x86/asm, to resolve conflictsIngo Molnar2015-05-172-4/+4
| | | | | |\ \ \ \ | | | | | | | |_|/ | | | | | | |/| |
| | | | * | / | | x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner2015-05-151-4/+2
| | | | |/ / / /
| | | | * / / / x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko2015-05-081-4/+0
| | | |/ / / /
| | * | | | | x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-271-1/+1
| | * | | | | x86/mm/mtrr: Generalize runtime disabling of MTRRsLuis R. Rodriguez2015-05-273-10/+35
| | * | | | | x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez2015-05-271-3/+3
| | * | | | | x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT...Luis R. Rodriguez2015-05-271-0/+3
| | * | | | | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-271-10/+30
| | * | | | | x86/mm/mtrr: Clean up mtrr_type_lookup()Toshi Kani2015-05-271-52/+86
| | * | | | | x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani2015-05-271-7/+7
| | * | | | | x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani2015-05-272-8/+10
| | * | | | | x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entryToshi Kani2015-05-271-10/+18
| | * | | | | Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha...Ingo Molnar2015-05-272-4/+4
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup()Toshi Kani2015-05-111-1/+1
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-236-172/+120
|\ \ \ \ \ \
| * | | | | | x86/microcode: Correct CPU family related variable typesAndy Shevchenko2015-06-073-5/+7
| * | | | | | x86/microcode: Disable builtin microcode loading on 32-bit for nowBorislav Petkov2015-06-072-0/+8
| * | | | | | x86/microcode/intel: Rename get_matching_sig()Borislav Petkov2015-05-182-3/+3
| * | | | | | x86/microcode/intel: Simplify get_matching_sig()Borislav Petkov2015-05-181-10/+8
| * | | | | | x86/microcode/intel: Simplify update_match_cpu()Borislav Petkov2015-05-181-6/+13
| * | | | | | x86/microcode/intel: Rename get_matching_microcodeBorislav Petkov2015-05-183-8/+8
| * | | | | | x86/cpu/microcode: Zap changelogBorislav Petkov2015-05-112-135/+16
| * | | | | | x86/microcode: Parse built-in microcode earlyBorislav Petkov2015-05-063-6/+59
| * | | | | | x86/microcode/intel: Remove unused @rev arg of get_matching_sig()Borislav Petkov2015-05-062-5/+4
| * | | | | | x86/microcode/intel: Get rid of revision_is_newer()Borislav Petkov2015-05-062-4/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-232-88/+14
|\ \ \ \ \ \
| * | | | | | x86/mpx: Introduce a boot-time disable flagDave Hansen2015-06-091-0/+16