summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-05-07sched/fair: Stop searching for tasks in newidle balance if there are runnable...Jason Low1-2/+6
2014-05-07sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot1-3/+7
2014-05-07sched, powerpc: Create a dedicated topology tableVincent Guittot1-6/+0
2014-05-07sched, s390: Create a dedicated topology tableVincent Guittot1-3/+0
2014-05-07sched: Rework sched_domain topology definitionVincent Guittot1-113/+120
2014-05-07sched/numa: Do not set preferred_node on migration to a second choice nodeRik van Riel1-1/+10
2014-05-07sched/numa: Retry placement more frequently when misplacedRik van Riel1-1/+4
2014-05-07sched/numa: Count pages on active node as localRik van Riel1-1/+13
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar77-3585/+3318
2014-05-07sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low1-0/+2
2014-05-07sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_ba...Jason Low1-8/+8
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra1-2/+8
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)1-2/+1
2014-05-07sched/deadline: Fix memory leakLi Zefan1-3/+1
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli2-2/+4
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner1-16/+16
2014-04-24sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida1-0/+2
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-11/+32
2014-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2014-04-18kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton1-1/+5
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+16
2014-04-18sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next...Kirill Tkhai3-16/+11
2014-04-18sched/rt: Substract number of tasks of throttled queues from rq->nr_runningKirill Tkhai2-12/+63
2014-04-18sched/rt: Add accessors rq_of_rt_se()Kirill Tkhai1-2/+15
2014-04-18sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_runningKirill Tkhai1-2/+13
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2-4/+4
2014-04-18sched/rt: Do not try to push tasks if pinned task switches to RTKirill V Tkhai1-2/+2
2014-04-18sched: Make scale_rt_power() deal with backward clocksPeter Zijlstra1-1/+6
2014-04-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+5
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)1-0/+6
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai3-5/+16
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+9
2014-04-16tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)1-6/+10
2014-04-16seccomp: fix memory leak on filter attachKees Cook1-0/+2
2014-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-9/+8
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar1-1/+1
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar1-0/+3
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar1-1/+1
2014-04-14user namespace: fix incorrect memory barriersMikulas Patocka1-6/+5
2014-04-14seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFDaniel Borkmann1-9/+8
2014-04-12futex: update documentation for ordering guaranteesDavidlohr Bueso1-9/+23
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-9/+3
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds8-335/+289
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds5-54/+149
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro2-3/+3
2014-04-11locking/mutex: Fix debug_mutexesPeter Zijlstra1-10/+9
2014-04-11sched/numa: Fix task_numa_free() lockdep splatMike Galbraith2-6/+16
2014-04-10tracing: Add missing function triggers dump and cpudump to READMESteven Rostedt (Red Hat)1-0/+2
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers1-2/+4
2014-04-09futex: avoid race between requeue and wakeLinus Torvalds1-0/+5