summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2014-02-27trace: Replace hardcoding of 19 with MAX_NICEDongsheng Yang
2014-02-27sched: Guarantee task priority in pick_next_task()Peter Zijlstra
2014-02-27sched/idle: Remove stale old filePeter Zijlstra
2014-02-27sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann
2014-02-27perf: Fix hotplug splatPeter Zijlstra
2014-02-27sched/deadline: Prevent rt_time growth to infinityJuri Lelli
2014-02-27sched/deadline: Switch CPU's presence test orderJuri Lelli
2014-02-27sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai
2014-02-27sched: Fix double normalization of vruntimeGeorge McCollister
2014-02-27genirq: Remove racy waitqueue_active checkChuansheng Liu
2014-02-26resource: Add resource_contains()Bjorn Helgaas
2014-02-26Merge branch 'torture.2014.02.23a' into HEADPaul E. McKenney
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney
2014-02-26rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alonePaul Gortmaker
2014-02-26rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.cPaul Gortmaker
2014-02-26notifier: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney
2014-02-26KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K
2014-02-25timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0Oleg Nesterov
2014-02-25timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney
2014-02-25timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney
2014-02-25timers: Reduce __run_timers() latency for empty listPaul E. McKenney
2014-02-25timers: Track total number of timers in listPaul E. McKenney
2014-02-25cgroup_freezer: document freezer_fork() subtletiesTejun Heo
2014-02-25cgroup: update cgroup_transfer_tasks() to either succeed or failTejun Heo
2014-02-25cgroup: drop task_lock() protection around task->cgroupsTejun Heo
2014-02-25cgroup: update how a newly forked task gets associated with css_setTejun Heo
2014-02-25cgroup: split process / task migration into four stepsTejun Heo
2014-02-25cgroup: separate out cset_group_from_root() from task_cgroup_from_root()Tejun Heo
2014-02-25cgroup: use css_set->mg_tasks to track target tasks during migrationTejun Heo
2014-02-25cgroup: add css_set->mg_tasksTejun Heo
2014-02-25Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker
2014-02-24watchdog: Simplify a little the IPI callFrederic Weisbecker
2014-02-24smp: Move __smp_call_function_single() below its safe versionFrederic Weisbecker
2014-02-24smp: Consolidate the various smp_call_function_single() declensionsFrederic Weisbecker
2014-02-24smp: Teach __smp_call_function_single() to check for offline cpusJan Kara
2014-02-24smp: Iterate functions through llist_for_each_entry_safe()Jan Kara
2014-02-24capability: Use current logging stylesJoe Perches
2014-02-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-02-23rcutorture: Add a lock_busted to test the testPaul E. McKenney
2014-02-23rcutorture: Gracefully handle NULL cleanup hooksPaul E. McKenney
2014-02-23rcutorture: Add an rcu_busted to test the testPaul E. McKenney
2014-02-23locktorture: Add a lock-torture kernel modulePaul E. McKenney
2014-02-23rcutorture: Stop generic kthreads in torture_cleanup()Paul E. McKenney
2014-02-23rcutorture: Abstract torture_stop_kthread()Paul E. McKenney
2014-02-23rcutorture: Abstract torture_create_kthread()Paul E. McKenney
2014-02-23rcutorture: Fix missing-return bug in rcu_torture_barrier_init()Paul E. McKenney
2014-02-23rcutorture: Fix rcutorture shutdown racesPaul E. McKenney
2014-02-23rcutorture: Announce task creationPaul E. McKenney