summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/wait: Fix a kthread race with wait_woken()Peter Zijlstra2014-11-041-1/+6
* sched: Exclude cond_resched() from nested sleep testPeter Zijlstra2014-10-281-3/+9
* sched: Debug nested sleepsPeter Zijlstra2014-10-281-0/+13
* sched, modules: Fix nested sleep in add_unformed_module()Peter Zijlstra2014-10-281-2/+28
* sched, smp: Correctly deal with nested sleepsPeter Zijlstra2014-10-281-7/+8
* sched, exit: Deal with nested sleepsPeter Zijlstra2014-10-281-0/+5
* sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra2014-10-281-0/+61
* locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra2014-10-281-1/+7
* sched/deadline: Don't balance during wakeup if wakee is pinnedWanpeng Li2014-10-281-0/+3
* sched/deadline: Don't check SD_BALANCE_FORKWanpeng Li2014-10-281-1/+1
* sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli2014-10-282-0/+29
* sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli2014-10-284-32/+95
* sched/deadline: Do not try to push tasks if pinned task switches to dlWanpeng Li2014-10-281-1/+2
* sched: Kill task_preempt_count()Oleg Nesterov2014-10-281-1/+1
* sched: Make finish_task_switch() return 'struct rq *'Oleg Nesterov2014-10-281-23/+15
* sched: Fix schedule_tail() to disable preemptionOleg Nesterov2014-10-281-6/+5
* sched/numa: Check all nodes when placing a pseudo-interleaved groupRik van Riel2014-10-281-2/+9
* sched/numa: Find the preferred nid with complex NUMA topologyRik van Riel2014-10-281-1/+87
* sched/numa: Calculate node scores in complex NUMA topologiesRik van Riel2014-10-281-0/+74
* sched/numa: Prepare for complex topology placementRik van Riel2014-10-281-20/+37
* sched/numa: Classify the NUMA topology of a systemRik van Riel2014-10-282-0/+59
* sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel2014-10-282-1/+8
* sched/dl: Fix preemption checksKirill Tkhai2014-10-281-3/+7
* sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov2014-10-282-40/+41
* sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai2014-10-282-3/+5
* sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu2014-10-281-1/+1
* sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai2014-10-281-2/+12
* sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli2014-10-281-5/+13
* sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli2014-10-281-1/+12
* sched: Fix race between task_group and sched_task_groupKirill Tkhai2014-10-281-0/+6
* Merge branch 'freezer'Rafael J. Wysocki2014-10-232-15/+51
|\
| * PM / freezer: Clean up code after recent fixesRafael J. Wysocki2014-10-221-15/+16
| * PM: convert do_each_thread to for_each_process_threadMichal Hocko2014-10-211-8/+8
| * OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-211-1/+39
| * freezer: remove obsolete comments in __thaw_task()Cong Wang2014-10-211-6/+0
| * freezer: Do not freeze tasks killed by OOM killerCong Wang2014-10-211-0/+3
* | Merge branch 'pm-qos'Rafael J. Wysocki2014-10-231-1/+26
|\ \ | |/ |/|
| * PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH classTomeu Vizoso2014-09-251-1/+26
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-196-69/+56
|\ \
| * | audit: rename audit_log_remove_rule to disambiguate for treesRichard Guy Briggs2014-10-101-2/+2
| * | audit: cull redundancy in audit_rule_changeRichard Guy Briggs2014-10-101-11/+7
| * | audit: WARN if audit_rule_change called illegallyEric Paris2014-10-101-1/+2
| * | audit: put rule existence check in canonical orderRichard Guy Briggs2014-10-101-1/+1
| * | audit: get comm using lock to avoid race in string printingRichard Guy Briggs2014-09-232-4/+4
| * | audit: remove open_arg() function that is never usedRichard Guy Briggs2014-09-231-8/+0
| * | audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs2014-09-231-1/+1
| * | audit: set nlmsg_len for multicast messages.Richard Guy Briggs2014-09-231-1/+2
| * | audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs2014-09-231-9/+20
| * | audit: invalid op= values for rulesBurn Alting2014-09-233-5/+5
| * | audit: use atomic_t to simplify audit_serial()Richard Guy Briggs2014-09-231-12/+2
OpenPOWER on IntegriCloud