aboutsummaryrefslogtreecommitdiff
path: root/kernel/notifier.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-08notifiers: add tracepoints to the notifiers infrastructureGravatar Guilherme G. Piccoli 1-0/+6
2023-02-02kernel/notifier: Remove CONFIG_SRCUGravatar Paul E. McKenney 1-3/+0
2022-11-30notifier: repair slips in kernel-doc commentsGravatar Lukas Bulwahn 1-3/+3
2022-05-19notifier: Add blocking/atomic_notifier_chain_register_unique_prio()Gravatar Dmitry Osipenko 1-19/+69
2022-05-19notifier: Add atomic_notifier_call_chain_is_empty()Gravatar Dmitry Osipenko 1-0/+13
2021-12-29notifier: Return an error when a callback has already been registeredGravatar Borislav Petkov 1-7/+8
2021-08-16notifier: Remove atomic_notifier_call_chain_robust()Gravatar Valentin Schneider 1-19/+0
2020-09-01notifier: Fix broken error handling patternGravatar Peter Zijlstra 1-56/+88
2020-06-02mm: remove vmalloc_sync_(un)mappings()Gravatar Joerg Roedel 1-1/+0
2020-03-21x86/mm: split vmalloc_sync_all()Gravatar Joerg Roedel 1-1/+1
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Gravatar Xiaoming Ni 1-23/+0
2019-12-04kernel/notifier.c: remove notifier_chain_cond_register()Gravatar Xiaoming Ni 1-16/+1
2019-12-04kernel/notifier.c: intercept duplicate registrations to avoid infinite loopsGravatar Xiaoming Ni 1-1/+4
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14kernel/notifier.c: double register detectionGravatar Vasily Averin 1-0/+1
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