aboutsummaryrefslogtreecommitdiff
path: root/kernel/notifier.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-24kernel/notifier.c: simplify expressionGravatar Viresh Kumar 1-1/+1
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2015-07-07notifiers, RCU: Assert that RCU is watching in notify_die()Gravatar Andy Lutomirski 1-0/+2
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUGravatar Pranith Kumar 1-0/+3
2014-04-24kprobes, notifier: Use NOKPROBE_SYMBOL macro in notifierGravatar Masami Hiramatsu 1-9/+13
2014-02-26notifier: Substitute rcu_access_pointer() for rcu_dereference_raw()Gravatar Paul E. McKenney 1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-25notifiers: sys: move reboot notifiers into reboot.hGravatar Amerigo Wang 1-31/+0
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Gravatar Paul E. McKenney 1-3/+3
2009-08-30kprobes: Fix to add __kprobes to notify_dieGravatar Masami Hiramatsu 1-1/+1
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Gravatar Ingo Molnar 1-0/+8
2008-10-14ftrace: ignore functions that cannot be kprobe-edGravatar Ingo Molnar 1-1/+1
2008-09-10debug: add notifier chain debugging, v2Gravatar Arjan van de Ven 1-9/+1
2008-09-10debug: add notifier chain debuggingGravatar Arjan van de Ven 1-0/+16
2008-04-29ipc: re-enable msgmni automatic recomputing msgmni if set to negativeGravatar Nadia Derbey 1-0/+38
2008-02-06kernel/notifier.c should #include <linux/reboot.h>Gravatar Adrian Bunk 1-0/+1
2007-10-19Add kernel/notifier.cGravatar Alexey Dobriyan 1-0/+539