summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi
2010-10-18sched: Drop group_capacity to 1 only if local group has extra capacityNikhil Rao
2010-10-18sched: Force balancing on newidle balance if local group has capacityNikhil Rao
2010-10-18sched: Set group_imb only a task can be pulled from the busiest cpuNikhil Rao
2010-10-18sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao
2010-10-18sched: Drop all load weight manipulation for RT tasksLinus Walleij
2010-10-18sched: Create special class for stop/migrate workPeter Zijlstra
2010-10-18sched: Unindent labelsPeter Zijlstra
2010-10-14sched: Comment updates: fix default latency and granularity numbersTakuya Yoshikawa
2010-10-14Merge branch 'linus' into sched/coreIngo Molnar
2010-10-12ring-buffer: Fix typo of time extends per pageSteven Rostedt
2010-10-12perf: Fix incorrect copy_from_user() usageJohn Blackwood
2010-10-07Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-10-07sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet
2010-10-07HWPOISON: Copy si_addr_lsb to userAndi Kleen
2010-10-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds
2010-10-01kfifo: fix scatterlist usageIra W. Snyder
2010-09-23rmap: fix walk during forkAndrea Arcangeli
2010-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-09-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-09-21tracing/sched: Add sched_pi_setprio tracepointSteven Rostedt
2010-09-21sched: Give CPU bound RT tasks preferenceSteven Rostedt
2010-09-21sched: Try not to migrate higher priority RT tasksSteven Rostedt
2010-09-21sched: Increment cache_nice_tries only on periodic lbVenkatesh Pallipadi
2010-09-21Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar
2010-09-21sched: Fix nohz balance kickSuresh Siddha
2010-09-17hw breakpoints: Fix pid namespace bugMatt Helsley
2010-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-09-16sched: Remove branch hints within context_switch()Heiko Carstens
2010-09-15sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin
2010-09-14sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2010-09-13sched: Improve latencies under load by decreasing minimum scheduling granularityIngo Molnar
2010-09-13workqueue: add documentationTejun Heo
2010-09-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2010-09-11PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki
2010-09-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-09-10PM QoS: Correct pr_debug() misuse and improve parameter checksmark gross
2010-09-10generic-ipi: Fix deadlock in __smp_call_function_singleHeiko Carstens
2010-09-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-09-10tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright
2010-09-10swap: revert special hibernation allocationHugh Dickins
2010-09-10kernel/groups.c: fix integer overflow in groups_searchJerome Marchand
2010-09-10cgroups: fix API thinkoMichael S. Tsirkin
2010-09-10gcov: fix null-pointer dereference for certain module typesPeter Oberparleiter
2010-09-09sched: Add book scheduling domainHeiko Carstens
2010-09-09sched: Merge cpu_to_core_group functionsHeiko Carstens
2010-09-09sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha
2010-09-09perf: Fix CPU hotplugPeter Zijlstra