summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel/rapl: Simplify quirk handling even moreBorislav Petkov2016-03-081-19/+13
* x86/nmi: Mark 'ignore_nmis' as __read_mostlyKostenzer Felix2016-03-081-1/+2
* perf/x86/intel: Fix PEBS data source interpretation on Nehalem/WestmereAndi Kleen2016-03-083-1/+14
* perf/x86/pebs: Add proper PEBS constraints for BroadwellStephane Eranian2016-03-083-1/+27
* perf/x86/pebs: Add workaround for broken OVFL status on HSW+Stephane Eranian2016-03-081-0/+10
* perf/x86/intel: Add definition for PT PMI bitStephane Eranian2016-03-081-0/+1
* perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmiKan Liang2016-03-083-3/+29
* perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2Jiri Olsa2016-03-082-2/+12
* perf/x86/uncore: Fix build on UP-IOAPIC configsIngo Molnar2016-03-031-0/+2
* perf/x86/intel/rapl: Convert it to a per package facilityThomas Gleixner2016-02-291-108/+86
* perf/x86/intel/rapl: Utilize event->pmu_privateThomas Gleixner2016-02-291-4/+12
* perf/x86/intel/rapl: Make PMU lock rawThomas Gleixner2016-02-291-10/+10
* perf/x86/intel/rapl: Refactor the code some moreThomas Gleixner2016-02-291-30/+31
* perf/x86/intel/rapl: Clean up the printk outputThomas Gleixner2016-02-291-19/+23
* perf/x86/intel/rapl: Calculate timing onceThomas Gleixner2016-02-291-21/+18
* perf/x86/intel/rapl: Sanitize the quirk handlingThomas Gleixner2016-02-291-30/+19
* perf/x86/intel/rapl: Add proper error handlingThomas Gleixner2016-02-291-8/+21
* perf/x86/intel/rapl: Make Knights Landings support functionalThomas Gleixner2016-02-291-1/+1
* perf/x86/intel/cqm: Get rid of the silly for_each_cpu() lookupsThomas Gleixner2016-02-291-21/+11
* perf/x86/intel/uncore: Make PCI and MSR uncore independentThomas Gleixner2016-02-291-16/+18
* perf/x86/intel/uncore: Clear all hardware state on exitThomas Gleixner2016-02-291-0/+26
* perf/x86/uncore: Track packages, not per CPU dataThomas Gleixner2016-02-293-252/+198
* x86/topology: Create logical package idThomas Gleixner2016-02-296-0/+142
* perf/x86/intel/uncore: Store box in event->pmu_privateThomas Gleixner2016-02-293-16/+12
* perf/x86/uncore: Make uncore_pcibus_to_physid() staticThomas Gleixner2016-02-292-2/+1
* perf/x86/intel/uncore: Make code more readableThomas Gleixner2016-02-291-45/+50
* perf/x86/intel/uncore: Clean up hardware on exitThomas Gleixner2016-02-294-1/+33
* perf/x86/intel/uncore: Add sanity checks for PCI dev package idThomas Gleixner2016-02-291-1/+1
* perf/x86/intel/uncore: Fix error handlingThomas Gleixner2016-02-292-43/+94
* perf/x86/intel/uncore: Simplify error rollbackThomas Gleixner2016-02-291-21/+24
* perf/x86/intel/uncore: Remove pointless mask checkThomas Gleixner2016-02-291-6/+0
* perf/x86/intel/uncore: Remove SBOX support for BDX-DEKan Liang2016-02-291-1/+7
* Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar2016-02-29107-455/+773
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-285-7/+15
| |\
| | * x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King2016-02-261-1/+1
| | * x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui2016-02-251-4/+10
| | * x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski2016-02-251-0/+1
| | * x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski2016-02-241-0/+1
| | * x86/platform/intel/quark: Change the kernel's IMR lock bit to falseBryan O'Donoghue2016-02-231-2/+2
| * | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-281-0/+1
| |\ \
| | * | irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar()Marc Zyngier2016-02-181-0/+1
| * | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-02-2722-92/+163
| |\ \ \
| | * \ \ Merge tag 'renesas-soc-fixes-for-v4.5' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2016-02-246-23/+19
| | |\ \ \
| | | * | | ARM: shmobile: Remove shmobile_boot_argGeert Uytterhoeven2016-02-174-9/+2
| | | * | | ARM: shmobile: Move shmobile_smp_{mpidr, fn, arg}[] from .text to .bssGeert Uytterhoeven2016-02-171-6/+14
| | | * | | ARM: shmobile: r8a7779: Remove remainings of removed SCU boot setup codeGeert Uytterhoeven2016-02-171-2/+0
| | | * | | ARM: shmobile: Move shmobile_scu_base from .text to .bssGeert Uytterhoeven2016-02-172-6/+3
| | * | | | Merge tag 'omap-for-v4.5/fixes-rc5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2016-02-247-61/+70
| | |\ \ \ \
| | | * | | | ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruptionIvaylo Dimitrov2016-02-221-3/+3
| | | * | | | Revert "regulator: tps65217: remove tps65217.dtsi file"Peter Ujfalusi2016-02-196-58/+67