summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra
2013-09-25sched: Create more preempt_count accessorsPeter Zijlstra
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra
2013-09-25sched, rcu: Make RCU use resched_cpu()Peter Zijlstra
2013-09-25sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low
2013-09-20sched: Reduce overestimating rq->avg_idleJason Low
2013-09-20sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov
2013-09-20Merge branch 'sched/urgent' into sched/coreIngo Molnar
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han
2013-09-12memcg: reduce function dereferenceSha Zhengju
2013-09-12memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-09-12sched/fair: Fix the group_capacity computationPeter Zijlstra
2013-09-12sched/fair: Rework and comment the group_capacity codePeter Zijlstra
2013-09-12sched/fair: Fix group power_orig computationPeter Zijlstra
2013-09-12sched/fair: Reduce local_group logicPeter Zijlstra
2013-09-12sched/fair: Rewrite group_imb triggerPeter Zijlstra
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov
2013-09-11panic: call panic handlers before kmsg_dumpKees Cook
2013-09-11kexec: remove unnecessary returnXishi Qiu
2013-09-11__ptrace_may_access() should not deny sub-threadsMark Grondona
2013-09-11kprobes: allow to specify custom allocator for insn cachesHeiko Carstens
2013-09-11kprobes: unify insn cachesHeiko Carstens
2013-09-11task_work: documentationOleg Nesterov
2013-09-11task_work: minor cleanupsOleg Nesterov
2013-09-11kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney
2013-09-11extable: skip sorting if the table is emptyUwe Kleine-König
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney
2013-09-11up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney
2013-09-11kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAKWill Deacon