summaryrefslogtreecommitdiff
path: root/kernel/notifier.c
AgeCommit message (Expand)Author
2023-04-08notifiers: add tracepoints to the notifiers infrastructureGuilherme G. Piccoli
2023-02-02kernel/notifier: Remove CONFIG_SRCUPaul E. McKenney
2022-11-30notifier: repair slips in kernel-doc commentsLukas Bulwahn
2022-05-19notifier: Add blocking/atomic_notifier_chain_register_unique_prio()Dmitry Osipenko
2022-05-19notifier: Add atomic_notifier_call_chain_is_empty()Dmitry Osipenko
2021-12-29notifier: Return an error when a callback has already been registeredBorislav Petkov
2021-08-16notifier: Remove atomic_notifier_call_chain_robust()Valentin Schneider
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni
2019-12-04kernel/notifier.c: remove notifier_chain_cond_register()Xiaoming Ni
2019-12-04kernel/notifier.c: intercept duplicate registrations to avoid infinite loopsXiaoming Ni
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14kernel/notifier.c: double register detectionVasily Averin
2017-02-24kernel/notifier.c: simplify expressionViresh Kumar
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-07-07notifiers, RCU: Assert that RCU is watching in notify_die()Andy Lutomirski
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2014-04-24kprobes, notifier: Use NOKPROBE_SYMBOL macro in notifierMasami Hiramatsu
2014-02-26notifier: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney
2009-08-30kprobes: Fix to add __kprobes to notify_dieMasami Hiramatsu
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar
2008-10-14ftrace: ignore functions that cannot be kprobe-edIngo Molnar
2008-09-10debug: add notifier chain debugging, v2Arjan van de Ven
2008-09-10debug: add notifier chain debuggingArjan van de Ven
2008-04-29ipc: re-enable msgmni automatic recomputing msgmni if set to negativeNadia Derbey
2008-02-06kernel/notifier.c should #include <linux/reboot.h>Adrian Bunk
2007-10-19Add kernel/notifier.cAlexey Dobriyan