summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-03-091-1/+2
|\
| * perf: Mark expected switch fall-throughGustavo A. R. Silva2019-03-011-0/+1
| * 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/ring_buffer: Use high order allocations for AUX buffers optimisticallyAlexander Shishkin2019-03-091-17/+15
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-0613-272/+540
|\ \
| * | kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior2019-02-281-2/+3
| * | kthread: Convert worker lock to raw spinlockJulia Cartwright2019-02-281-21/+21
| * | 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/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-111-1/+1
| * | 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-1126-114/+282
| |\ \
| * | | 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-042-7/+8
| * | | 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-047-52/+170
| * | | sched/fair: Move the rq_of() helper functionVincent Guittot2019-02-042-13/+16
| * | | sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova2019-02-041-3/+3
| * | | sched/core: Convert task_struct.usage to refcount_tElena Reshetova2019-02-041-2/+2
| * | | sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova2019-02-041-6/+6
| * | | sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova2019-02-041-3/+3
| * | | sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-041-4/+4
| * | | sched/fair: Fix unnecessary increase of balance intervalVincent Guittot2019-01-271-13/+27
| * | | sched/fair: Fix rounding bug for asym packingVincent Guittot2019-01-271-3/+1
| * | | sched/fair: Trigger asym_packing during idle load balanceVincent Guittot2019-01-271-1/+1
| * | | sched/fair: Robustify CFS-bandwidth timer lockingPeter Zijlstra2019-01-271-14/+16
| * | | sched/core: Give DCE a fighting chancePeter Zijlstra2019-01-273-8/+16
| * | | sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret2019-01-272-0/+40
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-0616-94/+356
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-281-31/+59
| |\ \ \
| | * | | perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2019-02-221-34/+47
| | * | | perf: Copy parent's address filter offsets on cloneAlexander Shishkin2019-02-221-0/+15
| * | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-2821-71/+215
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | kprobes: Prohibit probing on lockdep functionsMasami Hiramatsu2019-02-131-1/+6
| * | | | kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu2019-02-131-0/+2
| * | | | kprobes: Prohibit probing on hardirq tracersMasami Hiramatsu2019-02-132-2/+12
| * | | | kprobes: Search non-suffixed symbol in blacklistMasami Hiramatsu2019-02-131-1/+20
| * | | | x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu2019-02-131-0/+2
| * | | | perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-061-1/+1
| * | | | perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_tElena Reshetova2019-02-043-5/+5
| * | | | perf/ring_buffer: Convert ring_buffer.refcount to refcount_tElena Reshetova2019-02-043-4/+5
| * | | | perf: Convert perf_event_context.refcount to refcount_tElena Reshetova2019-02-041-6/+6