aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-23rcu: Replace __get_cpu_var() usesChristoph Lameter2-18/+18
2013-09-23rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()Paul E. McKenney1-1/+1
2013-09-23rcu: Convert local functions to staticPaul E. McKenney2-3/+3
2013-09-23hung_task: Change sysctl_hung_task_check_count to 'int'Li Zefan2-3/+4
2013-09-23module: remove rmmod --wait option.Rusty Russell1-38/+8
2013-09-20rcu: Use proper cpp macro for ->gp_flagsPaul E. McKenney1-1/+1
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 ta...Vladimir 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_...Vladimir Davydov1-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov1-1/+2
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra1-0/+21
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+15
2013-09-17clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un...Elad Wexler1-2/+2
2013-09-16Merge branch 'fortglx/3.12/time' into fortglx/3.13/timeJohn Stultz2-1/+3
2013-09-16Merge branch 'fortglx/3.12/sched-clock64-base' into fortglx/3.13/timeJohn Stultz2-65/+91
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/vir...Linus Torvalds1-3/+3
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-32/+37
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+2
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus 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 inval...Daisuke Nishimura1-5/+9
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov1-3/+1
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2-4/+4
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