| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur... | Linus Torvalds | 2012-07-14 | 3 | -76/+203 |
|\ \ |
|
| | * | sched/nohz: Rewrite and fix load-avg computation -- again | Peter Zijlstra | 2012-07-05 | 3 | -75/+203 |
| |/
|/| |
|
| * | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" | Paul E. McKenney | 2012-07-02 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-06-08 | 4 | -39/+159 |
|\ |
|
| * | sched: Fix the relax_domain_level boot parameter | Dimitri Sivanich | 2012-06-06 | 1 | -6/+3 |
| * | sched: Validate assumptions in sched_init_numa() | Peter Zijlstra | 2012-06-06 | 1 | -19/+80 |
| * | sched: Always initialize cpu-power | Peter Zijlstra | 2012-06-06 | 2 | -2/+13 |
| * | sched: Fix domain iteration | Peter Zijlstra | 2012-06-06 | 3 | -10/+61 |
| * | sched/rt: Fix lockdep annotation within find_lock_lowest_rq() | Peter Zijlstra | 2012-06-06 | 1 | -1/+1 |
| * | sched/numa: Load balance between remote nodes | Alex Shi | 2012-06-06 | 1 | -1/+1 |
* | | sched/fair: fix lots of kernel-doc warnings | Randy Dunlap | 2012-06-08 | 1 | -16/+6 |
|/ |
|
* | sched: Remove NULL assignment of dattr_cur | Kamalesh Babulal | 2012-05-30 | 1 | -1/+0 |
* | sched: Remove the last NULL entry from sched_feat_names | Hiroshi Shimamoto | 2012-05-30 | 1 | -1/+0 |
* | sched: Make sched_feat_names const | Hiroshi Shimamoto | 2012-05-30 | 1 | -1/+1 |
* | sched/rt: Fix SCHED_RR across cgroups | Colin Cross | 2012-05-30 | 1 | -5/+10 |
* | sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' | Peter Zijlstra | 2012-05-30 | 3 | -17/+23 |
* | sched: Make sure to not re-read variables after validation | Peter Zijlstra | 2012-05-30 | 1 | -4/+11 |
* | sched: Fix SD_OVERLAP | Peter Zijlstra | 2012-05-30 | 2 | -7/+25 |
* | sched: Don't try allocating memory from offline nodes | Peter Zijlstra | 2012-05-30 | 1 | -1/+1 |
* | sched/nohz: Fix rq->cpu_load calculations some more | Peter Zijlstra | 2012-05-30 | 1 | -10/+43 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-05-24 | 1 | -5/+2 |
|\ |
|
| * | userns: Convert sched_set_affinity and sched_set_scheduler's permission checks | Eric W. Biederman | 2012-05-03 | 1 | -5/+2 |
| * | userns: Use cred->user_ns instead of cred->user->user_ns | Eric W. Biederman | 2012-04-08 | 1 | -1/+1 |
| | | |
| \ | |
*-. \ | Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git... | Linus Torvalds | 2012-05-23 | 1 | -1/+8 |
|\ \ \ |
|
| | * | | Revert "sched, perf: Use a single callback into the scheduler" | Jiri Olsa | 2012-05-23 | 1 | -1/+8 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-05-23 | 6 | -608/+352 |
|\ \ \ \ |
|
| * | | | | sched: Taint kernel with TAINT_WARN after sleep-in-atomic bug | Konstantin Khlebnikov | 2012-05-18 | 1 | -0/+1 |
| * | | | | sched: Remove stale power aware scheduling remnants and dysfunctional knobs | Peter Zijlstra | 2012-05-17 | 2 | -367/+2 |
| * | | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2012-05-17 | 1 | -0/+2 |
| |\| | | |
|
| * | | | | sched/debug: Fix printing large integers on 32-bit platforms | Peter Zijlstra | 2012-05-14 | 1 | -2/+8 |
| * | | | | sched/fair: Improve the ->group_imb logic | Peter Zijlstra | 2012-05-14 | 1 | -6/+14 |
| * | | | | sched/nohz: Fix rq->cpu_load[] calculations | Peter Zijlstra | 2012-05-14 | 3 | -16/+41 |
| * | | | | sched/numa: Don't scale the imbalance | Peter Zijlstra | 2012-05-14 | 1 | -6/+1 |
| * | | | | sched/fair: Revert sched-domain iteration breakage | Peter Zijlstra | 2012-05-14 | 2 | -14/+7 |
| * | | | | sched/numa: Fix the new NUMA topology bits | Peter Zijlstra | 2012-05-14 | 1 | -2/+1 |
| * | | | | sched/numa: Rewrite the CONFIG_NUMA sched domain support | Peter Zijlstra | 2012-05-09 | 1 | -95/+185 |
| * | | | | sched/fair: Propagate 'struct lb_env' usage into find_busiest_group | Peter Zijlstra | 2012-05-09 | 1 | -93/+82 |
| * | | | | sched/fair: Add some serialization to the sched_domain load-balance walk | Peter Zijlstra | 2012-05-09 | 2 | -2/+9 |
| * | | | | sched/fair: Let minimally loaded cpu balance the group | Peter Zijlstra | 2012-05-09 | 1 | -5/+5 |
| * | | | | sched: Change rq->nr_running to unsigned int | Peter Zijlstra | 2012-05-09 | 3 | -8/+8 |
| * | | | | sched: Update documentation and comments | Hiroshi Shimamoto | 2012-05-07 | 1 | -1/+1 |
| * | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2012-05-07 | 3 | -14/+27 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'tip/sched/core' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2012-04-14 | 1 | -30/+26 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus... | Kirill Tkhai | 2012-04-12 | 1 | -30/+26 |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-05-23 | 1 | -8/+1 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 2012-05-18 | 3 | -14/+27 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | sched, perf: Use a single callback into the scheduler | Peter Zijlstra | 2012-05-09 | 1 | -8/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-05-23 | 1 | -12/+4 |
|\ \ \ \ \ |
|
| * | | | | | cgroup: convert all non-memcg controllers to the new cftype interface | Tejun Heo | 2012-04-01 | 1 | -12/+4 |
| |/ / / / |
|
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-22 | 2 | -2/+2 |
|\ \ \ \ \ |
|