summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-0425-1661/+1678
|\
| * x86/mce: Add a default case to the switch in __mcheck_cpu_ancient_init()Borislav Petkov2015-11-011-0/+2
| * x86/mce: Add a Scalable MCA vendor flags bitAravind Gopalakrishnan2015-11-012-13/+23
| * MAINTAINERS: Unify the microcode driver sectionBorislav Petkov2015-10-211-11/+5
| * x86/microcode/intel: Move #ifdef DEBUG inside the functionBorislav Petkov2015-10-211-6/+2
| * x86/microcode/amd: Remove maintainers from commentsBorislav Petkov2015-10-211-4/+0
| * x86/microcode: Remove modularization leftoversBorislav Petkov2015-10-215-40/+12
| * x86/microcode: Merge the early microcode loaderBorislav Petkov2015-10-2113-1477/+1399
| * x86/microcode: Unmodularize the microcode driverBorislav Petkov2015-10-216-38/+16
| * x86/mce: Fix thermal throttling reporting after kexecAndi Kleen2015-10-211-8/+0
| * kexec/crash: Say which char is the unrecognizedBorislav Petkov2015-10-211-3/+3
| * x86/setup/crash: Check memblock_reserve() retvalBorislav Petkov2015-10-211-2/+10
| * x86/setup/crash: Cleanup some moreBorislav Petkov2015-10-211-12/+7
| * x86/setup/crash: Remove alignment variableBorislav Petkov2015-10-211-5/+6
| * x86/setup: Cleanup crashkernel reservation functionsBorislav Petkov2015-10-211-22/+21
| * x86/amd_nb, EDAC: Rename amd_get_node_id()Aravind Gopalakrishnan2015-10-212-4/+4
| * x86/setup: Do not reserve crashkernel high memory if low reservation failedBaoquan He2015-10-211-9/+11
| * x86/microcode/amd: Do not overwrite final patch levelsBorislav Petkov2015-10-123-9/+44
| * x86/microcode/amd: Extract current patch level read to a functionBorislav Petkov2015-10-123-12/+30
| * x86/ras/mce_amd_inj: Inject bank 4 errors on the NBCAravind Gopalakrishnan2015-10-122-3/+53
| * x86/ras/mce_amd_inj: Trigger deferred and thresholding errors interruptsAravind Gopalakrishnan2015-10-121-1/+41
| * x86/ras/mce_amd_inj: Return early on invalid inputAravind Gopalakrishnan2015-10-121-6/+3
| * Merge branch 'x86/ras' into ras/core, to pick up changesIngo Molnar2015-10-12390-1827/+2715
| |\
| | * x86/mce: Include linux/ioctl.h in uapi mce headerGabriel Laskar2015-10-111-1/+1
| * | x86/mce: Don't clear shared banks on Intel when offlining CPUsAshok Raj2015-09-281-10/+20
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-04215-2026/+9951
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-10-3017-16/+227
| |\ \ \
| | * | | perf unwind: Pass symbol source to libunwindRabin Vincent2015-10-291-1/+4
| | * | | tools build: Fix libiberty feature detectionRabin Vincent2015-10-291-2/+2
| | * | | perf tools: Compile scriptlets to BPF objects when passing '.c' to --eventWang Nan2015-10-297-9/+83
| | * | | perf record: Add clang options for compiling BPF scriptsWang Nan2015-10-292-0/+13
| | * | | perf bpf: Attach eBPF filter to perf eventWang Nan2015-10-293-0/+24
| | * | | perf tools: Make sure fixdep is built before libbpfJiri Olsa2015-10-291-1/+1
| | * | | perf script: Enable printing of branch stackStephane Eranian2015-10-292-3/+93
| | * | | perf trace: Add cmd string table to decode sys_bpf first argArnaldo Carvalho de Melo2015-10-291-0/+7
| |/ / /
| * | | Merge tag 'perf-ebpf-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-10-2913-7/+619
| |\ \ \
| | * | | perf bpf: Collect perf_evsel in BPF object filesWang Nan2015-10-283-7/+99
| | * | | perf tools: Load eBPF object into kernelWang Nan2015-10-283-0/+39
| | * | | perf tools: Create probe points for BPF programsWang Nan2015-10-283-1/+268
| | * | | perf tools: Enable passing bpf object file to --eventWang Nan2015-10-286-1/+88
| | * | | perf ebpf: Add the libbpf glueWang Nan2015-10-282-0/+86
| | * | | perf tools: Make perf depend on libbpfWang Nan2015-10-285-6/+47
| * | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-10-2921-49/+216
| |\| | |
| | * | | perf symbols: Fix endless loop in dso__split_kallsyms_for_kcoreJiri Olsa2015-10-281-1/+1
| | * | | perf tools: Enable pre-event inherit setting by config termsWang Nan2015-10-285-0/+29
| | * | | perf symbols: we can now read separate debug-info files based on a build IDDima Kogan2015-10-281-0/+9
| | * | | perf symbols: Fix type error when reading a build-idDima Kogan2015-10-281-1/+1
| | * | | perf tools: Search for more options when passing args to -hArnaldo Carvalho de Melo2015-10-271-1/+14
| | * | | perf stat: Cache aggregated map entries in extra cpumapJiri Olsa2015-10-271-4/+55
| | * | | perf cpu_map: Add cpu_map__empty_new functionJiri Olsa2015-10-272-0/+18