| Commit message (Expand) | Author | Age | Files | Lines |
* | notifier: Return an error when a callback has already been registered | Borislav Petkov | 2021-12-29 | 1 | -7/+8 |
* | notifier: Remove atomic_notifier_call_chain_robust() | Valentin Schneider | 2021-08-16 | 1 | -19/+0 |
* | notifier: Fix broken error handling pattern | Peter Zijlstra | 2020-09-01 | 1 | -56/+88 |
* | mm: remove vmalloc_sync_(un)mappings() | Joerg Roedel | 2020-06-02 | 1 | -1/+0 |
* | x86/mm: split vmalloc_sync_all() | Joerg Roedel | 2020-03-21 | 1 | -1/+1 |
* | kernel/notifier.c: remove blocking_notifier_chain_cond_register() | Xiaoming Ni | 2019-12-04 | 1 | -23/+0 |
* | kernel/notifier.c: remove notifier_chain_cond_register() | Xiaoming Ni | 2019-12-04 | 1 | -16/+1 |
* | kernel/notifier.c: intercept duplicate registrations to avoid infinite loops | Xiaoming Ni | 2019-12-04 | 1 | -1/+4 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | kernel/notifier.c: double register detection | Vasily Averin | 2019-05-14 | 1 | -0/+1 |
* | kernel/notifier.c: simplify expression | Viresh Kumar | 2017-02-24 | 1 | -1/+1 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-09-01 | 1 | -0/+2 |
|\ |
|
| * | notifiers, RCU: Assert that RCU is watching in notify_die() | Andy Lutomirski | 2015-07-07 | 1 | -0/+2 |
|/ |
|
* | rcu: Make SRCU optional by using CONFIG_SRCU | Pranith Kumar | 2015-01-06 | 1 | -0/+3 |
* | kprobes, notifier: Use NOKPROBE_SYMBOL macro in notifier | Masami Hiramatsu | 2014-04-24 | 1 | -9/+13 |
* | notifier: Substitute rcu_access_pointer() for rcu_dereference_raw() | Paul E. McKenney | 2014-02-26 | 1 | -1/+1 |
* | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | notifiers: sys: move reboot notifiers into reboot.h | Amerigo Wang | 2011-07-25 | 1 | -31/+0 |
* | sched: Use lockdep-based checking on rcu_dereference() | Paul E. McKenney | 2010-02-25 | 1 | -3/+3 |
* | kprobes: Fix to add __kprobes to notify_die | Masami Hiramatsu | 2009-08-30 | 1 | -1/+1 |
*-. | Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor... | Ingo Molnar | 2008-11-24 | 1 | -0/+8 |
|\ \ |
|
| * | | debug: add notifier chain debugging, v2 | Arjan van de Ven | 2008-09-10 | 1 | -9/+1 |
| * | | debug: add notifier chain debugging | Arjan van de Ven | 2008-09-10 | 1 | -0/+16 |
| |/ |
|
* / | ftrace: ignore functions that cannot be kprobe-ed | Ingo Molnar | 2008-10-14 | 1 | -1/+1 |
|/ |
|
* | ipc: re-enable msgmni automatic recomputing msgmni if set to negative | Nadia Derbey | 2008-04-29 | 1 | -0/+38 |
* | kernel/notifier.c should #include <linux/reboot.h> | Adrian Bunk | 2008-02-06 | 1 | -0/+1 |
* | Add kernel/notifier.c | Alexey Dobriyan | 2007-10-19 | 1 | -0/+539 |