summaryrefslogtreecommitdiff
path: root/arch/x86
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-1111-30/+77
|\
| * x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds2014-03-072-2/+2
| * x86: Ignore NMIs that come in during early bootH. Peter Anvin2014-03-072-2/+11
| * x86, trace: Further robustify CR2 handling vs tracingPeter Zijlstra2014-03-061-10/+23
| * x86, trace: Fix CR2 corruption when tracing page faultsJiri Olsa2014-03-041-7/+13
| * Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-03-043-8/+23
| |\
| | * x86/efi: Quirk out SGI UVBorislav Petkov2014-03-043-8/+23
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-021-0/+3
| |\ \
| * \ \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-012-4/+7
| |\ \ \
| | * | | x86, kaslr: add missed "static" declarationsKees Cook2014-02-251-4/+5
| | * | | x86, kaslr: export offset in VMCOREINFO ELF notesEugene Surovegin2014-02-251-0/+2
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-02-283-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini2014-02-271-1/+1
| | * | | kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig2014-02-271-1/+1
| | * | | KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti2014-02-261-0/+1
* | | | | perf/x86: Add a few more commentsPeter Zijlstra2014-02-272-17/+38
* | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-02-2717-83/+134
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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-233-21/+18
| |\ \ \
| | * | | 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-193-20/+17
| | |/ /
| * | | 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-151-36/+47
| |\ \ \ \
| | * | | | ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)2014-02-111-36/+47
| | |/ / /
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-155-4/+20
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'efi/urgent' into x86/urgentH. Peter Anvin2014-02-145-4/+20
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | x86/efi: Check status field to validate BGRT headerMatt Fleming2014-02-141-1/+1
| | | * | | x86/efi: Fix 32-bit falloutBorislav Petkov2014-02-144-3/+19
| | | |/ /
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-143-8/+17
| |\ \ \ \ | | |/ / /
| | * | | x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin2014-02-131-5/+9
| | * | | 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
| | |/ /
| * | | xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman2014-02-102-4/+14
| |/ /
* | | 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