summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-1212-85/+522
|\
| * x86/mce: Include the PPIN in MCE records when availableTony Luck2016-11-235-0/+47
| * x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam2016-11-223-1/+203
| * x86/amd_nb: Add SMN and Indirect Data Fabric access for AMD Fam17hYazen Ghannam2016-11-162-2/+111
| * x86/amd_nb: Add Fam17h Data Fabric as "Northbridge"Yazen Ghannam2016-11-161-0/+5
| * x86/amd_nb: Make all exports EXPORT_SYMBOL_GPLYazen Ghannam2016-11-161-11/+13
| * x86/amd_nb: Make amd_northbridges internal to amd_nb.cYazen Ghannam2016-11-162-23/+28
| * x86/mce/AMD: Reset Threshold Limit after logging errorYazen Ghannam2016-11-161-0/+6
| * x86/mce/AMD: Fix HWID_MCATYPE calculation by grouping argumentsYazen Ghannam2016-11-111-1/+1
| * x86/MCE: Correct TSC timestamping of error recordsBorislav Petkov2016-11-112-8/+12
| * x86/RAS: Hide SMCA bank namesBorislav Petkov2016-11-082-10/+30
| * x86/RAS: Rename smca_bank_names to smca_namesBorislav Petkov2016-11-082-4/+4
| * x86/RAS: Simplify SMCA HWID descriptor structBorislav Petkov2016-11-082-17/+11Star
| * x86/RAS: Simplify SMCA bank descriptor structBorislav Petkov2016-11-082-8/+9
| * x86/MCE: Dump MCE to dmesg if no consumersBorislav Petkov2016-11-081-6/+46
| * x86/RAS: Add TSC timestamp to the injected MCEBorislav Petkov2016-11-081-0/+2
| * x86/MCE: Do not look at panic_on_oops in the severity gradingYinghai Lu2016-11-081-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-128-9/+324
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-12-1118-78/+80
| |\ \
| * | | x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra2016-12-061-2/+11
| * | | sched/x86: Make CONFIG_SCHED_MC_PRIO=y easier to enableIngo Molnar2016-11-301-11/+13
| * | | sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen2016-11-303-10/+20
| * | | x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h>Ingo Molnar2016-11-281-1/+1
| * | | x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPUTim Chen2016-11-241-4/+24
| * | | x86/sysctl: Add sysctl for ITMT scheduling featureTim Chen2016-11-242-3/+112
| * | | x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen2016-11-244-0/+147
| * | | x86/topology: Define x86's arch_update_cpu_topologyTim Chen2016-11-242-0/+12
| * | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-2313-77/+157
| |\ \ \
| * | | | sched/x86: Do not clear PREEMPT_NEED_RESCHED on preempt count resetMartin Schwidefsky2016-11-161-1/+7
| * | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-169-38/+143
| |\ \ \ \
| * | | | | sched/cputime: Simplify task_cputime()Stanislaw Gruszka2016-11-151-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-122-3/+7
|\ \ \ \ \
| * | | | | perf/x86: Fix exclusion of BTS and LBR for GoldmontAndi Kleen2016-12-112-3/+7
| | |_|_|/ | |/| | |
* | | | | Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-121-5/+2Star
|\ \ \ \ \
| * | | | | x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov2016-11-091-5/+2Star
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-1215-248/+97Star
|\ \ \ \ \
| * | | | | x86/paravirt: Fix bool return type for PVOP_CALL()Peter Zijlstra2016-12-111-1/+13
| * | | | | x86/paravirt: Fix native_patch()Peter Zijlstra2016-12-112-0/+8
| * | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-1113-40/+43
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar2016-12-0216-71/+132
| |\ \ \ \ \
| * | | | | | x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra2016-11-229-27/+54
| * | | | | | x86/xen: Support the vCPU preemption checkJuergen Gross2016-11-221-1/+2
| * | | | | | x86/kvm: Support the vCPU preemption checkPan Xinhui2016-11-221-0/+12
| * | | | | | x86/kvm: Support the vCPU preemption checkPan Xinhui2016-11-222-1/+19
| * | | | | | locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen ...Pan Xinhui2016-11-223-0/+16
| * | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-2212-82/+205
| |\ \ \ \ \ \
| * | | | | | | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-172-3/+0Star
| * | | | | | | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-162-2/+0Star
| * | | | | | | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-162-0/+2
| * | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-1117-97/+107
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |