aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-09-24perf/x86/intel/uncore: Update support for client uncore IMC PMUStephane Eranian1-18/+51
2014-09-24perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EPAndi Kleen1-1/+1
2014-09-24perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore d...Andi Kleen1-2/+9
2014-09-24perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng1-8/+11
2014-09-24perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng3-2/+615
2014-09-24perf/x86/intel: Use Broadwell cache event list for HaswellAndi Kleen1-2/+2
2014-09-24perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen3-0/+29
2014-09-24perf/x86/intel: Add Broadwell core supportAndi Kleen1-0/+150
2014-09-24perf/x86/intel: Document all Haswell modelsAndi Kleen1-4/+4
2014-09-24perf/x86/intel: Remove incorrect model number from Haswell perfAndi Kleen1-1/+0
2014-09-09perf/x86: Fix section mismatch in split uncore driverAndi Kleen1-1/+1
2014-09-09perf/x86/intel: Mark initialization code as suchMathias Krause2-5/+5
2014-09-09Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar16-29/+82
2014-08-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-4/+33
2014-08-29kexec: purgatory: add clean-up for purgatory directoryMichael Welling1-0/+1
2014-08-29x86/purgatory: use approprate -m64/-32 build flag for arch/x86/purgatoryVivek Goyal1-0/+1
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal7-20/+31
2014-08-29x86,mm: fix pte_special versus pte_numaHugh Dickins1-2/+7
2014-08-29x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu4-2/+16
2014-08-27x86: irq: Fix bug in setting IOAPIC pin attributesJiang Liu1-1/+14
2014-08-25x86: Fix non-PC platform kernel crash on boot due to NULL dereferenceAndy Shevchenko2-1/+3
2014-08-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+9
2014-08-24Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar97-1408/+3552
2014-08-22Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar94-1400/+3547
2014-08-19Revert "KVM: x86: Increase the number of fixed MTRR regs to 10"Paolo Bonzini1-1/+1
2014-08-19KVM: x86: do not check CS.DPL against RPL during task switchPaolo Bonzini1-3/+0
2014-08-19KVM: x86: Avoid emulating instructions on #UD mistakenlyNadav Amit1-4/+4
2014-08-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+3
2014-08-15intel_idle: Disable Baytrail Core and Module C6 auto-demotionLen Brown1-0/+3
2014-08-15x86_32, entry: Clean up sysenter_badsys declarationStefan Bader1-1/+1
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+6
2014-08-14Merge tag 'stable/for-linus-3.17-b-rc0-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-6/+6
2014-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds32-1076/+912
2014-08-13Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2014-08-13Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-70/+309
2014-08-13perf/x86/uncore: Rename IvyTown to IvyBridge-EPPeter Zijlstra3-176/+176
2014-08-13perf/x86/uncore: Export basic memory events for IVT IMC PMUStephane Eranian1-0/+1
2014-08-13perf/x86: Clean up __intel_pmu_pebs_event() codeStephane Eranian1-44/+37
2014-08-13perf/x86: Fix data source encoding issues for load latency/precise storeStephane Eranian1-4/+7
2014-08-13perf/x86: Don't mark DataLA addresses as storeAndi Kleen1-1/+1
2014-08-13perf/x86: Revamp PEBS event selectionAndi Kleen3-78/+85
2014-08-13perf/x86: Fix :pp without LBRAndi Kleen1-1/+1
2014-08-13perf/x86: Use extended offcore mask on HaswellAndi Kleen1-1/+1
2014-08-13perf/x86/uncore: Fix coccinelle warningsFengguang Wu1-3/+3
2014-08-13perf/x86/uncore: move NHM-EX/WSM-EX specific code to seperate fileYan, Zheng4-1219/+1227
2014-08-13perf/x86/uncore: Move SNB/IVB-EP specific code to seperate fileYan, Zheng4-1619/+1655
2014-08-13perf/x86/uncore: Move NHM/SNB/IVB specific code to seperate fileYan, Zheng4-573/+620
2014-08-13perf/x86/uncore: Declare some functions and variablesYan, Zheng2-83/+98
2014-08-13perf/x86/intel: Update Intel modelsPeter Zijlstra1-25/+26
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-6/+6