summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-11-04audit, sched/wait: Fixup kauditd_thread() wait loopPeter Zijlstra1-10/+1
2014-11-04sched/wait: Fix a kthread race with wait_woken()Peter Zijlstra1-1/+6
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra1-3/+9
2014-10-28sched: Debug nested sleepsPeter Zijlstra1-0/+13
2014-10-28sched, modules: Fix nested sleep in add_unformed_module()Peter Zijlstra1-2/+28
2014-10-28sched, smp: Correctly deal with nested sleepsPeter Zijlstra1-7/+8
2014-10-28sched, exit: Deal with nested sleepsPeter Zijlstra1-0/+5
2014-10-28sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra1-0/+61
2014-10-28locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra1-1/+7
2014-10-28sched/deadline: Don't balance during wakeup if wakee is pinnedWanpeng Li1-0/+3
2014-10-28sched/deadline: Don't check SD_BALANCE_FORKWanpeng Li1-1/+1
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli2-0/+29
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli4-32/+95
2014-10-28sched/deadline: Do not try to push tasks if pinned task switches to dlWanpeng Li1-1/+2
2014-10-28sched: Kill task_preempt_count()Oleg Nesterov1-1/+1
2014-10-28sched: Make finish_task_switch() return 'struct rq *'Oleg Nesterov1-23/+15
2014-10-28sched: Fix schedule_tail() to disable preemptionOleg Nesterov1-6/+5
2014-10-28sched/numa: Check all nodes when placing a pseudo-interleaved groupRik van Riel1-2/+9
2014-10-28sched/numa: Find the preferred nid with complex NUMA topologyRik van Riel1-1/+87
2014-10-28sched/numa: Calculate node scores in complex NUMA topologiesRik van Riel1-0/+74
2014-10-28sched/numa: Prepare for complex topology placementRik van Riel1-20/+37
2014-10-28sched/numa: Classify the NUMA topology of a systemRik van Riel2-0/+59
2014-10-28sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel2-1/+8
2014-10-28sched/dl: Fix preemption checksKirill Tkhai1-3/+7
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov2-40/+41
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai2-3/+5
2014-10-28sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu1-1/+1
2014-10-28sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai1-2/+12
2014-10-28sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli1-5/+13
2014-10-28sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli1-1/+12
2014-10-28sched: Fix race between task_group and sched_task_groupKirill Tkhai1-0/+6
2014-10-23Merge branch 'freezer'Rafael J. Wysocki2-15/+51
2014-10-23Merge branch 'pm-qos'Rafael J. Wysocki1-1/+26
2014-10-22PM / freezer: Clean up code after recent fixesRafael J. Wysocki1-15/+16
2014-10-21PM: convert do_each_thread to for_each_process_threadMichal Hocko1-8/+8
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-1/+39
2014-10-21freezer: remove obsolete comments in __thaw_task()Cong Wang1-6/+0
2014-10-21freezer: Do not freeze tasks killed by OOM killerCong Wang1-0/+3
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds6-69/+56
2014-10-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2014-10-18futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas1-0/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds21-72/+72
2014-10-15modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava1-0/+2
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds7-48/+108
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2014-10-14Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-81/+171
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven1-4/+3
2014-10-14kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell1-2/+48
2014-10-14kdb: replace strnicmp with strncasecmpRasmus Villemoes1-3/+3
2014-10-14x86: optimize resource lookups for ioremapMike Travis1-0/+36