aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-02-28Merge branch 'timers/core' into sched/idleIngo Molnar8-31/+262
2014-02-28audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman3-6/+9
2014-02-28Merge branch 'timers.2014.02.25a' of git://git.kernel.org/pub/scm/linux/kerne...Thomas Gleixner1-2/+28
2014-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar17-824/+1433
2014-02-28kernel: Mark function as static in kernel/seccomp.cRashika Kheria1-1/+1
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-2/+2
2014-02-27cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan1-1/+1
2014-02-27cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan1-6/+2
2014-02-27genirq: Include missing header file in irqdomain.cRashika Kheria1-0/+1
2014-02-27perf: Optimize group_sched_in()Peter Zijlstra1-1/+1
2014-02-27perf: Remove redundant PMU assignmentMark Rutland1-2/+0
2014-02-27perf: Fix prototype of find_pmu_context()Mark Rutland1-1/+1
2014-02-27Merge branch 'perf/urgent' into perf/coreIngo Molnar17-77/+160
2014-02-27trace: Replace hardcoding of 19 with MAX_NICEDongsheng Yang1-3/+3
2014-02-27sched: Guarantee task priority in pick_next_task()Peter Zijlstra4-6/+34
2014-02-27sched/idle: Remove stale old filePeter Zijlstra2-154/+10
2014-02-27sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann2-8/+9
2014-02-27perf: Fix hotplug splatPeter Zijlstra1-6/+6
2014-02-27sched/deadline: Prevent rt_time growth to infinityJuri Lelli2-2/+14
2014-02-27sched/deadline: Switch CPU's presence test orderJuri Lelli1-2/+2
2014-02-27sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai1-2/+0
2014-02-27sched: Fix double normalization of vruntimeGeorge McCollister1-4/+4
2014-02-27genirq: Remove racy waitqueue_active checkChuansheng Liu1-2/+1
2014-02-26resource: Add resource_contains()Bjorn Helgaas1-6/+2
2014-02-26Merge branch 'torture.2014.02.23a' into HEADPaul E. McKenney6-780/+1387
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney12-46/+48
2014-02-26rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alonePaul Gortmaker5-9/+1
2014-02-26rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.cPaul Gortmaker2-2/+2
2014-02-26notifier: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney1-1/+1
2014-02-26KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K1-1/+1
2014-02-25timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0Oleg Nesterov1-2/+2
2014-02-25timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney1-0/+1
2014-02-25timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney1-0/+2
2014-02-25timers: Reduce __run_timers() latency for empty listPaul E. McKenney1-0/+18
2014-02-25timers: Track total number of timers in listPaul E. McKenney1-0/+5
2014-02-25cgroup_freezer: document freezer_fork() subtletiesTejun Heo1-3/+25
2014-02-25cgroup: update cgroup_transfer_tasks() to either succeed or failTejun Heo1-5/+23
2014-02-25cgroup: drop task_lock() protection around task->cgroupsTejun Heo1-73/+24
2014-02-25cgroup: update how a newly forked task gets associated with css_setTejun Heo1-31/+55
2014-02-25cgroup: split process / task migration into four stepsTejun Heo1-59/+181
2014-02-25cgroup: separate out cset_group_from_root() from task_cgroup_from_root()Tejun Heo1-12/+17
2014-02-25cgroup: use css_set->mg_tasks to track target tasks during migrationTejun Heo1-108/+115
2014-02-25cgroup: add css_set->mg_tasksTejun Heo1-19/+37
2014-02-25Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo1-6/+6
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker3-9/+16
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker3-18/+6
2014-02-24watchdog: Simplify a little the IPI callFrederic Weisbecker1-2/+1
2014-02-24smp: Move __smp_call_function_single() below its safe versionFrederic Weisbecker1-32/+32
2014-02-24smp: Consolidate the various smp_call_function_single() declensionsFrederic Weisbecker1-41/+39
2014-02-24smp: Teach __smp_call_function_single() to check for offline cpusJan Kara2-6/+10