summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/uncore: Fix missing end markers for SNB/IVB/HSW IMC PMUStephane Eranian2014-03-141-0/+3
* perf/x86/uncore: Fix compilation warning in snb_uncore_imc_init_box()Stephane Eranian2014-03-121-5/+6
* perf/x86/uncore: Add __init for uncore_cpumask_init()Dongsheng Yang2014-03-111-1/+1
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-03-114-10/+15
|\
| * x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds2014-03-082-2/+2
| * x86: Ignore NMIs that come in during early bootH. Peter Anvin2014-03-082-2/+11
| * Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-03-051-8/+2
| |\
| | * x86/efi: Quirk out SGI UVBorislav Petkov2014-03-051-8/+2
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-021-0/+3
| |\ \
| * | | x86, kaslr: export offset in VMCOREINFO ELF notesEugene Surovegin2014-02-261-0/+2
* | | | perf/x86: Add a few more commentsPeter Zijlstra2014-02-272-17/+38
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-02-278-69/+90
|\ \ \ \ | | |/ / | |/| |
| * | | perf/x86: Fix event schedulingPeter Zijlstra2014-02-271-0/+3
| |/ /
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-232-20/+17
| |\ \
| | * | x86: tsc: Add missing Baytrail frequency to the tableMika Westerberg2014-02-191-1/+1
| | * | x86, tsc: Fallback to normal calibration if fast MSR calibration failsThomas Gleixner2014-02-192-19/+16
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-02-225-26/+52
| |\ \ \
| | * | | perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter tableStephane Eranian2014-02-211-1/+9
| | * | | perf/x86: Correctly use FEATURE_PDCMPeter Zijlstra2014-02-211-4/+1
| | * | | perf, nmi: Fix unknown NMI warningMarkus Metzger2014-02-211-4/+2
| * | | | Merge branch 'fixes-for-v3.14' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2014-02-201-1/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski2014-02-111-1/+3
| | | |/ | | |/|
| * | | Merge tag 'trace-fixes-v3.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-02-161-36/+47
| |\ \ \
| | * | | ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)2014-02-121-36/+47
| | |/ /
| * | | x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin2014-02-131-1/+6
| * | | x86: Use preempt_disable_notrace() in cycles_2_ns()Steven Rostedt2014-02-091-2/+2
| |/ /
* | | perf/x86/uncore: use MiB unit for events for SNB/IVB/HSW IMCStephane Eranian2014-02-211-4/+4
* | | perf/x86/uncore: add hrtimer to SNB uncore IMC PMUStephane Eranian2014-02-212-0/+14
* | | perf/x86/uncore: add SNB/IVB/HSW client uncore memory controller supportStephane Eranian2014-02-212-0/+366
* | | perf/x86/uncore: move uncore_event_to_box() and uncore_pmu_to_box()Stephane Eranian2014-02-211-36/+36
* | | perf/x86/uncore: make hrtimer timeout configurable per boxStephane Eranian2014-02-212-2/+6
* | | perf/x86/uncore: add ability to customize pmu callbacksStephane Eranian2014-02-212-10/+16
* | | perf/x86/uncore: fix initialization of cpumaskStephane Eranian2014-02-211-24/+37
* | | perf/x86/p4: Block PMIs on init to prevent a stream of unkown NMIsDon Zickus2014-02-091-0/+15
* | | perf/x86/p4: Fix counter corruption when using lots of perf groupsDon Zickus2014-02-091-1/+18
* | | x86/nmi: Push duration printk() to irq contextPeter Zijlstra2014-02-091-13/+24
* | | Merge branch 'linus' into perf/coreIngo Molnar2014-02-0919-53/+128
|\| | | |/ |/|
| * Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-0712-24/+47
| |\
| | * Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-311-1/+0
| | |\
| | | * x86/uv/nmi: Fix Sparse warningsMike Travis2014-01-251-1/+0
| | * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-311-0/+32
| | |\ \
| | | * | x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini2014-01-291-0/+5
| | | * | x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini2014-01-291-0/+27
| | * | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-01-312-5/+5
| | |\ \ \
| | | * | | x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen2014-01-301-1/+1
| | | * | | x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen2014-01-301-4/+4
| | * | | | x86: revert wrong memblock current limit settingYinghai Lu2014-01-281-1/+1
| | * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-251-1/+1
| | |\ \ \ \
| | | * | | | sched/x86/tsc: Initialize multiplier to 0Peter Zijlstra2014-01-231-1/+1
| | | | |_|/ | | | |/| |
| | * | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-253-8/+2
| | |\ \ \ \ | | | |_|_|/ | | |/| | |