summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-05-07sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low
2014-05-07sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_ba...Jason Low
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)
2014-05-07sched/deadline: Fix memory leakLi Zefan
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner
2014-05-07perf: Fix perf_event_init_context()Peter Zijlstra
2014-05-07perf: Fix race in removing an eventPeter Zijlstra
2014-05-07Merge branch 'pm-cpuidle' into pm-sleepRafael J. Wysocki
2014-05-07PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki
2014-05-06kernel/cpuset.c: convert printk to pr_foo()Fabian Frederick
2014-05-06kernel/cpuset.c: kernel-doc fixesFabian Frederick
2014-05-05tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-05-05x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski
2014-05-05kernel/cgroup.c: fix 2 kernel-doc warningsFabian Frederick
2014-05-04cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo
2014-05-04cgroup: update init_css() into init_and_link_css()Tejun Heo
2014-05-04cgroup: use RCU free in create_css() failure pathTejun Heo
2014-05-04cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo
2014-05-04cgroup: make flags and subsys_masks unsigned intTejun Heo
2014-05-04rwsem: Add comments to explain the meaning of the rwsem's count fieldTim Chen
2014-05-03genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-05-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-05-03Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-05-02tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)
2014-05-01ftrace: Have function graph tracer use global_ops for filteringSteven Rostedt (Red Hat)
2014-05-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-05-01PM / hibernate: no kernel_power_off when pm_power_off NULLSebastian Capella
2014-05-01cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki
2014-04-30uprobes: Refuse to insert a probe into MAP_SHARED vmaOleg Nesterov
2014-04-30uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureOleg Nesterov
2014-04-30uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Oleg Nesterov
2014-04-30tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)
2014-04-30timer: Prevent overflow in apply_slackJiri Bohac
2014-04-30hrtimer: Prevent remote enqueue of leftmost timersLeon Ma
2014-04-30hrtimer: Prevent all reprogramming if hang detectedStuart Hayes
2014-04-29tracing: Break out of tracing_wait_pipe() before wait_pipe() is calledSteven Rostedt (Red Hat)
2014-04-29softirq: A single rcu_bh_qs() call per softirq set is enoughEric Dumazet
2014-04-29rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr()Christoph Lameter
2014-04-29rcu: Remove duplicate resched_cpu() declarationPranith Kumar
2014-04-29rcu: Make large and small sysidle systems use same state machinePaul E. McKenney
2014-04-29rcu: Bind RCU grace-period kthreads if NO_HZ_FULLPaul E. McKenney
2014-04-29rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()Andreea-Cristina Bernat
2014-04-29rcu: Consolidate kfree_call_rcu() to use rcu_state pointerAndreea-Cristina Bernat
2014-04-29rcu: Replace NR_CPUS with nr_cpu_idsHimangi Saraogi