summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman2017-10-101-2/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Remove unnecessary comparison with -1Brendan Jackman2017-10-101-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman2017-10-101-35/+48
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman2017-10-101-2/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Sync task util before slow-path wakeupBrendan Jackman2017-10-101-1/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Search a task from the tail of the queueUladzislau Rezki2017-10-101-8/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit2017-10-101-3/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra2017-10-101-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra2017-10-102-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Fix switching to -deadlineLuca Abeni2017-10-101-7/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni2017-10-101-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-102-10/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra2017-10-102-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2017-10-1025-835/+931
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Update calc_group_*() commentsPeter Zijlstra2017-09-291-22/+44
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Calculate runnable_weight slightly differentlyJosef Bacik2017-09-291-12/+33
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Implement more accurate async detachPeter Zijlstra2017-09-291-6/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Align PELT windows between cfs_rq and its sePeter Zijlstra2017-09-291-14/+31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Implement synchonous PELT detach on load-balance migratePeter Zijlstra2017-09-291-12/+21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra2017-09-293-62/+121
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Rewrite PELT migration propagationPeter Zijlstra2017-09-293-85/+112
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra2017-09-293-24/+48
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot2017-09-293-33/+54
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: More accurate reweight_entity()Peter Zijlstra2017-09-291-1/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Introduce {en,de}queue_load_avg()Peter Zijlstra2017-09-291-70/+86
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Rename {en,de}queue_entity_load_avg()Peter Zijlstra2017-09-291-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Move enqueue migrate handlingPeter Zijlstra2017-09-291-34/+36
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Change update_load_avg() argumentsPeter Zijlstra2017-09-291-16/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Remove se->load.weight from se->avg.load_sumPeter Zijlstra2017-09-291-27/+64
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Cure calc_cfs_shares() vs. reweight_entity()Peter Zijlstra2017-09-291-4/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Add comment to calc_cfs_shares()Peter Zijlstra2017-09-291-0/+61
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Clean up calc_cfs_shares()Peter Zijlstra2017-09-291-19/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-135-281/+240
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-07138-20/+204
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Rewrite event timekeepingPeter Zijlstra2017-10-271-256/+129
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Fix perf_event_read()Peter Zijlstra2017-10-271-16/+39
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Remove wrong barrierPeter Zijlstra2017-10-271-5/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra2017-10-271-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Make sure to update ctx time before using itPeter Zijlstra2017-10-271-2/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra2017-10-271-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Update ctx time before detaching eventsPeter Zijlstra2017-10-271-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Fix perf_event_read_value() lockingPeter Zijlstra2017-10-271-2/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song2017-10-273-4/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-279-59/+111
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kprobes: Disable the jprobes test codeMasami Hiramatsu2017-10-201-1/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kprobes: Disable the jprobes APIsMasami Hiramatsu2017-10-201-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-2037-924/+1120
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=yMasami Hiramatsu2017-10-201-6/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "kprobes: Warn if optprobe handler tries to change execution path"Naveen N. Rao2017-10-181-4/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Explain perf_sched_mutexAlexander Shishkin2017-09-291-0/+5
OpenPOWER on IntegriCloud