aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-06-20watchdog: Rename confusing state variableFrederic Weisbecker2-17/+17
2013-06-19ftrace: Fix stddev calculation in function profilerJuri Lelli1-2/+8
2013-06-19tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabledzhangwei(Jovi)1-2/+1
2013-06-19tracing: Disable tracing on warningSteven Rostedt (Red Hat)3-0/+27
2013-06-19tracing: Add binary '&' filter for eventsSteven Rostedt1-0/+6
2013-06-20watchdog: Register / unregister watchdog kthreads on sysctl controlFrederic Weisbecker1-40/+47
2013-06-20nohz: Warn if the machine can not perform nohz_fullSteven Rostedt1-0/+5
2013-06-19Merge tag 'please-pull-einj' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2013-06-19Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar7-1208/+154
2013-06-19sched: Don't mix use of typedef ctl_table and struct ctl_tableJoe Perches1-1/+1
2013-06-19sched: Remove WARN_ON(!sd) from init_sched_groups_power()Viresh Kumar1-1/+1
2013-06-19sched: Fix memory leakage in build_sched_groups()Viresh Kumar1-2/+2
2013-06-19sched: Use cached value of span instead of calling sched_domain_span()Viresh Kumar1-1/+1
2013-06-19sched: Create for_each_sd_topology()Viresh Kumar1-3/+6
2013-06-19sched: Don't set sd->child to NULL when it is already NULLViresh Kumar1-1/+1
2013-06-19sched: Don't initialize alloc_state in build_sched_domains()Viresh Kumar1-1/+1
2013-06-19sched: Optimize build_sched_domains() for saving first SD node for a cpuViresh Kumar1-5/+2
2013-06-19sched: Remove unused params of build_sched_domain()Viresh Kumar1-4/+3
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar3-4/+4
2013-06-19sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang1-4/+0
2013-06-19sched: Refine the code in unthrottle_cfs_rq()Michael Wang1-1/+1
2013-06-19sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai2-67/+16
2013-06-19Merge branch 'sched/urgent' into sched/coreIngo Molnar34-1096/+1297
2013-06-19tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt1-0/+40
2013-06-19sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot1-4/+17
2013-06-19perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker1-1/+1
2013-06-19perf: Fix hypervisor branch sampling permission checkStephane Eranian1-2/+2
2013-06-19Merge branch 'perf/urgent' into perf/coreIngo Molnar3-82/+185
2013-06-19perf: Fix mmap() accounting holePeter Zijlstra2-72/+159
2013-06-19cgroup: rename cont to cgrpLi Zefan1-11/+11
2013-06-18cgroup: clean up cgroup_serial_nr_cursorTejun Heo1-7/+8
2013-06-18cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan1-36/+44
2013-06-18cgroup: make serial_nr_cursor available throughout cgroup.cLi Zefan1-8/+10
2013-06-18range: Do not add new blank slot with add_range_with_mergeYinghai Lu1-10/+11
2013-06-18cgroup: fix memory leak in cgroup_rm_cftypes()Li Zefan1-1/+2
2013-06-18cgroup: fix umount vs cgroup_event_remove() raceLi Zefan1-6/+19
2013-06-18cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan1-1/+8
2013-06-18cgroup: disallow rename(2) if sane_behaviorTejun Heo1-0/+7
2013-06-18irq/generic-chip: fix a few kernel-doc entriesUwe Kleine-König1-3/+3
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman20-127/+206
2013-06-17ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd1-11/+8
2013-06-18irqdomain: Remove temporary MIPS workaround codeGrant Likely1-12/+0
2013-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-06-15move exit_task_namespaces() outside of exit_notify()Oleg Nesterov1-1/+1
2013-06-14idle: Enable interrupts in the weak arch_cpu_idle() implementationJames Bottomley1-0/+1
2013-06-13cpuset: rename @cont to @cgrpLi Zefan1-16/+16
2013-06-13cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo1-61/+104
2013-06-13Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Tejun Heo18-213/+195
2013-06-13cgroup: split cgroup destruction into two stepsTejun Heo1-11/+27
2013-06-13cgroup: reorder the operations in cgroup_destroy_locked()Tejun Heo1-26/+35