summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-032-21/+35
|\
| * sched/core, ia64: Rename set_curr_task()Peter Zijlstra2016-09-301-5/+5
| * sched/core, x86/topology: Fix NUMA in package topology bugTim Chen2016-09-301-16/+30
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-0311-111/+323
|\ \
| * | x86/RAS/mce_amd_inj: Remove debugfs dir recursively on exitBorislav Petkov2016-09-261-6/+2
| * | x86/RAS/mce_amd_inj: Fix signed wrap around when decrementing index 'i'Colin Ian King2016-09-261-2/+2
| * | Merge tag 'v4.8-rc8' into ras/core, to pick up fixesIngo Molnar2016-09-26150-664/+872
| |\|
| * | x86/RAS/mce_amd_inj: Fix some W= warningsBorislav Petkov2016-09-131-15/+14
| * | x86/MCE/AMD, EDAC: Handle reserved bank 4 on Fam17h properlyYazen Ghannam2016-09-131-1/+3
| * | x86/mce/AMD: Extract the error address on SMCA systemsYazen Ghannam2016-09-132-1/+22
| * | x86/mce, EDAC/mce_amd: Print MCA_SYND and MCA_IPID during MCE on SMCA systemsYazen Ghannam2016-09-131-0/+7
| * | x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systemsYazen Ghannam2016-09-133-4/+13
| * | x86/mce/AMD: Ensure the deferred error interrupt is of type APIC on SMCA systemsYazen Ghannam2016-09-131-0/+14
| * | x86/mce/AMD: Update sysfs bank names for SMCA systemsYazen Ghannam2016-09-131-2/+47
| * | x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP typesYazen Ghannam2016-09-132-54/+111
| * | x86/mce/AMD: Read MSRs on the CPU allocating the threshold blocksYazen Ghannam2016-09-131-9/+8
| * | x86/RAS: Add syndrome support to mce_amd_injYazen Ghannam2016-09-131-0/+11
| * | x86/mce: Add support for new MCA_SYND registerYazen Ghannam2016-09-134-1/+12
| * | x86/mce/AMD: Use msr_ops.misc() in allocate_threshold_blocks()Yazen Ghannam2016-09-131-1/+1
| * | x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the related model string testTony Luck2016-09-052-12/+0
| * | x86/mce: Improve memcpy_mcsafe()Tony Luck2016-09-054-9/+20
| * | x86/mce: Add PCI quirks to identify Xeons with machine check recoveryTony Luck2016-09-053-0/+42
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-0312-105/+820
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-23122-521/+650
| |\ \ \
| * | | | perf/x86/intel/pt: Add support for PTWRITE and power event tracingAlexander Shishkin2016-09-202-1/+28
| * | | | perf/x86/intel/uncore: Add Skylake server uncore supportKan Liang2016-09-103-1/+600
| * | | | perf/x86/rapl: Enable Apollo Lake RAPL supportHarry Pan2016-09-101-0/+2
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-104-41/+132
| |\ \ \ \
| * | | | | perf/x86/intel/uncore: Handle non-standard counter offsetStephane Eranian2016-09-051-0/+4
| * | | | | perf/x86/intel/uncore: Remove hard-coded implementation for Node ID mapping l...Kan Liang2016-09-051-12/+25
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl...Ingo Molnar2016-09-05100-314/+459
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | perf/x86: Fix PEBS threshold initializationJiri Olsa2016-08-181-1/+11
| * | | | | perf/x86: Use PMUEF_READ_CPU_PKG in uncore eventsDavid Carrillo-Cisneros2016-08-183-0/+6
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up dependencyIngo Molnar2016-08-1897-505/+749
| |\ \ \ \ \
| * | | | | | perf/x86/intel: Clean up LBR state trackingPeter Zijlstra2016-08-102-29/+29
| * | | | | | perf/x86/intel: Remove redundant test from intel_pmu_lbr_add()Peter Zijlstra2016-08-101-2/+1
| * | | | | | perf/x86/intel: Eliminate dead code in intel_pmu_lbr_del()Peter Zijlstra2016-08-101-6/+0
| * | | | | | perf/x86: Ensure perf_sched_cb_{inc,dec}() is only called from pmu::{add,del}()Peter Zijlstra2016-08-105-25/+52
| * | | | | | perf/x86/intel: Rework the large PEBS setup codePeter Zijlstra2016-08-102-35/+69
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-0312-764/+7
|\ \ \ \ \ \ \
| * | | | | | | x86/cmpxchg, locking/atomics: Remove superfluous definitionsNikolay Borisov2016-09-301-44/+0
| * | | | | | | x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra2016-09-3010-719/+6
| * | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-09-3024-102/+91
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2016-09-22301-1373/+1981
| |\ \ \ \ \ \ \
| * | | | | | | | locking/rwsem, x86: Drop a bogus cc clobberJan Beulich2016-09-201-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-039-218/+244
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-201-1/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming2016-09-201-1/+5
| * | | | | | | | | Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2016-09-20128-508/+724
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-139-218/+240
| |\ \ \ \ \ \ \ \ \