summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2013-09-23rcu: Replace __get_cpu_var() usesChristoph Lameter-18/+18
2013-09-23rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()Paul E. McKenney-1/+1
2013-09-23rcu: Convert local functions to staticPaul E. McKenney-3/+3
2013-09-23hung_task: Change sysctl_hung_task_check_count to 'int'Li Zefan-3/+4
2013-09-23module: remove rmmod --wait option.Rusty Russell-38/+8
2013-09-20rcu: Use proper cpp macro for ->gp_flagsPaul E. McKenney-1/+1
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low-7/+31
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low-1/+21
2013-09-20sched: Reduce overestimating rq->avg_idleJason Low-3/+4
2013-09-20sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov-3/+3
2013-09-20Merge branch 'sched/urgent' into sched/coreIngo Molnar-571/+498
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov-1/+2
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra-0/+21
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+15
2013-09-17clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un...Elad Wexler-2/+2
2013-09-16Merge branch 'fortglx/3.12/time' into fortglx/3.13/timeJohn Stultz-1/+3
2013-09-16Merge branch 'fortglx/3.12/sched-clock64-base' into fortglx/3.13/timeJohn Stultz-65/+91
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin-2/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky-15/+1
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds-18/+25
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han-9/+9
2013-09-12memcg: reduce function dereferenceSha Zhengju-8/+11
2013-09-12memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju-1/+5
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju-4/+4
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-32/+37
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+2
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2013-09-12sched/fair: Fix the group_capacity computationPeter Zijlstra-7/+13
2013-09-12sched/fair: Rework and comment the group_capacity codePeter Zijlstra-8/+24
2013-09-12sched/fair: Fix group power_orig computationPeter Zijlstra-5/+11
2013-09-12sched/fair: Reduce local_group logicPeter Zijlstra-12/+17
2013-09-12sched/fair: Rewrite group_imb triggerPeter Zijlstra-60/+31
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra-3/+3
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura-5/+9
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov-3/+1
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz-4/+4
2013-09-11panic: call panic handlers before kmsg_dumpKees Cook-2/+6
2013-09-11kexec: remove unnecessary returnXishi Qiu-4/+1
2013-09-11__ptrace_may_access() should not deny sub-threadsMark Grondona-1/+1
2013-09-11kprobes: allow to specify custom allocator for insn cachesHeiko Carstens-2/+18
2013-09-11kprobes: unify insn cachesHeiko Carstens-54/+21
2013-09-11task_work: documentationOleg Nesterov-0/+36
2013-09-11task_work: minor cleanupsOleg Nesterov-2/+2
2013-09-11kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney-4/+7
2013-09-11extable: skip sorting if the table is emptyUwe Kleine-König-1/+1