summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-06-26Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/li...Ingo Molnar10-106/+275
2013-06-26futex: Use freezable blocking callColin Cross1-1/+2
2013-06-26futex: Take hugepages into account when generating futex_keyZhang Yi1-1/+2
2013-06-25cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchyTejun Heo1-4/+6
2013-06-25cgroup: implement for_each_[builtin_]subsys()Tejun Heo1-76/+71
2013-06-25cgroup: move init_css_set initialization inside cgroup_mutexTejun Heo1-4/+4
2013-06-25irqdomain: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas1-1/+1
2013-06-25cgroup: s/for_each_subsys()/for_each_root_subsys()/Tejun Heo1-25/+22
2013-06-25cgroup: clean up find_css_set() and friendsTejun Heo1-21/+17
2013-06-25cgroup: remove cgroup->actual_subsys_maskTejun Heo1-10/+12
2013-06-25cgroup: prefix global variables with "cgroup_"Tejun Heo1-76/+77
2013-06-25Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman10-106/+275
2013-06-24genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chipsJames Hogan1-0/+1
2013-06-23perf: Drop sample rate when sampling is too slowDave Hansen2-4/+97
2013-06-21Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-10/+11
2013-06-21tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano1-2/+5
2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+57
2013-06-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-82/+185
2013-06-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+17
2013-06-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-10/+5
2013-06-20hw_breakpoint: Introduce "struct bp_cpuinfo"Oleg Nesterov1-33/+36
2013-06-20hw_breakpoint: Simplify *register_wide_hw_breakpoint()Oleg Nesterov1-23/+11
2013-06-20hw_breakpoint: Introduce cpumask_of_bp()Oleg Nesterov1-26/+17
2013-06-20hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() pathsOleg Nesterov1-12/+8
2013-06-20hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() pathsOleg Nesterov1-24/+16
2013-06-20Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+3
2013-06-20hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov1-2/+2
2013-06-20hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)Oleg Nesterov1-1/+1
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