summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel/rapl: Add missing Broadwell modelsSrinivas Pandruvada2016-03-211-0/+2
* perf/x86/intel/uncore: Remove ev_sel_ext bit support for PCUKan Liang2016-03-211-5/+2
* perf/x86/amd/power: Add AMD accumulated power reporting mechanismHuang Rui2016-03-214-2/+365
* x86/cpufeature, perf/x86: Add AMD Accumulated Power Mechanism feature flagHuang Rui2016-03-212-1/+5
* perf/x86/amd: Add support for new IOMMU performance eventsSuravee Suthikulpanit2016-03-211-0/+5
* perf/x86/amd: Move nodes_per_socket into bsp_init_amd()Huang Rui2016-03-211-2/+12
* perf/x86/cqm: Factor out some common codePeter Zijlstra2016-03-211-15/+13
* perf/x86/mbm: Add support for MBM counter overflow handlingVikas Shivappa2016-03-211-5/+134
* perf/x86/mbm: Implement RMID recyclingVikas Shivappa2016-03-211-4/+27
* perf/x86/mbm: Add memory bandwidth monitoring event managementTony Luck2016-03-211-6/+116
* perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and initVikas Shivappa2016-03-213-4/+128
* perf/x86/cqm: Fix CQM memory leak and notifier leakVikas Shivappa2016-03-211-11/+32
* perf/x86/cqm: Fix CQM handling of grouping events into a cache_groupVikas Shivappa2016-03-211-3/+10
* perf/x86/BTS: Fix RCU usagePeter Zijlstra2016-03-211-1/+4
* perf/x86/ibs: Add IBS interrupt to the dynamic throttlePeter Zijlstra2016-03-211-0/+3
* perf/x86/ibs: Fix race with IBS_STARTING statePeter Zijlstra2016-03-211-3/+29
* perf/x86/ibs: Fix IBS throttlePeter Zijlstra2016-03-211-1/+1
* x86/oprofile/nmi: Add missing hotplug FROZEN handlingThomas Gleixner2016-03-191-1/+2
* x86/hpet: Use proper mask to modify hotplug actionThomas Gleixner2016-03-191-1/+1
* x86/apic/uv: Fix the hotplug notifierThomas Gleixner2016-03-191-1/+2
* x86/apb/timer: Use proper mask to modify hotplug actionThomas Gleixner2016-03-191-1/+1
* x86/topology: Use total_cpus not nr_cpu_ids for logical packagesThomas Gleixner2016-03-191-1/+6
* x86/topology: Fix Intel HT disablePeter Zijlstra2016-03-191-1/+14
* x86/topology: Fix logical package mappingPeter Zijlstra2016-03-191-5/+0
* x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner2016-03-182-18/+71
* x86/tsc: Prevent NULL pointer deref in calibrate_delay_is_known()Thomas Gleixner2016-03-181-1/+5
* x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()Dave Jones2016-03-181-1/+1
* x86/iopl: Fix iopl capability check on Xen PVAndy Lutomirski2016-03-171-3/+9
* x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski2016-03-173-1/+15
* Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-1744-66/+52
|\
| * arch/x86/irq: Purge useless handler declarations from hw_irq.hNicolai Stange2016-02-251-14/+0
| * x86: Fix misspellings in commentsAdam Buchbinder2016-02-2443-52/+52
* | x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe()Tony Luck2016-03-162-5/+6
* | Merge branch 'linus' into x86/urgent, to pick up dependencies for a fixIngo Molnar2016-03-16157-1940/+2303
|\ \
| * \ Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-1521-21/+21
| |\ \
| | * | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-0121-21/+21
| * | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-1514-298/+246
| |\ \ \
| | * | | x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytesDenys Vlasenko2016-03-081-1/+1
| | * | | x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko2016-03-082-56/+62
| | * | | Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-08201-671/+1305
| | |\ \ \
| | * | | | MIPS: Delete smp-gic.cQais Yousef2016-02-252-7/+0
| | * | | | MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef2016-02-254-7/+8
| | * | | | MIPS: Add generic SMP IPI supportQais Yousef2016-02-251-0/+136
| | * | | | Merge tag 'irqchip-core-4.6-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2016-02-212-223/+25
| | |\ \ \ \
| | | * \ \ \ Merge branch 'irqchip/mips' into irqchip/coreJason Cooper2016-02-212-223/+25
| | | |\ \ \ \
| | | | * | | | irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/Alban Bedel2016-02-172-75/+7
| | | | * | | | irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/Alban Bedel2016-02-172-148/+18
| | * | | | | | Merge tag 'irqchip-core-4.6' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner2016-02-211-1/+5
| | |\| | | | |
| | | * | | | | ARM: mvebu: Use the ARMADA_370_XP_IRQ optionThomas Petazzoni2016-02-161-1/+5
| | * | | | | | irqchips/bmips: Add bcm6345-l1 interrupt controllerSimon Arlott2016-02-082-2/+9