summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * s390/smp: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-26/+11
| * s390/smp: Make cpu notifier symetricThomas Gleixner2016-11-091-1/+2
| * net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-095-35/+30
| * net/dev: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-092-10/+7
| * mm/vmscan: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-14/+14
| * mm/page_alloc: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-092-24/+26
| * lib/radix-tree: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-092-13/+13
| * lib/percpu_counter: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-092-11/+15
| * mm/memcg: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-092-16/+9
| * kernel/printk: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-092-16/+14
| * fs/buffer: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-092-10/+7
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-133-17/+74
|\ \
| * | x86/vmware: Add paravirt sched clockAlexey Makhalov2016-10-302-0/+46
| * | x86/vmware: Add basic paravirt ops supportAlexey Makhalov2016-10-301-0/+12
| * | x86/vmware: Use tsc_khz value for calibrate_cpu()Alexey Makhalov2016-10-301-0/+1
| * | x86/platform/intel-mid: Unexport intel_mid_pci_set_power_state()Lukas Wunner2016-10-251-1/+0
| * | x86/vmware: Read tsc_khz only once at boot timeAlexey Makhalov2016-10-211-19/+18
* | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-1310-940/+647
|\ \ \
| * | | x86/microcode: Bump driver version, update copyrightsBorislav Petkov2016-10-252-3/+4
| * | | x86/microcode: Rework microcode loadingBorislav Petkov2016-10-254-697/+446
| * | | x86/microcode/intel: Remove intel_lib.cBorislav Petkov2016-10-254-190/+154
| * | | x86/microcode/amd: Move private inlines to .c and mark local functions staticBorislav Petkov2016-10-252-37/+37
| * | | x86/microcode: Collect CPU info on resumeBorislav Petkov2016-10-251-0/+3
| * | | x86/microcode: Issue the debug printk on resume only on successBorislav Petkov2016-10-251-2/+2
| * | | x86/microcode/amd: Hand down the CPU familyBorislav Petkov2016-10-253-9/+10
| * | | x86/microcode: Export the microcode cache linked listBorislav Petkov2016-10-253-16/+18
| * | | x86/microcode: Remove one #ifdef clauseBorislav Petkov2016-10-251-6/+2
| * | | x86/microcode/intel: Simplify generic_load_microcode()Borislav Petkov2016-10-251-9/+5
| * | | x86/microcode: Move driver authors to CREDITSBorislav Petkov2016-10-252-2/+5
| * | | x86/microcode: Run the AP-loading routine only on the application processorsBorislav Petkov2016-10-252-10/+2
* | | | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-1232-803/+74
|\ \ \ \
| * | | | x86: Remove empty idle.h headerThomas Gleixner2016-12-0918-23/+0
| * | | | x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-097-55/+31
| * | | | x86/amd: Check for the C1E bug post ACPI subsystem initThomas Gleixner2016-12-092-0/+26
| * | | | x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner2016-12-093-9/+16
| * | | | x86/cpufeature: Provide helper to set bugs bitsBorislav Petkov2016-12-091-0/+1
| * | | | x86/idle: Remove enter_idle(), exit_idle()Len Brown2016-11-185-38/+0
| * | | | x86: Remove x86_test_and_clear_bit_percpu()Len Brown2016-11-181-11/+0
| * | | | x86/idle: Remove is_idle flagLen Brown2016-11-181-7/+0
| * | | | x86/idle: Remove idle_notifierLen Brown2016-11-182-22/+0
| * | | | i7300_idle: Remove this driverLen Brown2016-11-185-638/+0
* | | | | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-1/+2
|\ \ \ \ \
| * | | | | x86/percpu: Remove unnecessary include of module.h, add asm/desc.hPaul Gortmaker2016-11-151-1/+2
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-1238-547/+105
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar2016-11-23781-5097/+9386
| |\ \ \ \ \ \
| * | | | | | | x86/fpu: Remove clts()Andy Lutomirski2016-11-018-48/+0
| * | | | | | | x86/fpu: Remove stts()Andy Lutomirski2016-11-011-2/+0
| * | | | | | | x86/fpu: Handle #NM without FPU emulation as an errorAndy Lutomirski2016-11-011-4/+16
| * | | | | | | x86/fpu, lguest: Remove CR0.TS supportAndy Lutomirski2016-11-015-34/+8
| * | | | | | | x86/fpu, kvm: Remove host CR0.TS manipulationAndy Lutomirski2016-11-012-13/+4