summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-2559-77/+77
* cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner2016-12-256-340/+1
* staging/lustre/libcfs: Convert to hotplug state machineAnna-Maria Gleixner2016-12-252-40/+46
* scsi/bnx2i: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-252-48/+31
* scsi/bnx2fc: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-252-46/+34
* cpu/hotplug: Prevent overwriting of callbacksThomas Gleixner2016-12-251-46/+50
* x86/msr: Remove bogus cleanup from the error pathThomas Gleixner2016-12-251-1/+0
* bus: arm-ccn: Prevent hotplug callback leakThomas Gleixner2016-12-251-1/+4
* perf/x86/intel/cstate: Prevent hotplug callback leakThomas Gleixner2016-12-251-7/+7
* ARM/imx/mmcd: Fix broken cpu hotplug handlingThomas Gleixner2016-12-251-12/+22
* scsi: qedi: Convert to hotplug state machineThomas Gleixner2016-12-251-64/+32
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-2323-117/+279
|\
| * Revert "x86/unwind: Detect bad stack return address"Josh Poimboeuf2016-12-231-10/+1
| * x86/paravirt: Mark unused patch_default labelPeter Zijlstra2016-12-222-2/+2
| * x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov2016-12-211-7/+5
| * x86/platform/intel/quark: Add printf attribute to imr_self_test_result()Nicolas Iooss2016-12-201-1/+2
| * x86/platform/intel-mid: Switch MPU3050 driver to IIOLinus Walleij2016-12-201-1/+1
| * x86/alternatives: Do not use sync_core() to serialize I$Borislav Petkov2016-12-201-5/+10
| * x86/topology: Document cpu_llc_idBorislav Petkov2016-12-201-0/+9
| * x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov2016-12-201-0/+24
| * x86/asm: Rewrite sync_core() to use IRET-to-selfAndy Lutomirski2016-12-191-22/+58
| * x86/microcode/intel: Replace sync_core() with native_cpuid()Andy Lutomirski2016-12-191-3/+23
| * Revert "x86/boot: Fail the boot if !M486 and CPUID is missing"Andy Lutomirski2016-12-191-6/+0
| * x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski2016-12-191-1/+1
| * x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski2016-12-191-3/+4
| * x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf2016-12-191-1/+2
| * x86/unwind: Dump stack data on warningsJosh Poimboeuf2016-12-192-1/+39
| * x86/unwind: Adjust last frame check for aligned function stacksJosh Poimboeuf2016-12-191-1/+8
| * x86/init: Fix a couple of comment typosDmitry Torokhov2016-12-191-3/+3
| * x86/init: Remove i8042_detect() from platform opsDmitry Torokhov2016-12-194-17/+0
| * Input: i8042 - Trust firmware a bit more when probing on X86Dmitry Torokhov2016-12-191-3/+7
| * x86/init: Add i8042 state to the platform dataDmitry Torokhov2016-12-193-0/+30
| * x86/microcode/AMD: Use native_cpuid() in load_ucode_amd_bsp()Boris Ostrovsky2016-12-191-1/+5
| * x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov2016-12-191-9/+19
| * x86/microcode/AMD: Sanitize apply_microcode_early_amd()Borislav Petkov2016-12-191-13/+17
| * x86/microcode/AMD: Make find_proper_container() sane againBorislav Petkov2016-12-191-9/+11
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-231-6/+16
|\ \
| * | clocksource/drivers/moxart: Plug memory and mapping leaksSudip Mukherjee2016-12-191-6/+16
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2363-750/+1104
|\ \
| * \ Merge tag 'perf-urgent-for-mingo-20161222' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-12-231-8/+6
| |\ \
| | * | perf sched timehist: Fix invalid period calculationNamhyung Kim2016-12-221-1/+1
| | * | perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim2016-12-221-3/+0
| | * | perf sched timehist: Enlarge default 'comm_width'Namhyung Kim2016-12-221-1/+1
| | * | perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim2016-12-221-3/+4
| |/ /
| * | perf/x86: Fix overlap counter scheduling bugPeter Zijlstra2016-12-221-1/+1
| * | perf/x86/pebs: Fix handling of PEBS buffer overflowsStephane Eranian2016-12-221-9/+21
| * | Merge tag 'perf-core-for-mingo-20161220' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-12-2060-731/+1075
| |\ \
| | * | samples/bpf: Move open_raw_sock to separate headerJoe Stringer2016-12-208-6/+7
| | * | samples/bpf: Remove perf_event_open() declarationJoe Stringer2016-12-208-18/+15
| | * | samples/bpf: Be consistent with bpf_load_program bpf_insn parameterArnaldo Carvalho de Melo2016-12-201-1/+1
OpenPOWER on IntegriCloud