summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-06-19Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-06-19sched: Don't mix use of typedef ctl_table and struct ctl_tableJoe Perches
2013-06-19sched: Remove WARN_ON(!sd) from init_sched_groups_power()Viresh Kumar
2013-06-19sched: Fix memory leakage in build_sched_groups()Viresh Kumar
2013-06-19sched: Use cached value of span instead of calling sched_domain_span()Viresh Kumar
2013-06-19sched: Create for_each_sd_topology()Viresh Kumar
2013-06-19sched: Don't set sd->child to NULL when it is already NULLViresh Kumar
2013-06-19sched: Don't initialize alloc_state in build_sched_domains()Viresh Kumar
2013-06-19sched: Optimize build_sched_domains() for saving first SD node for a cpuViresh Kumar
2013-06-19sched: Remove unused params of build_sched_domain()Viresh Kumar
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar
2013-06-19sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang
2013-06-19sched: Refine the code in unthrottle_cfs_rq()Michael Wang
2013-06-19sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai
2013-06-19Merge branch 'sched/urgent' into sched/coreIngo Molnar
2013-06-19tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt
2013-06-19sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot
2013-06-19perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker
2013-06-19perf: Fix hypervisor branch sampling permission checkStephane Eranian
2013-06-19Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-06-19perf: Fix mmap() accounting holePeter Zijlstra
2013-06-19cgroup: rename cont to cgrpLi Zefan
2013-06-18cgroup: clean up cgroup_serial_nr_cursorTejun Heo
2013-06-18cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan
2013-06-18cgroup: make serial_nr_cursor available throughout cgroup.cLi Zefan
2013-06-18range: Do not add new blank slot with add_range_with_mergeYinghai Lu
2013-06-18cgroup: fix memory leak in cgroup_rm_cftypes()Li Zefan
2013-06-18cgroup: fix umount vs cgroup_event_remove() raceLi Zefan
2013-06-18cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan
2013-06-18cgroup: disallow rename(2) if sane_behaviorTejun Heo
2013-06-18irq/generic-chip: fix a few kernel-doc entriesUwe Kleine-König
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman
2013-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-06-15move exit_task_namespaces() outside of exit_notify()Oleg Nesterov
2013-06-14idle: Enable interrupts in the weak arch_cpu_idle() implementationJames Bottomley
2013-06-13cpuset: rename @cont to @cgrpLi Zefan
2013-06-13cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo
2013-06-13Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Tejun Heo
2013-06-13cgroup: split cgroup destruction into two stepsTejun Heo
2013-06-13cgroup: reorder the operations in cgroup_destroy_locked()Tejun Heo
2013-06-13Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2013-06-13cgroup: remove cgroup->count and useTejun Heo
2013-06-13cgroup: drop unnecessary RCU dancing from __put_css_set()Tejun Heo
2013-06-13cgroup: rename CGRP_REMOVED to CGRP_DEADTejun Heo
2013-06-13cgroup: use kzalloc() instead of kmalloc()Tejun Heo
2013-06-13cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo
2013-06-13cgroup: consistently use @cset for struct css_set variablesTejun Heo
2013-06-13cgroup: remove now unused css_depth()Tejun Heo
2013-06-13cpuset: fix to migrate mm correctly in a corner caseLi Zefan
2013-06-13cpuset: allow to move tasks to empty cpusetsLi Zefan