summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: print correct device invalid addressJohn Garry2017-01-121-1/+1
| * | | i2c: do not enable fall back to Host Notify by defaultDmitry Torokhov2017-01-123-9/+17
| * | | i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich2017-01-121-1/+1
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-1518-100/+129
|\ \ \
| * | | x86/mpx: Use compatible types in comparison to fix sparse errorTobias Klauser2017-01-141-1/+1
| * | | x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc()Len Brown2017-01-141-0/+1
| * | | x86/entry: Fix the end of the stack for newly forked tasksJosh Poimboeuf2017-01-122-23/+18
| * | | x86/unwind: Include __schedule() in stack tracesJosh Poimboeuf2017-01-122-5/+10
| * | | x86/unwind: Disable KASAN checks for non-current tasksJosh Poimboeuf2017-01-122-3/+22
| * | | x86/unwind: Silence warnings for non-current tasksJosh Poimboeuf2017-01-121-0/+10
| * | | x86/microcode/intel: Use correct buffer size for saving microcode dataJunichi Nomura2017-01-091-2/+3
| * | | x86/microcode/intel: Fix allocation size of struct ucode_patchJunichi Nomura2017-01-091-1/+1
| * | | x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov2017-01-093-38/+31
| * | | x86/microcode: Use native CPUID to tickle out microcode revisionBorislav Petkov2017-01-092-24/+4
| * | | x86/CPU: Add native CPUID variants returning a single datumBorislav Petkov2017-01-091-0/+18
| * | | x86/boot: Add missing declaration of string functionsNicholas Mc Guire2017-01-092-0/+10
| * | | x86/CPU/AMD: Fix Bulldozer topologyBorislav Petkov2017-01-061-8/+1
| * | | x86/platform/intel-mid: Rename 'spidev' to 'mrfld_spidev'Andy Shevchenko2017-01-052-1/+5
| * | | x86/cpu: Fix typo in the comment for AnniedaleAndy Shevchenko2017-01-051-1/+1
| * | | x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba2017-01-051-1/+1
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-01-152-2/+9
|\ \ \ \
| * | | | nohz: Fix collision between tick and other hrtimersFrederic Weisbecker2017-01-112-2/+9
| | |/ / | |/| |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-1520-92/+257
|\ \ \ \
| * | | | perf/x86: Reject non sampling events with precise_ipJiri Olsa2017-01-141-0/+4
| * | | | perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa2017-01-143-17/+37
| * | | | perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-01-141-4/+54
| * | | | perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra2017-01-141-22/+48
| * | | | perf/x86/intel: Use ULL constant to prevent undefined shift behaviourColin King2017-01-111-1/+1
| * | | | perf/x86/intel/uncore: Fix hardcoded socket 0 assumption in the Haswell init ...Prarit Bhargava2017-01-111-1/+1
| * | | | perf/x86: Set pmu->module in Intel PMU modulesDavid Carrillo-Cisneros2017-01-053-0/+4
| * | | | Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-0511-47/+108
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu2017-01-041-1/+47
| | * | | perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu2017-01-041-19/+6
| | * | | perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo2017-01-031-0/+6
| | * | | perf tools: Install tools/lib/traceevent plugins with install-binArnaldo Carvalho de Melo2017-01-031-2/+2
| | * | | tools lib traceevent: Fix prev/next_prio for deadline tasksDaniel Bristot de Oliveira2017-01-031-2/+2
| | * | | perf record: Fix --switch-output documentation and commentJiri Olsa2017-01-032-1/+5
| | * | | perf record: Make __record_options staticJiri Olsa2017-01-031-1/+1
| | * | | tools lib subcmd: Add OPT_STRING_OPTARG_SET optionJiri Olsa2017-01-032-0/+8
| | * | | perf probe: Fix to get correct modname from elf headerMasami Hiramatsu2017-01-021-16/+16
| | * | | samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeArnaldo Carvalho de Melo2016-12-281-1/+0
| | * | | samples/bpf sock_example: Avoid getting ethhdr from two includesArnaldo Carvalho de Melo2016-12-271-1/+1
| | * | | perf sched timehist: Show total scheduling timeNamhyung Kim2016-12-271-3/+14
* | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-157-43/+165
|\ \ \ \ \
| * | | | | efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones2017-01-142-0/+67
| * | | | | x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2017-01-074-4/+42
| * | | | | efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel2016-12-282-39/+56
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-01-146-30/+59
|\ \ \ \ \ \
| * | | | | | fix a fencepost error in pipe_advance()Al Viro2017-01-141-23/+31
| * | | | | | coredump: Ensure proper size of sparse core filesDave Kleikamp2017-01-143-0/+20