aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra2-5/+22
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra3-8/+8
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra1-5/+4
2013-09-25sched, rcu: Make RCU use resched_cpu()Peter Zijlstra2-9/+16
2013-09-25sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin2-25/+27
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low1-7/+31
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low3-1/+21
2013-09-20sched: Reduce overestimating rq->avg_idleJason Low1-3/+4
2013-09-20sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks are pinnedVladimir Davydov1-3/+3
2013-09-20Merge branch 'sched/urgent' into sched/coreIngo Molnar49-571/+498
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov1-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance()Vladimir Davydov1-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance()Vladimir Davydov1-1/+2
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-10/+15
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin1-2/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky3-15/+1
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds4-18/+25
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han3-9/+9
2013-09-12memcg: reduce function dereferenceSha Zhengju1-8/+11
2013-09-12memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju1-1/+5
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-4/+4
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-32/+37
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+2
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-09-12sched/fair: Fix the group_capacity computationPeter Zijlstra1-7/+13
2013-09-12sched/fair: Rework and comment the group_capacity codePeter Zijlstra1-8/+24
2013-09-12sched/fair: Fix group power_orig computationPeter Zijlstra1-5/+11
2013-09-12sched/fair: Reduce local_group logicPeter Zijlstra1-12/+17
2013-09-12sched/fair: Rewrite group_imb triggerPeter Zijlstra2-60/+31
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra1-3/+3
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid onesDaisuke Nishimura1-5/+9
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov1-3/+1
2013-09-11panic: call panic handlers before kmsg_dumpKees Cook1-2/+6
2013-09-11kexec: remove unnecessary returnXishi Qiu1-4/+1
2013-09-11__ptrace_may_access() should not deny sub-threadsMark Grondona1-1/+1
2013-09-11kprobes: allow to specify custom allocator for insn cachesHeiko Carstens1-2/+18
2013-09-11kprobes: unify insn cachesHeiko Carstens1-54/+21
2013-09-11task_work: documentationOleg Nesterov1-0/+36
2013-09-11task_work: minor cleanupsOleg Nesterov1-2/+2
2013-09-11kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney1-4/+7
2013-09-11extable: skip sorting if the table is emptyUwe Kleine-König1-1/+1
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney1-0/+11
2013-09-11up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney1-3/+5
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney1-0/+39
2013-09-11kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAKWill Deacon1-0/+14
2013-09-11kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang1-1/+4
2013-09-11kernel/modsign_pubkey.c: fix init const for module signing codeAndi Kleen1-3/+3
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-2/+2