summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/ldt: use vfree_atomic() to free ldt entriesAndrey Ryabinin2016-12-121-1/+1
* mm: remove x86-only restriction of movable_nodeReza Arbab2016-12-121-0/+24
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-125-56/+495
|\
| * x86/mce: Include the PPIN in MCE records when availableTony Luck2016-11-232-0/+41
| * x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam2016-11-221-0/+200
| * x86/amd_nb: Add SMN and Indirect Data Fabric access for AMD Fam17hYazen Ghannam2016-11-161-2/+106
| * 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-161-8/+25
| * x86/mce/AMD: Reset Threshold Limit after logging errorYazen Ghannam2016-11-161-0/+6
| * x86/MCE: Correct TSC timestamping of error recordsBorislav Petkov2016-11-112-8/+12
| * x86/RAS: Hide SMCA bank namesBorislav Petkov2016-11-081-3/+29
| * x86/RAS: Rename smca_bank_names to smca_namesBorislav Petkov2016-11-081-3/+3
| * x86/RAS: Simplify SMCA HWID descriptor structBorislav Petkov2016-11-081-15/+9
| * x86/RAS: Simplify SMCA bank descriptor structBorislav Petkov2016-11-081-5/+5
| * x86/MCE: Dump MCE to dmesg if no consumersBorislav Petkov2016-11-081-6/+46
| * 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-124-6/+253
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-12-112-5/+8
| |\ \
| * | | sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen2016-11-301-1/+1
| * | | 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-241-1/+107
| * | | x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen2016-11-242-0/+110
| * | | x86/topology: Define x86's arch_update_cpu_topologyTim Chen2016-11-241-0/+11
| * | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-235-22/+52
| |\ \ \
| * \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-163-8/+35
| |\ \ \ \
| * | | | | sched/cputime: Simplify task_cputime()Stanislaw Gruszka2016-11-151-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-124-1/+50
|\ \ \ \ \
| * | | | | x86/paravirt: Fix native_patch()Peter Zijlstra2016-12-112-0/+8
| * | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-112-5/+8
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar2016-12-025-22/+52
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra2016-11-224-16/+39
| * | | | | x86/kvm: Support the vCPU preemption checkPan Xinhui2016-11-221-0/+12
| * | | | | locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen ...Pan Xinhui2016-11-221-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-8/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | kernel/smp: Make the SMP boot message common on all archesMichael Ellerman2016-10-261-8/+0
* | | | | x86/unwind: Fix guess-unwinder regressionJosh Poimboeuf2016-11-281-3/+6
* | | | | x86/apic/uv: Silence a shift wrapping warningDan Carpenter2016-11-241-2/+2
| |_|/ / |/| | |
* | | | x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu2016-11-211-8/+8
* | | | x86/dumpstack: Prevent KASAN false positive warningsJosh Poimboeuf2016-11-181-1/+1
* | | | x86/unwind: Prevent KASAN false positive warnings in guess unwinderJosh Poimboeuf2016-11-181-2/+6
* | | | x86/boot: Avoid warning for zero-filling .bssArnd Bergmann2016-11-171-3/+6
* | | | x86/sysfb: Fix lfb_size calculationDavid Herrmann2016-11-161-8/+17
* | | | x86/sysfb: Add support for 64bit EFI lfb_baseDavid Herrmann2016-11-161-2/+16
| |/ / |/| |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-142-7/+31
|\ \ \
| * | | x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner2016-11-091-2/+30
| * | | x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systemsYazen Ghannam2016-11-091-5/+1
| | |/ | |/|
* | | x86: apm: avoid uninitialized dataArnd Bergmann2016-11-111-1/+4
|/ /
* | x86/smpboot: Init apic mapping before usageThomas Gleixner2016-10-291-1/+6