| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-09-04 | 11 | -253/+433 |
|\ |
|
| * | sched/debug: Optimize sched_domain sysctl generation | Peter Zijlstra | 2017-08-25 | 3 | -14/+59 |
| * | sched/topology: Avoid pointless rebuild | Peter Zijlstra | 2017-08-25 | 1 | -3/+12 |
| * | sched/topology, cpuset: Avoid spurious/wrong domain rebuilds | Peter Zijlstra | 2017-08-25 | 1 | -6/+0 |
| * | sched/topology: Improve comments | Peter Zijlstra | 2017-08-25 | 1 | -2/+3 |
| * | sched/topology: Fix memory leak in __sdt_alloc() | Shu Wang | 2017-08-25 | 1 | -9/+7 |
| * | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-08-25 | 18 | -50/+219 |
| |\ |
|
| * | | sched/completion: Document that reinit_completion() must be called after comp... | Steven Rostedt | 2017-08-16 | 1 | -0/+8 |
| * | | sched/autogroup: Fix error reporting printk text in autogroup_create() | Anshuman Khandual | 2017-08-10 | 1 | -2/+1 |
| * | | sched/fair: Fix wake_affine() for !NUMA_BALANCING | Peter Zijlstra | 2017-08-10 | 1 | -68/+122 |
| * | | sched/debug: Intruduce task_state_to_char() helper function | Xie XiuQi | 2017-08-10 | 2 | -18/+7 |
| * | | sched/debug: Show task state in /proc/sched_debug | Xie XiuQi | 2017-08-10 | 1 | -6/+12 |
| * | | sched/debug: Use task_pid_nr_ns in /proc/$pid/sched | Aleksa Sarai | 2017-08-10 | 1 | -2/+3 |
| * | | sched/core: Remove unnecessary initialization init_idle_bootup_task() | Cheng Jian | 2017-08-10 | 1 | -5/+0 |
| * | | sched/deadline: Change return value of cpudl_find() | Byungchul Park | 2017-08-10 | 2 | -16/+16 |
| * | | sched/deadline: Make find_later_rq() choose a closer CPU in topology | Byungchul Park | 2017-08-10 | 1 | -13/+14 |
| * | | sched/numa: Scale scan period with tasks in group and shared/private | Rik van Riel | 2017-08-10 | 1 | -25/+86 |
| * | | sched/numa: Slow down scan rate if shared faults dominate | Rik van Riel | 2017-08-10 | 1 | -14/+25 |
| * | | sched/pelt: Fix false running accounting | Vincent Guittot | 2017-08-10 | 1 | -0/+12 |
| * | | sched: Mark pick_next_task_dl() and build_sched_domain() as static | Viresh Kumar | 2017-08-10 | 2 | -2/+2 |
| * | | sched/cpupri: Don't re-initialize 'struct cpupri' | Viresh Kumar | 2017-08-10 | 1 | -2/+0 |
| * | | sched/deadline: Don't re-initialize 'struct cpudl' | Viresh Kumar | 2017-08-10 | 1 | -1/+0 |
| * | | sched/topology: Drop memset() from init_rootdomain() | Viresh Kumar | 2017-08-10 | 1 | -3/+1 |
| * | | sched/fair: Drop always true parameter of update_cfs_rq_load_avg() | Viresh Kumar | 2017-08-10 | 1 | -8/+7 |
| * | | sched/fair: Avoid checking cfs_rq->nr_running twice | Viresh Kumar | 2017-08-10 | 1 | -7/+9 |
| * | | sched/fair: Pass 'rq' to weighted_cpuload() | Viresh Kumar | 2017-08-10 | 1 | -14/+14 |
| * | | sched/core: Reuse put_prev_task() | Viresh Kumar | 2017-08-10 | 1 | -1/+1 |
| * | | sched/fair: Call cpufreq update util handlers less frequently on UP | Viresh Kumar | 2017-08-10 | 1 | -24/+24 |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-09-04 | 3 | -30/+92 |
|\ \ \ |
|
| * | | | perf/core, x86: Add PERF_SAMPLE_PHYS_ADDR | Kan Liang | 2017-08-29 | 1 | -0/+46 |
| * | | | perf/core, pt, bts: Get rid of itrace_started | Alexander Shishkin | 2017-08-29 | 1 | -1/+6 |
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2017-08-29 | 8 | -22/+65 |
| |\ \ \ |
|
| * | | | | tracing, perf: Adjust code layout in get_recursion_context() | Jesper Dangaard Brouer | 2017-08-25 | 1 | -1/+1 |
| * | | | | perf/core: Don't report zero PIDs for exiting tasks | Oleg Nesterov | 2017-08-25 | 1 | -9/+14 |
| * | | | | perf/aux: Ensure aux_wakeup represents most recent wakeup index | Will Deacon | 2017-08-25 | 2 | -3/+3 |
| * | | | | perf/aux: Make aux_{head,wakeup} ring_buffer members long | Will Deacon | 2017-08-25 | 2 | -19/+16 |
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2017-08-25 | 7 | -36/+57 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 2017-08-24 | 7 | -14/+102 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 2017-08-17 | 4 | -12/+40 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | perf/core: Reduce context switch overhead | leilei.lin | 2017-08-10 | 1 | -0/+9 |
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-09-04 | 26 | -798/+573 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2017-08-21 | 25 | -787/+544 |
| |\ \ \ \ \ \ \ \ |
|
| | | \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ | |
| | *---------. \ \ \ \ \ \ \ | Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',... | Paul E. McKenney | 2017-08-17 | 26 | -798/+573 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | | | | * | | | | | | | | rcutorture: Invoke call_rcu() from timer handler | Paul E. McKenney | 2017-07-25 | 1 | -0/+13 |
| | | | | | | | * | | | | | | | | rcu: Add last-CPU to GP-kthread starvation messages | Paul E. McKenney | 2017-07-25 | 1 | -2/+3 |
| | | | | | | | * | | | | | | | | rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local() | Paul E. McKenney | 2017-07-25 | 1 | -1/+2 |
| | | | | | | | * | | | | | | | | rcutorture: Add task's CPU for rcutorture writer stalls | Paul E. McKenney | 2017-07-25 | 1 | -2/+3 |
| | | | | | | | * | | | | | | | | rcutorture: Place event-traced strings into trace buffer | Paul E. McKenney | 2017-07-25 | 1 | -1/+1 |
| | | | | | | | * | | | | | | | | rcutorture: Enable SRCU readers from timer handler | Paul E. McKenney | 2017-07-25 | 1 | -1/+3 |
| | | | | | | | * | | | | | | | | rcu: Remove CONFIG_TASKS_RCU ifdef from rcuperf.c | Paul E. McKenney | 2017-07-25 | 1 | -16/+1 |