aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/ker...Linus Torvalds2-0/+12
2014-05-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+23
2014-05-03Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/...Linus 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
2014-04-29rcu: Add event tracing to dyntick_save_progress_counter().Andreea-Cristina Bernat1-1/+6
2014-04-29rcu: Protect uses of ->jiffies_stall with ACCESS_ONCE()Himangi Saraogi1-4/+4
2014-04-29rcu: Make callers awaken grace-period kthreadPaul E. McKenney3-54/+94
2014-04-29rcu: Protect uses of jiffies_stall field with ACCESS_ONCE()Iulia Manda1-6/+6
2014-04-29rcu: Remove unused rcu_data structure fieldIulia Manda2-5/+2
2014-04-29rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUsPaul E. McKenney3-29/+29
2014-04-29rcu: Print negatives for stall-warning counter wraparoundPaul E. McKenney1-4/+5
2014-04-29rcu: Fix incorrect notes for codeLiu Ping Fan1-1/+1
2014-04-29rcu: Protect ->gp_flags accesses with ACCESS_ONCE()Paul E. McKenney1-6/+6
2014-04-28Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-23/+7
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2-23/+7
2014-04-28PM / hibernate: use unsigned local variables in swsusp_show_speed()Chen Gang1-5/+9
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2-0/+12
2014-04-27Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2-11/+9
2014-04-28param: hand arguments after -- straight to initRusty Russell2-14/+23
2014-04-28module: remove warning about waiting module removal.Rusty Russell1-3/+0
2014-04-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+6
2014-04-25cgroup: Use more current logging styleJoe Perches1-13/+15
2014-04-25cgroup: replace pr_warning with preferred pr_warnJianyu Zhan1-10/+10
2014-04-25cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan1-11/+0