aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-01-23numa: add a sysctl for numa_balancingGravatar Andi Kleen 2-1/+32
2014-01-22Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-20/+11
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 14-908/+3065
2014-01-21Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 9-45/+38
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 5-791/+520
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-0/+2
2014-01-21sched: add tracepoints related to NUMA task migrationGravatar Mel Gorman 2-1/+7
2014-01-21kernel/power/snapshot.c: use memblock apis for early memory allocationsGravatar Santosh Shilimkar 1-1/+1
2014-01-21kernel/printk/printk.c: use memblock apis for early memory allocationsGravatar Santosh Shilimkar 1-7/+3
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Gravatar Oleg Nesterov 2-0/+8
2014-01-21mm: add overcommit_kbytes sysctl variableGravatar Jerome Marchand 1-3/+8
2014-01-21fsnotify: remove pointless NULL initializersGravatar Jan Kara 2-5/+0
2014-01-21fsnotify: remove .should_send_event callbackGravatar Jan Kara 2-20/+1
2014-01-21fsnotify: do not share events between notification groupsGravatar Jan Kara 2-10/+12
2014-01-21module: Add missing newline in printk call.Gravatar Tetsuo Handa 1-4/+2
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-254/+190
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 24-323/+3087
2014-01-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-37/+96
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-74/+251
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-50/+242
2014-01-20Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2014-01-19tracing: Fix buggered tee(2) on tracing_pipeGravatar Al Viro 1-7/+1
2014-01-18cgroup: trivial style updatesGravatar SeongJae Park 1-2/+3
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2014-01-16sched: Fix __sched_setscheduler() nice testGravatar Peter Zijlstra 1-1/+2
2014-01-16futexes: Fix futex_hashsize initializationGravatar Heiko Carstens 1-2/+4
2014-01-16Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 15-116/+162
2014-01-16sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsGravatar Peter Zijlstra 1-14/+28
2014-01-16sched: Fix up attr::sched_priority warningGravatar Peter Zijlstra 1-2/+1
2014-01-16sched: Fix up scheduler syscall LTP failsGravatar Peter Zijlstra 1-3/+11
2014-01-16sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...Gravatar Peter Zijlstra 1-2/+4
2014-01-16sched/core: Fix htmldocs warningsGravatar Juri Lelli 1-2/+2
2014-01-16sched/deadline: No need to check p if dl_se is validGravatar Juri Lelli 1-2/+1
2014-01-16sched/deadline: Remove unused variablesGravatar Peter Zijlstra 1-11/+0
2014-01-16sched/deadline: Fix sparse static warningsGravatar Fengguang Wu 1-3/+3
2014-01-16Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:...Gravatar Linus Torvalds 1-1/+1
2014-01-14tracing: Have trace buffer point back to trace_arrayGravatar Steven Rostedt (Red Hat) 1-0/+2
2014-01-13ftrace: Fix synchronization location disabling and freeing ftrace_opsGravatar Steven Rostedt (Red Hat) 1-26/+32
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingGravatar Peter Zijlstra 2-9/+11
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Gravatar Peter Zijlstra 1-29/+6
2014-01-13ftrace: Have function graph only trace based on global_ops filtersGravatar Steven Rostedt (Red Hat) 1-1/+44
2014-01-13sched/clock: Fix up clear_sched_clock_stable()Gravatar Peter Zijlstra 1-1/+12
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stableGravatar Peter Zijlstra 4-10/+37
2014-01-13sched/clock: Remove local_irq_disable() from the clocksGravatar Peter Zijlstra 1-28/+6
2014-01-13locking: Optimize lock_bh functionsGravatar Peter Zijlstra 1-2/+2
2014-01-13sched: Factor out the on_null_domain() checks in trigger_load_balance()Gravatar Daniel Lezcano 1-3/+5
2014-01-13sched: Pass 'struct rq' to nohz_idle_balance()Gravatar Daniel Lezcano 1-6/+5
2014-01-13sched: Pass 'struct rq' to rebalance_domains()Gravatar Daniel Lezcano 1-4/+4
2014-01-13sched: Remove unused parameter from nohz_balancer_kick()Gravatar Daniel Lezcano 1-4/+2
2014-01-13sched: Remove unused parameter from find_new_ilb()Gravatar Daniel Lezcano 1-2/+2