summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre4-3/+145
2014-02-11sched/idle: Move the cpuidle entry point to the generic idle loopNicolas Pitre1-2/+5
2014-02-11sched: Add statistic for newidle load balance costAlex Shi2-3/+7
2014-02-11sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann1-6/+0
2014-02-11sched: Push down pre_schedule() and idle_balance()Peter Zijlstra6-52/+44
2014-02-10sched: Clean up idle task SMP logicPeter Zijlstra1-8/+1
2014-02-10sched/fair: Optimize cgroup pick_next_task_fair()Peter Zijlstra1-12/+110
2014-02-10sched/fair: Clean up the __clear_buddies_*() functionsPeter Zijlstra1-9/+9
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra7-34/+55
2014-02-10sched/fair: Track cgroup depthPeter Zijlstra1-26/+21
2014-02-10sched: Move rq->idle_stamp up to the coreDaniel Lezcano3-11/+16
2014-02-10sched: Fix race in idle_balance()Daniel Lezcano1-0/+7
2014-02-10sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano3-3/+4
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang2-21/+9
2014-02-09sched: Expose some macros related to priorityDongsheng Yang1-18/+0
2014-02-09sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai1-1/+1
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar50-2150/+4197
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-15/+16
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+5
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-8/+12
2014-01-30kernel/smp.c: remove cpumask_ipiRoman Gushchin1-16/+1
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig1-38/+13
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+9
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+0
2014-01-28sched/numa: Turn some magic numbers into #definesRik van Riel1-9/+25
2014-01-28sched/numa: Rename variables in task_numa_fault()Rik van Riel1-4/+4
2014-01-28sched/numa: Do statistics calculation using local variables onlyRik van Riel1-8/+4
2014-01-28sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel2-2/+53
2014-01-28sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel1-0/+63
2014-01-28sched/numa: Build per numa_group active node mask from numa_faults_cpu statis...Rik van Riel1-0/+42
2014-01-28sched/numa: Track from which nodes NUMA faults are triggeredRik van Riel1-7/+23
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel3-33/+33
2014-01-28sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel2-15/+0
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra1-1/+3
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli1-1/+2
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches1-16/+9
2014-01-27softirq: convert printks to pr_<level>Joe Perches1-2/+4
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches1-21/+22
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang1-1/+1
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-32/+81
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-19/+42
2014-01-25hung_task: Display every hung task warningAaron Tomlin2-5/+9
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov1-11/+0
2014-01-25sysctl: Add neg_one as a standard constraintAaron Tomlin1-0/+1
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis2-4/+3
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar3-15/+16
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+4
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds8-22/+63
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds5-193/+326