summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAge
* x86/mce/AMD: Make the init code more robustThomas Gleixner2016-12-26
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-25
|\
| * ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-25
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-25
|\ \ | |/ |/|
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-25
| * x86/msr: Remove bogus cleanup from the error pathThomas Gleixner2016-12-25
| * perf/x86/intel/cstate: Prevent hotplug callback leakThomas Gleixner2016-12-25
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-23
|\
| * Revert "x86/unwind: Detect bad stack return address"Josh Poimboeuf2016-12-23
| * x86/paravirt: Mark unused patch_default labelPeter Zijlstra2016-12-22
| * x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov2016-12-21
| * x86/platform/intel/quark: Add printf attribute to imr_self_test_result()Nicolas Iooss2016-12-20
| * x86/platform/intel-mid: Switch MPU3050 driver to IIOLinus Walleij2016-12-20
| * x86/alternatives: Do not use sync_core() to serialize I$Borislav Petkov2016-12-20
| * x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov2016-12-20
| * x86/asm: Rewrite sync_core() to use IRET-to-selfAndy Lutomirski2016-12-19
| * x86/microcode/intel: Replace sync_core() with native_cpuid()Andy Lutomirski2016-12-19
| * Revert "x86/boot: Fail the boot if !M486 and CPUID is missing"Andy Lutomirski2016-12-19
| * x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski2016-12-19
| * x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski2016-12-19
| * x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf2016-12-19
| * x86/unwind: Dump stack data on warningsJosh Poimboeuf2016-12-19
| * x86/unwind: Adjust last frame check for aligned function stacksJosh Poimboeuf2016-12-19
| * x86/init: Fix a couple of comment typosDmitry Torokhov2016-12-19
| * x86/init: Remove i8042_detect() from platform opsDmitry Torokhov2016-12-19
| * x86/init: Add i8042 state to the platform dataDmitry Torokhov2016-12-19
| * x86/microcode/AMD: Use native_cpuid() in load_ucode_amd_bsp()Boris Ostrovsky2016-12-19
| * x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov2016-12-19
| * x86/microcode/AMD: Sanitize apply_microcode_early_amd()Borislav Petkov2016-12-19
| * x86/microcode/AMD: Make find_proper_container() sane againBorislav Petkov2016-12-19
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-23
|\ \
| * | perf/x86: Fix overlap counter scheduling bugPeter Zijlstra2016-12-22
| * | perf/x86/pebs: Fix handling of PEBS buffer overflowsStephane Eranian2016-12-22
* | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-22
|\ \ \
| * | | x86/intel_rdt: Implement show_options() for resctrlfsShaohua Li2016-12-09
| * | | x86/intel_rdt: Call intel_rdt_sched_in() with preemption disabledFenghua Yu2016-12-02
| * | | x86/intel_rdt: Update task closid immediately on CPU in rmdir and unmountFenghua Yu2016-11-28
| * | | x86/intel_rdt: Fix setting of closid when adding CPUs to a groupFenghua Yu2016-11-28
| * | | Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner2016-11-16
| |\ \ \
| * | | | x86/intel_rdt: Update percpu closid immeditately on CPUs affected by changeeFenghua Yu2016-11-15
| * | | | x86/intel_rdt: Reset per cpu closids on unmountFenghua Yu2016-11-15
| * | | | x86/intel_rdt: Select KERNFS when enabling INTEL_RDT_AThomas Gleixner2016-11-15
| * | | | x86/intel_rdt: Prevent deadlock against hotplug lockThomas Gleixner2016-11-15
| * | | | x86/intel_rdt: Protect info directory from removalFenghua Yu2016-11-15
| * | | | x86/intel_rdt: Export the minimum number of set mask bits in sysfsShaohua Li2016-11-07
| * | | | x86/intel_rdt: Propagate error in rdt_mount() properlyShaohua Li2016-11-07
| * | | | x86/intel_rdt: Add a missing #includeBorislav Petkov2016-11-07
| * | | | x86/intel_rdt: Add scheduler hookFenghua Yu2016-10-30