summaryrefslogtreecommitdiffstats
path: root/kernel/notifier.c
Commit message (Expand)AuthorAgeFilesLines
* notifiers: add tracepoints to the notifiers infrastructureGuilherme G. Piccoli2023-04-081-0/+6
* kernel/notifier: Remove CONFIG_SRCUPaul E. McKenney2023-02-021-3/+0
* notifier: repair slips in kernel-doc commentsLukas Bulwahn2022-11-301-3/+3
* notifier: Add blocking/atomic_notifier_chain_register_unique_prio()Dmitry Osipenko2022-05-191-19/+69
* notifier: Add atomic_notifier_call_chain_is_empty()Dmitry Osipenko2022-05-191-0/+13
* notifier: Return an error when a callback has already been registeredBorislav Petkov2021-12-291-7/+8
* notifier: Remove atomic_notifier_call_chain_robust()Valentin Schneider2021-08-161-19/+0
* notifier: Fix broken error handling patternPeter Zijlstra2020-09-011-56/+88
* mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-1/+0
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-211-1/+1
* kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni2019-12-041-23/+0
* kernel/notifier.c: remove notifier_chain_cond_register()Xiaoming Ni2019-12-041-16/+1
* kernel/notifier.c: intercept duplicate registrations to avoid infinite loopsXiaoming Ni2019-12-041-1/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* kernel/notifier.c: double register detectionVasily Averin2019-05-141-0/+1
* kernel/notifier.c: simplify expressionViresh Kumar2017-02-241-1/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-0/+2
|\
| * notifiers, RCU: Assert that RCU is watching in notify_die()Andy Lutomirski2015-07-071-0/+2
|/
* rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-061-0/+3
* kprobes, notifier: Use NOKPROBE_SYMBOL macro in notifierMasami Hiramatsu2014-04-241-9/+13
* notifier: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney2014-02-261-1/+1
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang2011-07-251-31/+0
* sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-251-3/+3
* kprobes: Fix to add __kprobes to notify_dieMasami Hiramatsu2009-08-301-1/+1
*-. Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar2008-11-241-0/+8
|\ \
| * | debug: add notifier chain debugging, v2Arjan van de Ven2008-09-101-9/+1
| * | debug: add notifier chain debuggingArjan van de Ven2008-09-101-0/+16
| |/
* / ftrace: ignore functions that cannot be kprobe-edIngo Molnar2008-10-141-1/+1
|/
* ipc: re-enable msgmni automatic recomputing msgmni if set to negativeNadia Derbey2008-04-291-0/+38
* kernel/notifier.c should #include <linux/reboot.h>Adrian Bunk2008-02-061-0/+1
* Add kernel/notifier.cAlexey Dobriyan2007-10-191-0/+539