aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-04-02perf/x86: Vectorize cpuc->kfree_on_onlineStephane Eranian4-6/+19
2015-04-02perf/x86: Rename x86_pmu::er_flags to 'flags'Stephane Eranian2-15/+18
2015-04-02Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2-9/+19
2015-04-02perf/x86/intel/bts: Add BTS PMU driverAlexander Shishkin5-3/+540
2015-04-02perf/x86/intel/pt: Add Intel PT PMU driverAlexander Shishkin5-0/+1238
2015-04-02perf/x86: Mark Intel PT and LBR/BTS as mutually exclusiveAlexander Shishkin3-0/+94
2015-04-02x86: Add Intel Processor Trace (INTEL_PT) cpu feature detectionAlexander Shishkin1-0/+1
2015-04-02perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraintsAndi Kleen1-3/+3
2015-04-02perf/x86/intel: Filter branches for PEBS eventKan Liang1-2/+2
2015-04-02x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky1-15/+22
2015-04-02x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only userDenys Vlasenko1-15/+13
2015-04-02kgdb/x86: Fix reporting of 'si' in kgdb on x86_64Steffen Liebergeld1-1/+1
2015-04-02x86/asm/entry/64: Disable opportunistic SYSRET if regs->flags has TF setAndy Lutomirski1-1/+15
2015-04-01x86/mm: Add support for the non-standard protected e820 typeChristoph Hellwig3-6/+74
2015-04-01x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirkStefan Lippers-Hollmann1-0/+10
2015-04-01x86/asm/entry/64: Use local label to skip around sycall dispatchDenys Vlasenko1-1/+2
2015-04-01x86/asm: Replace "MOVQ $imm, %reg" with MOVLDenys Vlasenko1-4/+4
2015-04-01x86/asm/entry/64: Simplify looping around preempt_schedule_irq()Denys Vlasenko1-4/+3
2015-04-01x86/asm/entry/64: Remove redundant DISABLE_INTERRUPTS()Denys Vlasenko1-1/+0
2015-04-01x86/asm/entry/64: Simplify retint_kernel label usage, make retint_restore_args label localDenys Vlasenko1-8/+4
2015-04-01x86/asm/entry/64: Do not TRACE_IRQS fast SYSRET64 pathDenys Vlasenko1-6/+7
2015-04-01x86/apic: Remove verify_local_APIC()Bandan Das2-64/+0
2015-03-31x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar2-4/+4
2015-03-31x86/mm: Improve AMD Bulldozer ASLR workaroundHector Marco-Gisbert2-3/+31
2015-03-31x86/microcode/amd: Drop the pci_ids.h dependencyMichael S. Tsirkin1-1/+0
2015-03-31x86/asm/entry/64: Do not GET_THREAD_INFO() too earlyDenys Vlasenko1-3/+2
2015-03-31x86/asm/entry/64: Move retint_kernel code block closer to its userDenys Vlasenko1-12/+13
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar7-39/+82
2015-03-27x86/asm/entry/64: Add missing CFI annotationDenys Vlasenko1-0/+1
2015-03-27x86/asm/entry/64: Fix comment about SYSENTER MSRsDenys Vlasenko1-2/+4
2015-03-27perf: Add per event clockid supportPeter Zijlstra1-2/+12
2015-03-27Merge branch 'perf/core' into perf/timer, before applying new changesIngo Molnar10-144/+2000
2015-03-27Merge branch 'timers/core' into perf/timer, to apply dependent patchIngo Molnar1-12/+12
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-21/+18
2015-03-27x86/asm/entry/64: Use smaller instructionsDenys Vlasenko1-2/+2
2015-03-27x86/asm/entry/64: Use better label name, fix commentsDenys Vlasenko1-7/+6
2015-03-27perf/x86: Remove redundant calls to perf_pmu_{dis|en}able()David Ahern1-2/+0
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar3-1/+1419
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the treeIngo Molnar10-37/+82
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra1-12/+12
2015-03-27perf/x86/intel: Add INST_RETIRED.ALL workaroundsAndi Kleen3-0/+37
2015-03-27perf/x86/intel: Add Broadwell core supportAndi Kleen1-0/+47
2015-03-27perf/x86/intel: Add new cache events table for HaswellAndi Kleen1-2/+192
2015-03-26ACPI / processor: Introduce phys_cpuid_t for CPU hardware IDCatalin Marinas1-1/+1
2015-03-25Merge branch 'x86/urgent' into x86/asm, to resolve conflictIngo Molnar1-2/+13
2015-03-24x86/asm/entry: Check for syscall exit work with IRQs disabledAndy Lutomirski1-4/+14
2015-03-24x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar1-2/+2
2015-03-24x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar1-2/+2
2015-03-24x86/asm/entry/64: Always set up SYSENTER MSRsIngo Molnar1-3/+7
2015-03-24x86/asm/entry/64: Get rid of int_ret_from_sys_call_fixupDenys Vlasenko1-4/+1