summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf trace beauty fcntl: Basic 'arg' beautifierArnaldo Carvalho de Melo2017-07-193-1/+23
* tools include uapi asm-generic: Grab a copy of fcntl.hArnaldo Carvalho de Melo2017-07-191-0/+220
* perf trace beauty: Introduce syscall arg beautifier for long integersArnaldo Carvalho de Melo2017-07-192-0/+8
* perf trace beauty: Export the "int" and "hex" syscall arg formattersArnaldo Carvalho de Melo2017-07-192-8/+8
* perf trace beauty: Allow accessing syscall args values in a syscall arg forma...Arnaldo Carvalho de Melo2017-07-192-7/+29
* perf trace beauty: Mask ignored fcntl 'arg' parameterArnaldo Carvalho de Melo2017-07-194-1/+28
* perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace'Arnaldo Carvalho de Melo2017-07-191-1/+1
* perf trace beauty: Export the strarrays scnprintf methodArnaldo Carvalho de Melo2017-07-192-4/+5
* tools: Update include/uapi/linux/fcntl.h copy from the kernelArnaldo Carvalho de Melo2017-07-191-0/+21
* perf trace: Beautify linux specific fcntl commandsArnaldo Carvalho de Melo2017-07-191-3/+54
* perf trace: Remove F_ from some of the fcntl command stringsArnaldo Carvalho de Melo2017-07-191-3/+3
* perf annotate: Implement visual marker for macro fusionJin Yao2017-07-195-0/+63
* perf annotate: Check for fused instructionsJin Yao2017-07-198-6/+81
* perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo2017-07-121-1/+1
* Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar2017-07-111-21/+0
* Merge tag 'perf-urgent-for-mingo-4.13-20170710' of git://git.kernel.org/pub/s...Ingo Molnar2017-07-112-4/+6
|\
| * perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao2017-07-101-1/+1
| * perf evsel: State in the default event name if attr.exclude_kernel is setArnaldo Carvalho de Melo2017-07-101-2/+4
| * perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo2017-07-101-1/+1
|/
* kprobes: Ensure that jprobe probepoints are at function entryNaveen N. Rao2017-07-081-2/+6
* kprobes: Simplify register_jprobes()Naveen N. Rao2017-07-081-14/+16
* kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-084-8/+8
* Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/s...Ingo Molnar2017-07-052-1/+2
|\
| * perf unwind: Do not fail due to missing unwind supportJiri Olsa2017-07-041-1/+1
| * perf evsel: Set attr.exclude_kernel when probing max attr.precise_ipArnaldo Carvalho de Melo2017-07-041-0/+1
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0418-730/+759
|\ \
| * | RAS/CEC: Check the correct variable in the debugfs error handlingChristophe JAILLET2017-06-261-1/+1
| * | x86/mce: Always save severity in machine_check_poll()Yazen Ghannam2017-06-261-6/+1
| * | x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more preciseJuergen Gross2017-06-202-1/+9
| * | x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam2017-06-142-3/+5
| * | x86/mce: Don't disable MCA banks when offlining a CPU on AMDYazen Ghannam2017-06-141-2/+3
| * | x86/mce/mce-inject: Preset the MCE injection structBorislav Petkov2017-06-141-0/+9
| * | x86/mce: Clean up include filesBorislav Petkov2017-06-141-10/+0
| * | x86/mce: Get rid of register_mce_write_callback()Borislav Petkov2017-06-144-62/+61
| * | x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov2017-06-147-524/+532
| * | x86/mce/AMD: Use saved threshold block info in interrupt handlerYazen Ghannam2017-06-141-31/+35
| * | x86/mce/AMD: Use msr_stat when clearing MCA_STATUSYazen Ghannam2017-06-141-1/+1
| * | Merge tag 'v4.12-rc5' into ras/core, to pick up fixesIngo Molnar2017-06-14868-5343/+9848
| |\ \
| * | | x86/mce/AMD: Carve out SMCA bank configurationYazen Ghannam2017-05-211-38/+38
| * | | x86/mce/AMD: Redo error logging from APIC LVT interrupt handlersYazen Ghannam2017-05-211-73/+74
| * | | x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_tElena Reshetova2017-05-212-4/+5
| * | | RAS: Make local function parse_ras_param() staticWei Yongjun2017-05-211-1/+1
| * | | ACPI/APEI: Handle GSIV and GPIO notification typesShiju Jose2017-05-211-14/+25
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-0440-375/+474
|\ \ \ \
| * | | | cpu/hotplug: Constify attribute_group structuresArvind Yadav2017-06-301-2/+2
| * | | | powerpc: Only obtain cpu_hotplug_lock if called by rtasdThiago Jung Bauermann2017-06-233-4/+26
| * | | | ARM/hw_breakpoint: Fix possible recursive locking for arch_hw_breakpoint_initTony Lindgren2017-06-201-1/+1
| * | | | cpu/hotplug: Remove unused check_for_tasks() functionArnd Bergmann2017-06-121-24/+0
| * | | | perf/core: Don't release cred_guard_mutex if not takenAlexander Levin2017-06-031-1/+1
| * | | | cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner2017-05-261-0/+13