summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-04-03x86/earlyprintk: Put CONFIG_PCI-only functions under the #ifdefMark Einon1-16/+16
2015-04-03x86/mce/severity: Fix warning about indented bracesAravind Gopalakrishnan1-5/+4
2015-04-03x86/amd/idle, clockevents: Use explicit broadcast oneshot control functionsThomas Gleixner1-2/+2
2015-04-03x86/amd/idle, clockevents: Use explicit broadcast control functionThomas Gleixner1-6/+3
2015-04-03x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski1-4/+5
2015-04-03x86/asm/entry/32: Improve a TOP_OF_KERNEL_STACK_PADDING commentAndy Lutomirski1-3/+6
2015-04-02perf/x86/intel/pt: Fix the 32-bit buildIngo Molnar2-3/+3
2015-04-02perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRsAndi Kleen1-2/+4
2015-04-02perf/x86/intel: Streamline LBR MSR handling in PMIAndi Kleen3-10/+27
2015-04-02perf/x86: Only dump PEBS register when PEBS has been detectedAndi Kleen1-2/+4
2015-04-02perf/x86: Dump DEBUGCTL in PMU dumpAndi Kleen1-1/+5
2015-04-02perf/x86/intel: Reset more state in PMU resetAndi Kleen1-0/+12
2015-04-02perf/x86/intel: Make the HT bug workaround conditional on HT enabledStephane Eranian2-21/+79
2015-04-02perf/x86/intel: Limit to half counters when the HT workaround is enabled, to ...Stephane Eranian2-2/+22
2015-04-02perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraintsStephane Eranian1-5/+10
2015-04-02perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSWMaria Dimakopoulou2-11/+37
2015-04-02perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSWMaria Dimakopoulou1-9/+44
2015-04-02perf/x86/intel: Implement cross-HT corruption bug workaroundMaria Dimakopoulou3-13/+331
2015-04-02perf/x86/intel: Add cross-HT counter exclusion infrastructureMaria Dimakopoulou2-5/+98
2015-04-02perf/x86: Add 'index' param to get_event_constraint() callbackStephane Eranian4-10/+19
2015-04-02perf/x86: Add 3 new scheduling callbacksMaria Dimakopoulou2-0/+18
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/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_arg...Denys 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