| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Fix find_idlest_group() when local group is not allowed | Brendan Jackman | 2017-10-10 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Remove unnecessary comparison with -1 | Brendan Jackman | 2017-10-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Move select_task_rq_fair() slow-path into its own function | Brendan Jackman | 2017-10-10 | 1 | -35/+48 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Force balancing on NOHZ balance if local group has capacity | Brendan Jackman | 2017-10-10 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Sync task util before slow-path wakeup | Brendan Jackman | 2017-10-10 | 1 | -1/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Search a task from the tail of the queue | Uladzislau Rezki | 2017-10-10 | 1 | -8/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/topology: Introduce NUMA identity node sched domain | Suravee Suthikulpanit | 2017-10-10 | 1 | -3/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/topology: Restore SD_PREFER_SIBLING on MC domains | Peter Zijlstra | 2017-10-10 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Rename __dl_clear() to __dl_sub() | Peter Zijlstra | 2017-10-10 | 2 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Fix switching to -deadline | Luca Abeni | 2017-10-10 | 1 | -7/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/headers: Remove duplicate prototype of __dl_clear_params() | luca abeni | 2017-10-10 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/debug: Rename task-state printing helpers | Peter Zijlstra | 2017-10-10 | 2 | -10/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/idle: Move quiet_vmstate() into the NOHZ code | Peter Zijlstra | 2017-10-10 | 2 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 2017-10-10 | 25 | -835/+931 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Update calc_group_*() comments | Peter Zijlstra | 2017-09-29 | 1 | -22/+44 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Calculate runnable_weight slightly differently | Josef Bacik | 2017-09-29 | 1 | -12/+33 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Implement more accurate async detach | Peter Zijlstra | 2017-09-29 | 1 | -6/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Align PELT windows between cfs_rq and its se | Peter Zijlstra | 2017-09-29 | 1 | -14/+31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Implement synchonous PELT detach on load-balance migrate | Peter Zijlstra | 2017-09-29 | 1 | -12/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Propagate an effective runnable_load_avg | Peter Zijlstra | 2017-09-29 | 3 | -62/+121 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Rewrite PELT migration propagation | Peter Zijlstra | 2017-09-29 | 3 | -85/+112 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Rewrite cfs_rq->removed_*avg | Peter Zijlstra | 2017-09-29 | 3 | -24/+48 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Use reweight_entity() for set_user_nice() | Vincent Guittot | 2017-09-29 | 3 | -33/+54 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: More accurate reweight_entity() | Peter Zijlstra | 2017-09-29 | 1 | -1/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Introduce {en,de}queue_load_avg() | Peter Zijlstra | 2017-09-29 | 1 | -70/+86 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Rename {en,de}queue_entity_load_avg() | Peter Zijlstra | 2017-09-29 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Move enqueue migrate handling | Peter Zijlstra | 2017-09-29 | 1 | -34/+36 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Change update_load_avg() arguments | Peter Zijlstra | 2017-09-29 | 1 | -16/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Remove se->load.weight from se->avg.load_sum | Peter Zijlstra | 2017-09-29 | 1 | -27/+64 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Cure calc_cfs_shares() vs. reweight_entity() | Peter Zijlstra | 2017-09-29 | 1 | -4/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Add comment to calc_cfs_shares() | Peter Zijlstra | 2017-09-29 | 1 | -0/+61 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Clean up calc_cfs_shares() | Peter Zijlstra | 2017-09-29 | 1 | -19/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-11-13 | 5 | -281/+240 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 2017-11-07 | 138 | -20/+204 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Rewrite event timekeeping | Peter Zijlstra | 2017-10-27 | 1 | -256/+129 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Fix perf_event_read() | Peter Zijlstra | 2017-10-27 | 1 | -16/+39 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Remove wrong barrier | Peter Zijlstra | 2017-10-27 | 1 | -5/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Rename 'enum perf_event_active_state' | Peter Zijlstra | 2017-10-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Make sure to update ctx time before using it | Peter Zijlstra | 2017-10-27 | 1 | -2/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Fix __perf_read_group_add() locking | Peter Zijlstra | 2017-10-27 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Update ctx time before detaching events | Peter Zijlstra | 2017-10-27 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Fix perf_event_read_value() locking | Peter Zijlstra | 2017-10-27 | 1 | -2/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve... | Yonghong Song | 2017-10-27 | 3 | -4/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2017-10-27 | 9 | -59/+111 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kprobes: Disable the jprobes test code | Masami Hiramatsu | 2017-10-20 | 1 | -1/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kprobes: Disable the jprobes APIs | Masami Hiramatsu | 2017-10-20 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2017-10-20 | 37 | -924/+1120 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=y | Masami Hiramatsu | 2017-10-20 | 1 | -6/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "kprobes: Warn if optprobe handler tries to change execution path" | Naveen N. Rao | 2017-10-18 | 1 | -4/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Explain perf_sched_mutex | Alexander Shishkin | 2017-09-29 | 1 | -0/+5 | |

