Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | x86/mce: Use BIT_ULL(x) for bit mask definitions | Qiuxu Zhuo | 2018-09-27 | 1 | -25/+25 | |
| * | | | | | | x86/mce-inject: Reset injection struct after injection | Borislav Petkov | 2018-09-21 | 1 | -0/+6 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-10-23 | 141 | -3870/+6261 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'x86/cache' into perf/core, to pick up fixes | Ingo Molnar | 2018-10-23 | 316 | -1825/+2960 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | x86/intel_rdt: Prevent pseudo-locking from using stale pointers | Jithu Joseph | 2018-10-19 | 4 | -12/+55 | |
| | * | | | | | | x86/intel_rdt: Fix initial allocation to consider CDP | Reinette Chatre | 2018-10-09 | 1 | -3/+16 | |
| | * | | | | | | x86/intel_rdt: CBM overlap should also check for overlap with CDP peer | Reinette Chatre | 2018-10-09 | 1 | -7/+41 | |
| | * | | | | | | x86/intel_rdt: Introduce utility to obtain CDP peer | Reinette Chatre | 2018-10-09 | 1 | -0/+72 | |
| | * | | | | | | Merge branch 'x86/urgent' into x86/cache, to pick up dependent fix | Ingo Molnar | 2018-10-09 | 409 | -2203/+3559 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | x86/intel_rdt: Show missing resctrl mount options | Xiaochen Shen | 2018-10-03 | 1 | -0/+7 | |
| | * | | | | | | | x86/intel_rdt: Switch to bitmap_zalloc() | Andy Shevchenko | 2018-10-03 | 1 | -6/+4 | |
| | * | | | | | | | x86/intel_rdt: Re-enable pseudo-lock measurements | Reinette Chatre | 2018-10-03 | 1 | -1/+1 | |
| * | | | | | | | | kprobes/x86: Use preempt_enable() in optimized_callback() | Masami Hiramatsu | 2018-10-22 | 1 | -1/+1 | |
| * | | | | | | | | kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stack | Steven Rostedt (VMware) | 2018-10-18 | 1 | -7/+35 | |
| * | | | | | | | | perf/x86/intel: Export mem events only if there's PEBS support | Jiri Olsa | 2018-10-16 | 2 | -21/+56 | |
| * | | | | | | | | x86/cpu: Drop pointless static qualifier in punit_dev_state_show() | YueHaibing | 2018-10-12 | 1 | -1/+1 | |
| * | | | | | | | | Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2018-10-09 | 20 | -259/+539 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tools lib traceevent, perf tools: Move struct tep_handler definition in a loc... | Tzvetomir Stoyanov | 2018-10-08 | 9 | -211/+416 | |
| | * | | | | | | | | tools lib traceevent: Separate out tep_strerror() for strerror_r() issues | Steven Rostedt (VMware) | 2018-10-08 | 3 | -30/+54 | |
| | * | | | | | | | | perf python: More portable way to make CFLAGS work with clang | Eduardo Habkost | 2018-10-08 | 1 | -6/+8 | |
| | * | | | | | | | | perf python: Make clang_has_option() work on Python 3 | Eduardo Habkost | 2018-10-08 | 1 | -1/+1 | |
| | * | | | | | | | | perf tools: Free temporary 'sys' string in read_event_files() | Sanskriti Sharma | 2018-10-08 | 1 | -1/+4 | |
| | * | | | | | | | | perf tools: Avoid double free in read_event_file() | Sanskriti Sharma | 2018-10-08 | 1 | -3/+1 | |
| | * | | | | | | | | perf tools: Free 'printk' string in parse_ftrace_printk() | Sanskriti Sharma | 2018-10-08 | 1 | -0/+1 | |
| | * | | | | | | | | perf tools: Cleanup trace-event-info 'tdata' leak | Sanskriti Sharma | 2018-10-08 | 1 | -0/+2 | |
| | * | | | | | | | | perf strbuf: Match va_{add,copy} with va_end | Sanskriti Sharma | 2018-10-08 | 1 | -2/+8 | |
| | * | | | | | | | | perf test: S390 does not support watchpoints in test 22 | Thomas Richter | 2018-10-08 | 3 | -0/+14 | |
| | * | | | | | | | | perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONG | Arnaldo Carvalho de Melo | 2018-10-08 | 1 | -0/+1 | |
| | * | | | | | | | | tools include: Adopt linux/bits.h | Arnaldo Carvalho de Melo | 2018-10-08 | 3 | -5/+29 | |
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2018-10-09 | 3 | -4/+19 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | perf/x86/intel: Add quirk for Goldmont Plus | Kan Liang | 2018-10-02 | 1 | -0/+35 | |
| * | | | | | | | | | x86/cpu: Sanitize FAM6_ATOM naming | Peter Zijlstra | 2018-10-02 | 26 | -112/+115 | |
| * | | | | | | | | | perf/x86/intel: Add a separate Arch Perfmon v4 PMI handler | Andi Kleen | 2018-10-02 | 4 | -1/+122 | |
| * | | | | | | | | | perf/x86/intel: Factor out common code of PMI handler | Kan Liang | 2018-10-02 | 1 | -49/+60 | |
| * | | | | | | | | | Merge branch 'x86/cache' into perf/core, to resolve conflicts | Ingo Molnar | 2018-10-02 | 4 | -160/+253 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | x86/intel_rdt: Use perf infrastructure for measurements | Reinette Chatre | 2018-09-28 | 2 | -123/+203 | |
| | * | | | | | | | | x86/intel_rdt: Create required perf event attributes | Reinette Chatre | 2018-09-28 | 1 | -0/+26 | |
| | * | | | | | | | | x86/intel_rdt: Remove local register variables | Reinette Chatre | 2018-09-28 | 1 | -44/+9 | |
| | * | | | | | | | | perf/x86: Add helper to obtain performance counter index | Reinette Chatre | 2018-09-28 | 2 | -0/+22 | |
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2018-10-02 | 236 | -1268/+1733 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge tag 'perf-core-for-mingo-4.20-20180924' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2018-09-26 | 47 | -1466/+2053 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | perf vendor events arm64: Revise core JSON events for eMAG | Sean V Kelley | 2018-09-20 | 10 | -32/+492 | |
| | * | | | | | | | | | | perf intel-pt: Implement decoder flags for trace begin / end | Adrian Hunter | 2018-09-20 | 1 | -11/+23 | |
| | * | | | | | | | | | | perf intel-pt: Add decoder flags for trace begin / end | Adrian Hunter | 2018-09-20 | 2 | -0/+7 | |
| | * | | | | | | | | | | perf tools: Improve thread_stack__process() for trace begin / end | Adrian Hunter | 2018-09-20 | 1 | -7/+9 | |
| | * | | | | | | | | | | perf tools: Improve thread_stack__event() for trace begin / end | Adrian Hunter | 2018-09-20 | 1 | -5/+30 | |
| | * | | | | | | | | | | perf db-export: Add trace begin / end branch type variants | Adrian Hunter | 2018-09-20 | 1 | -0/+22 | |
| | * | | | | | | | | | | perf script: Enhance sample flags for trace begin / end | Adrian Hunter | 2018-09-20 | 1 | -9/+27 | |
| | * | | | | | | | | | | tools lib traceevent: Add prefix tep_ to enum filter_trivial_type | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 2 | -18/+18 | |
| | * | | | | | | | | | | tools lib traceevent: Rename data2host*() APIs | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 3 | -14/+14 |