aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-05-07sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low1-0/+2
2014-05-07sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_balance()Jason Low1-8/+8
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra1-2/+8
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)1-2/+1
2014-05-07sched/deadline: Fix memory leakLi Zefan1-3/+1
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli2-2/+4
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner1-16/+16
2014-05-07perf: Fix perf_event_init_context()Peter Zijlstra1-0/+2
2014-05-07perf: Fix race in removing an eventPeter Zijlstra1-21/+26
2014-05-07Merge branch 'pm-cpuidle' into pm-sleepRafael J. Wysocki2-13/+9
2014-05-07PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki1-0/+2
2014-05-06kernel/cpuset.c: convert printk to pr_foo()Fabian Frederick1-7/+4
2014-05-06kernel/cpuset.c: kernel-doc fixesFabian Frederick1-5/+6
2014-05-05tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2-3/+3
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen6-12/+12
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2014-05-05x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski1-0/+5
2014-05-05kernel/cgroup.c: fix 2 kernel-doc warningsFabian Frederick1-2/+2
2014-05-04cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo1-21/+38
2014-05-04cgroup: update init_css() into init_and_link_css()Tejun Heo1-8/+10
2014-05-04cgroup: use RCU free in create_css() failure pathTejun Heo1-6/+5
2014-05-04cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo1-8/+43
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo1-2/+2
2014-05-04cgroup: make flags and subsys_masks unsigned intTejun Heo1-19/+18
2014-05-04rwsem: Add comments to explain the meaning of the rwsem's count fieldTim Chen1-0/+49
2014-05-03genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2-6/+104
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+12
2014-05-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+23
2014-05-03Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2014-05-02tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)1-1/+1
2014-05-01ftrace: Have function graph tracer use global_ops for filteringSteven Rostedt (Red Hat)1-8/+6
2014-05-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+0
2014-05-01PM / hibernate: no kernel_power_off when pm_power_off NULLSebastian Capella1-2/+4
2014-05-01cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki1-13/+7
2014-04-30uprobes: Refuse to insert a probe into MAP_SHARED vmaOleg Nesterov1-1/+1
2014-04-30uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureOleg Nesterov1-5/+9
2014-04-30uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Oleg Nesterov1-18/+18
2014-04-30tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)6-34/+4
2014-04-30timer: Prevent overflow in apply_slackJiri Bohac1-1/+1
2014-04-30hrtimer: Prevent remote enqueue of leftmost timersLeon Ma1-0/+5
2014-04-30hrtimer: Prevent all reprogramming if hang detectedStuart Hayes1-0/+17
2014-04-29tracing: Break out of tracing_wait_pipe() before wait_pipe() is calledSteven Rostedt (Red Hat)1-9/+9
2014-04-29softirq: A single rcu_bh_qs() call per softirq set is enoughEric Dumazet1-3/+1
2014-04-29rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr()Christoph Lameter2-5/+5
2014-04-29rcu: Remove duplicate resched_cpu() declarationPranith Kumar1-6/+0
2014-04-29rcu: Make large and small sysidle systems use same state machinePaul E. McKenney1-1/+2
2014-04-29rcu: Bind RCU grace-period kthreads if NO_HZ_FULLPaul E. McKenney1-18/+16
2014-04-29rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()Andreea-Cristina Bernat2-19/+9
2014-04-29rcu: Consolidate kfree_call_rcu() to use rcu_state pointerAndreea-Cristina Bernat2-30/+14
2014-04-29rcu: Replace NR_CPUS with nr_cpu_idsHimangi Saraogi1-2/+2