aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAge
...
* | | | x86: MCE: Add raw_lock conversion againThomas Gleixner2014-08-05
| |/ / |/| |
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-04
|\ \ \
| * \ \ Merge tag 'please-pull-apei' into x86/rasH. Peter Anvin2014-07-30
| |\ \ \ | | | |/ | | |/|
| * | | x86, MCE: Robustify mcheck_init_deviceBorislav Petkov2014-06-24
| * | | x86, MCE: Kill CPU_POST_DEADBorislav Petkov2014-06-22
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-04
|\ \ \ \
| * | | | x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen2014-07-31
* | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-08-04
|\ \ \ \ \
| * | | | | x86, amd: Cleanup init_amdBorislav Petkov2014-07-14
| * | | | | x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov2014-07-14
| * | | | | x86, cpufeature: Convert more "features" to bugsBorislav Petkov2014-06-18
| * | | | | Merge tag 'v3.16-rc1' into x86/cpufeatureH. Peter Anvin2014-06-18
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| * | | | x86/xsaves: Detect xsaves/xrstors featureFenghua Yu2014-05-29
* | | | | Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar2014-07-28
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-07-27
| |\ \ \ \ \
| | * | | | | perf/x86/intel: Avoid spamming kernel log for BTS buffer failureDavid Rientjes2014-07-16
| | * | | | | perf/x86/intel: Protect LBR and extra_regs against KVM lyingKan Liang2014-07-16
| | * | | | | perf/x86/intel/uncore: Fix SNB-EP/IVT Cbox filter mappingsStephane Eranian2014-07-16
| | * | | | | perf/x86/intel: Use proper dTLB-load-misses event on IvyBridgeVince Weaver2014-07-16
| | | |_|_|/ | | |/| | |
| * | | | | x86: Merge tag 'ras_urgent' into x86/urgentH. Peter Anvin2014-07-24
| |\ \ \ \ \
| | * | | | | x86, MCE: Robustify mcheck_init_deviceBorislav Petkov2014-07-21
| | |/ / / /
| * / / / / x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra2014-07-23
| |/ / / /
| * | / / perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke2014-07-02
| | |/ / | |/| |
* | | | perf/x86/amd: Try to fix some mem allocation failure handlingZhouyi Zhou2014-07-16
* | | | perf/x86: Micro-optimize nhmex_rbox_get_constraint()Rasmus Villemoes2014-07-05
|/ / /
* | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-12
|\ \ \
| * | | x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriatelyK. Y. Srinivasan2014-04-14
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-06
| |\ \ \ | | | |/ | | |/|
| * | | perf/x86: Add conditional branch filtering supportAnshuman Khandual2014-06-05
| * | | perf/x86: Use common PMU interrupt disabled codeVince Weaver2014-06-05
| * | | Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-05
| |\ \ \
| | * | | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-24
| | * | | kprobes, x86: Prohibit probing on debug_stack_*()Masami Hiramatsu2014-04-24
* | | | | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-05
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin2014-05-21
| |\ \ \ \ \
| * | | | | | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-05
| * | | | | | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski2014-05-05
* | | | | | | hwpoison: remove unused global variable in do_machine_check()Chen Yucong2014-06-04
* | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-03
|\ \ \ \ \ \ \
| * | | | | | | mce: Panic when a core has reached a timeoutBorislav Petkov2014-05-30
| * | | | | | | x86/mce: Improve mcheck_init_device() error handlingMathieu Souchaud2014-05-30
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-06-03
|\ \ \ \ \ \ \
| * | | | | | | x86, microcode: Add a disable chicken bitBorislav Petkov2014-05-20
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-03
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | fix Haswell precise store data source encodingStephane Eranian2014-05-19
| * | | | | | Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar2014-05-07
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2014-04-25
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | perf/x86: Export perf_assign_events()Yan, Zheng2014-04-18
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-05-23
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | / / / | |_|_|_|/ / / |/| | | | | |