summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-055-9/+16
| * | | | | | | | | sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-04-051-0/+2
| * | | | | | | | | Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar2018-04-054361-527003/+192074
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas2018-03-311-2/+1
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-1533-187/+629
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open()Song Liu2018-04-121-0/+8
| * | | | | | | | | | tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-04-101-0/+2
| * | | | | | | | | | perf/core: Fix perf_uprobe_init()Song Liu2018-04-101-0/+2
| * | | | | | | | | | perf/core: Fix perf_kprobe_init()Masami Hiramatsu2018-04-101-0/+2
| * | | | | | | | | | Merge tag 'perf-urgent-for-mingo-4.17-20180409' of git://git.kernel.org/pub/s...Ingo Molnar2018-04-106-24/+29
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | perf tests clang: Fix function name for clang IR testSandipan Das2018-04-091-1/+1
| | * | | | | | | | | | perf clang: Add support for recent clang versionsSandipan Das2018-04-091-1/+10
| | * | | | | | | | | | perf tools: Fix perf builds with clang supportSandipan Das2018-04-091-1/+2
| | * | | | | | | | | | perf tools: No need to include namespaces.h in util.hArnaldo Carvalho de Melo2018-04-091-2/+2
| | * | | | | | | | | | perf hists browser: Remove leftover from row returned from refreshArnaldo Carvalho de Melo2018-04-061-8/+2
| | * | | | | | | | | | perf hists browser: Show extra_title_lines in the 'D' debug hotkeyArnaldo Carvalho de Melo2018-04-061-1/+2
| | * | | | | | | | | | perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filteringAdrian Hunter2018-04-061-10/+10
| * | | | | | | | | | | perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole2018-04-091-0/+6
| * | | | | | | | | | | Merge tag 'perf-urgent-for-mingo-4.17-20180406' of git://git.kernel.org/pub/s...Ingo Molnar2018-04-066-40/+141
| |\| | | | | | | | | |
| | * | | | | | | | | | tools headers uapi: Synchronize i915_drm.hArnaldo Carvalho de Melo2018-04-051-4/+108
| | * | | | | | | | | | perf report: Remove duplicated 'samples' in lost samples warningArnaldo Carvalho de Melo2018-04-051-1/+1
| | * | | | | | | | | | perf ui browser: Fixup cleaning unused lines at the bottomArnaldo Carvalho de Melo2018-04-051-2/+2
| | * | | | | | | | | | perf annotate browser: Fixup vertical line separating metrics from instructionsArnaldo Carvalho de Melo2018-04-051-1/+1
| | * | | | | | | | | | perf annotate: Show group details on the title lineArnaldo Carvalho de Melo2018-04-051-2/+5
| | * | | | | | | | | | perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct bufferAdrian Hunter2018-04-051-30/+24
| |/ / / / / / / / / /
| * | | | | | | | | | perf/x86/intel: Move regs->flags EXACT bit initStephane Eranian2018-04-051-10/+24
| * | | | | | | | | | Merge tag 'perf-core-for-mingo-4.17-20180403' of git://git.kernel.org/pub/scm...Ingo Molnar2018-04-0422-116/+418
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | perf trace: Remove redundant ')'Changbin Du2018-04-031-1/+1
| | * | | | | | | | | perf annotate stdio2: Print more descriptive event information headerArnaldo Carvalho de Melo2018-04-031-7/+3
| | * | | | | | | | | perf annotate browser: Show extra title line with event informationArnaldo Carvalho de Melo2018-04-031-4/+27
| | * | | | | | | | | perf annotate: Introduce annotation__scnprintf_samples_period() methodArnaldo Carvalho de Melo2018-04-032-0/+50
| | * | | | | | | | | perf ui browser: Move the extra title lines from the hists browserArnaldo Carvalho de Melo2018-04-033-20/+33
| | * | | | | | | | | perf hists: Move hists__scnprintf_title() away from the TUI codeArnaldo Carvalho de Melo2018-04-032-79/+81
| | * | | | | | | | | perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo2018-04-032-4/+17
| | * | | | | | | | | perf hists browser: Rename perf_evsel_browser_title to a more descriptive nameArnaldo Carvalho de Melo2018-04-031-5/+3
| | * | | | | | | | | perf version: Add man pageJin Yao2018-04-021-0/+24
| | * | | | | | | | | perf tools: Add 'perf -vv' as an alias to 'perf version --build-options'Jin Yao2018-04-022-0/+7
| | * | | | | | | | | perf version: Print the compiled-in status of librariesJin Yao2018-04-021-1/+81
| | * | | | | | | | | perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao2018-04-022-2/+2
| | * | | | | | | | | perf config: Add some new -DHAVE_XXX to CFLAGSJin Yao2018-04-021-0/+6
| | * | | | | | | | | tools include: Add config.h header fileJiri Olsa2018-04-021-0/+34
| | * | | | | | | | | perf trace: Show only failing syscallsArnaldo Carvalho de Melo2018-04-022-3/+9
| | * | | | | | | | | tools headers: Synchronize x86's cpufeatures.hArnaldo Carvalho de Melo2018-04-021-0/+2
| | * | | | | | | | | perf tools: Add a "dso_size" sort orderKim Phillips2018-04-025-0/+48
* | | | | | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-1/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of th...Sai Praneeth2018-04-051-1/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-151-56/+106
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | genirq/affinity: Spread irq vectors among present CPUs as far as possibleMing Lei2018-04-061-6/+37
| * | | | | | | | | | | genirq/affinity: Allow irq spreading from a given starting pointMing Lei2018-04-061-15/+20
| * | | | | | | | | | | genirq/affinity: Move actual irq vector spreading into a helper functionMing Lei2018-04-061-42/+55