aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar5-22/+52
2016-12-02x86/intel_rdt: Call intel_rdt_sched_in() with preemption disabledFenghua Yu1-0/+2
2016-12-02ACPI / APEI / ARM64: APEI initial support for ARM64Tomasz Nowicki1-3/+0
2016-12-01x86/tsc: Validate cpumask pointer before accessing itThomas Gleixner1-2/+5
2016-11-30kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann2-40/+45
2016-11-30x86/tsc: Fix broken CONFIG_X86_TSC=n buildThomas Gleixner1-1/+1
2016-11-30sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen1-1/+1
2016-11-29x86/tsc: Try to adjust TSC if sync test failsThomas Gleixner1-5/+78
2016-11-29x86/tsc: Prepare warp test for TSC adjustmentThomas Gleixner1-2/+4
2016-11-29x86/tsc: Move sync cleanup to a safe placeThomas Gleixner1-5/+5
2016-11-29x86/tsc: Sync test only for the first cpu in a packageThomas Gleixner1-9/+28
2016-11-29x86/tsc: Verify TSC_ADJUST from idleThomas Gleixner2-2/+36
2016-11-29x86/tsc: Store and check TSC ADJUST MSRThomas Gleixner3-1/+91
2016-11-29x86/tsc: Detect random warpsThomas Gleixner1-1/+12
2016-11-29x86/tsc: Use X86_FEATURE_TSC_ADJUST in detect_art()Thomas Gleixner1-6/+8
2016-11-29timekeeping: Ignore the bogus sleep time if pm_trace is enabledChen Yu1-0/+9
2016-11-28x86/intel_rdt: Update task closid immediately on CPU in rmdir and unmountFenghua Yu1-30/+83
2016-11-28x86/intel_rdt: Fix setting of closid when adding CPUs to a groupFenghua Yu1-1/+1
2016-11-28x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h>Ingo Molnar1-1/+1
2016-11-28x86/unwind: Fix guess-unwinder regressionJosh Poimboeuf1-3/+6
2016-11-28x86/boot/64: Optimize fixmap page fixupBorislav Petkov1-2/+6
2016-11-25x86/boot/64: Use defines for page sizeBorislav Petkov1-5/+5
2016-11-24x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPUTim Chen1-4/+24
2016-11-24x86/sysctl: Add sysctl for ITMT scheduling featureTim Chen1-1/+107
2016-11-24x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen2-0/+110
2016-11-24x86/topology: Define x86's arch_update_cpu_topologyTim Chen1-0/+11
2016-11-24x86/apic/uv: Silence a shift wrapping warningDan Carpenter1-2/+2
2016-11-23x86/mce: Include the PPIN in MCE records when availableTony Luck2-0/+41
2016-11-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar5-22/+52
2016-11-23Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar8-30/+87
2016-11-22x86/msr: Convert to hotplug state machineSebastian Andrzej Siewior1-54/+15
2016-11-22x86/cpuid: Move the hotplug callbacks to onlineThomas Gleixner1-5/+6
2016-11-22x86/cpuid: Convert to hotplug state machineSebastian Andrzej Siewior1-53/+11
2016-11-22x86/mce/therm_throt: Move hotplug callbacks to onlineThomas Gleixner1-5/+8
2016-11-22x86/mce/therm_throt: Convert to hotplug state machineSebastian Andrzej Siewior1-41/+12
2016-11-22x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra4-16/+39
2016-11-22x86/kvm: Support the vCPU preemption checkPan Xinhui1-0/+12
2016-11-22locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen guestsPan Xinhui1-0/+6
2016-11-22x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam1-0/+200
2016-11-21x86/dumpstack: Make stack name tags more comprehensibleJosh Poimboeuf3-31/+22
2016-11-21x86/MCE/AMD: Fix thinko about thresholding_enBorislav Petkov1-2/+3
2016-11-21x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu1-8/+8
2016-11-18x86/idle: Remove enter_idle(), exit_idle()Len Brown2-27/+0
2016-11-18x86/idle: Remove is_idle flagLen Brown1-7/+0
2016-11-18x86/idle: Remove idle_notifierLen Brown1-15/+0
2016-11-18x86/tsc: Finalize the split of the TSC_RELIABLE flagThomas Gleixner1-6/+1
2016-11-18x86/tsc: Set TSC_KNOWN_FREQ and TSC_RELIABLE flags on Intel Atom SoCsBin Gao1-0/+19
2016-11-18x86/tsc: Mark Intel ATOM_GOLDMONT TSC reliableBin Gao1-0/+7
2016-11-18x86/tsc: Mark TSC frequency determined by CPUID as knownBin Gao1-0/+7
2016-11-18x86/tsc: Add X86_FEATURE_TSC_KNOWN_FREQ flagBin Gao1-3/+8