Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-02-04 | sched/fair: Move the rq_of() helper function | Vincent Guittot | 2 | -13/+16 |
2019-02-04 | sched/core: Convert task_struct.stack_refcount to refcount_t | Elena Reshetova | 5 | -6/+7 |
2019-02-04 | sched/core: Convert task_struct.usage to refcount_t | Elena Reshetova | 4 | -6/+7 |
2019-02-04 | sched/fair: Convert numa_group.refcount to refcount_t | Elena Reshetova | 1 | -6/+6 |
2019-02-04 | sched/core: Convert signal_struct.sigcnt to refcount_t | Elena Reshetova | 3 | -5/+5 |
2019-02-04 | sched/core: Convert sighand_struct.count to refcount_t | Elena Reshetova | 4 | -8/+9 |
2019-01-29 | sched: Remove stale PF_MUTEX_TESTER bit | Thomas Gleixner | 1 | -1/+0 |
2019-01-27 | sched/fair: Fix unnecessary increase of balance interval | Vincent Guittot | 1 | -13/+27 |
2019-01-27 | sched/fair: Fix rounding bug for asym packing | Vincent Guittot | 1 | -3/+1 |
2019-01-27 | sched/fair: Trigger asym_packing during idle load balance | Vincent Guittot | 1 | -1/+1 |