summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* crypto: sha1-mb - make sha1_x8_avx2() conform to C function ABIJosh Poimboeuf2016-05-171-2/+11
* crypto: sha1-mb - use corrcet pointer while completing jobsXiaodong Liu2016-04-151-2/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-032-10/+48
|\
| * perf/x86/amd/ibs: Fix pmu::stop() nestingPeter Zijlstra2016-03-311-7/+45
| * perf/x86: Move events_sysfs_show() outside CPU_SUP_INTELHuang Rui2016-03-251-3/+3
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-0311-30/+38
|\ \
| * | x86/cpu: Add advanced power management bitsHuang Rui2016-03-291-0/+2
| * | x86/thread_info: Merge two !__ASSEMBLY__ sectionsBorislav Petkov2016-03-291-4/+2
| * | x86/cpufreq: Remove duplicated TDP MSR macro definitionsVladimir Zapolskiy2016-03-291-7/+1
| * | x86/cpu: Get rid of compute_unit_idBorislav Petkov2016-03-294-14/+6
| * | perf/x86/amd: Cleanup Fam10h NB event constraintsPeter Zijlstra2016-03-292-3/+23
| * | x86/topology: Fix AMD core countPeter Zijlstra2016-03-293-5/+7
* | | Merge tag 'pm+acpi-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-011-0/+3
|\ \ \
| * \ \ Merge branch 'acpi-processor'Rafael J. Wysocki2016-04-021-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | ACPI / processor: Request native thermal interrupt handling via _OSCSrinivas Pandruvada2016-03-261-0/+3
* | | | mm/rmap: batched invalidations should use existing apiNadav Amit2016-04-012-7/+1
* | | | x86/mm: TLB_REMOTE_SEND_IPI should count pagesNadav Amit2016-04-011-3/+9
* | | | x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()Dan Williams2016-03-281-0/+9
|/ / /
* | | mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-251-0/+1
* | | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* | | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-241-1/+1
|\ \ \
| * | | x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.cLi Bin2016-03-181-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-2413-39/+864
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-2458-124/+193
|\ \ \ \
| * | | | x86/msr: Remove unused native_read_tscp()Prarit Bhargava2016-03-231-8/+0
| |/ / /
| * | | 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
OpenPOWER on IntegriCloud