aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/rostedt/linux-traceLinus 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/kernel/git/tip/tipLinus 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
2014-04-25cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan1-8/+0
2014-04-25cgroup: implement cgroup.populated for the default hierarchyTejun Heo1-4/+61
2014-04-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into for-3.16Tejun Heo14-48/+88
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau2-3/+6
2014-04-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar10-20/+60
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-2/+2
2014-04-24tracing: Fix documentation of ftrace_set_global_{filter,notrace}()Jiaxing Wang1-4/+2
2014-04-24tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcJiaxing Wang3-2/+12
2014-04-24kprobes: Show blacklist entries via debugfsMasami Hiramatsu1-8/+53
2014-04-24kprobes, sched: Use NOKPROBE_SYMBOL macro in schedMasami Hiramatsu1-2/+4
2014-04-24kprobes, notifier: Use NOKPROBE_SYMBOL macro in notifierMasami Hiramatsu1-9/+13
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu4-65/+82
2014-04-24kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobesMasami Hiramatsu1-26/+41
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu3-15/+14
2014-04-24kprobes: Allow probe on some kprobe functionsMasami Hiramatsu1-77/+76
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2-48/+53
2014-04-24kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu1-5/+8
2014-04-24sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida1-0/+2
2014-04-23cgroup: implement dynamic subtree controller enable/disable on the default hierarchyTejun Heo1-2/+365
2014-04-23cgroup: prepare migration path for unified hierarchyTejun Heo1-11/+23
2014-04-23cgroup: update subsystem rebind restrictionsTejun Heo1-7/+3
2014-04-23cgroup: add css_set->dfl_cgrpTejun Heo1-0/+4
2014-04-23cgroup: allow cgroup creation and suppress automatic css creation in the unified hierarchyTejun Heo1-9/+9
2014-04-23cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo1-1/+1
2014-04-23cgroup: teach css_task_iter about effective cssesTejun Heo1-3/+15
2014-04-23cgroup: reorganize css_task_iterTejun Heo1-16/+17
2014-04-23cgroup: make css_next_child() skip missing cssesTejun Heo1-3/+12
2014-04-23cgroup: implement cgroup->e_csets[]Tejun Heo1-2/+28
2014-04-23cgroup: introduce effective cgroup_subsys_stateTejun Heo1-19/+64
2014-04-23cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_root->subsys_maskTejun Heo1-37/+27