summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * perf diff: Support --time filter optionJin Yao2019-03-062-14/+179
| * perf thread: Generalize function to copy from thread addr space from intel-bt...Andi Kleen2019-03-063-18/+28
| * perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo2019-03-064-33/+52
| * perf clang: Remove needless extra semicolonYang Wei2019-03-061-1/+1
| * perf bpf: Automatically add BTF ELF markersArnaldo Carvalho de Melo2019-03-061-1/+7
| * perf beauty msg_flags: Add missing %s lost when adding prefix suppression logicArnaldo Carvalho de Melo2019-03-011-1/+1
| * perf scripts python: exported-sql-viewer.py: Add call treeAdrian Hunter2019-03-011-9/+186
| * perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBaseAdrian Hunter2019-03-011-45/+55
| * perf scripts python: exported-sql-viewer.py: Improve TreeModel abstractionAdrian Hunter2019-03-011-6/+11
| * perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBaseAdrian Hunter2019-03-011-19/+31
| * perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter2019-03-011-5/+9
| * perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter2019-03-011-1/+1
| * perf scripts python: export-to-sqlite.py: Export calls parent_idAdrian Hunter2019-03-011-4/+8
| * perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter2019-03-015-13/+35
| * perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter2019-03-011-0/+2
| * perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter2019-03-011-1/+2
| * perf time-utils: Refactor time range parsing codeJin Yao2019-03-014-62/+72
| * perf: Mark expected switch fall-throughGustavo A. R. Silva2019-03-011-0/+1
| * tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-02-281-1/+1
| * perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo2019-02-281-3/+6
| * perf, bpf: Consider events with attr.bpf_event as side-band eventsSong Liu2019-02-281-1/+2
* | perf/core: Mark expected switch fall-throughGustavo A. R. Silva2019-03-091-0/+1
* | perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang2019-03-093-7/+10
* | perf/ring_buffer: Use high order allocations for AUX buffers optimisticallyAlexander Shishkin2019-03-091-17/+15
* | Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-03-063-11/+48
|\ \
| * | x86/TSC: Use RDTSCPBorislav Petkov2019-01-161-2/+14
| * | x86/alternatives: Add an ALTERNATIVE_3() macroBorislav Petkov2019-01-161-0/+23
| * | x86/alternatives: Print containing functionBorislav Petkov2019-01-161-2/+2
| * | x86/alternatives: Add macro commentsBorislav Petkov2019-01-161-7/+9
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-0629-324/+1165
|\ \ \
| * | | kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior2019-02-282-5/+5
| * | | kthread: Convert worker lock to raw spinlockJulia Cartwright2019-02-282-23/+23
| * | | sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar2019-02-132-4/+4
| * | | sched/fair: Remove unused 'sd' parameter from select_idle_smt()Viresh Kumar2019-02-111-3/+3
| * | | sched/wait: Use freezable_schedule() when possibleHugo Lefeuvre2019-02-111-3/+3
| * | | sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment blockValentin Schneider2019-02-111-9/+2
| * | | sched/fair: Explain LLC nohz kick conditionValentin Schneider2019-02-111-2/+7
| * | | sched/fair: Simplify nohz_balancer_kick()Valentin Schneider2019-02-111-6/+2
| * | | sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck2019-02-112-5/+5
| * | | sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-113-24/+18
| * | | sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot2019-02-111-9/+34
| * | | sched/fair: Optimize update_blocked_averages()Vincent Guittot2019-02-111-5/+21
| * | | Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-11817-4021/+8528
| |\ \ \
| * | | | sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot2019-02-041-5/+28
| * | | | sched/fair: Add tmp_alone_branch assertionPeter Zijlstra2019-02-041-55/+71
| * | | | sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-02-043-9/+10
| * | | | sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto2019-02-041-0/+4
| * | | | sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...Vincent Guittot2019-02-042-5/+16
| * | | | sched/fair: Update scale invariance of PELTVincent Guittot2019-02-048-68/+177
| * | | | sched/fair: Move the rq_of() helper functionVincent Guittot2019-02-042-13/+16