index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
notifier.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-26
notifiers: vt: move vt notifiers into vt.h
Amerigo Wang
1
-7
/
+2
2011-07-26
notifiers: pm: move pm notifiers into suspend.h
Amerigo Wang
1
-8
/
+2
2011-07-26
notifiers: sys: move reboot notifiers into reboot.h
Amerigo Wang
1
-4
/
+1
2011-07-26
notifiers: net: move netdevice notifiers into netdevice.h
Amerigo Wang
1
-27
/
+1
2011-07-26
notifiers: cpu: move cpu notifiers into cpu.h
Amerigo Wang
1
-32
/
+2
2011-05-23
net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASE
Amerigo Wang
1
-1
/
+1
2011-05-23
netpoll: disable netpoll when enslave a device
Amerigo Wang
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-08-20
notifiers: __rcu annotations
Arnd Bergmann
1
-5
/
+5
2010-05-31
net: Fix NETDEV_NOTIFY_PEERS to not conflict with NETDEV_BONDING_DESLAVE.
David S. Miller
1
-1
/
+1
2010-05-31
arp_notify: allow drivers to explicitly request a notification event.
Ian Campbell
1
-0
/
+1
2010-05-27
notifier: change notifier_from_errno(0) to return NOTIFY_OK
Akinobu Mita
1
-1
/
+4
2010-05-06
netpoll: add generic support for bridge and bonding devices
WANG Cong
1
-0
/
+1
2010-03-22
net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()
Patrick McHardy
1
-1
/
+4
2010-03-19
net: rename notifier defines for netdev type change
Jiri Pirko
1
-2
/
+2
2009-12-02
net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH
Eric W. Biederman
1
-1
/
+1
2009-11-18
net: introduce NETDEV_UNREGISTER_PERNET
Octavian Purdila
1
-0
/
+1
2009-10-05
net: introduce NETDEV_POST_INIT notifier
Johannes Berg
1
-0
/
+1
2009-09-15
bonding: remap muticast addresses without using dev_close() and dev_open()
Moni Shoua
1
-0
/
+2
2009-06-03
net: introduce pre-up netdev notifier
Johannes Berg
1
-0
/
+1
2008-09-08
kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
Manfred Spraul
1
-1
/
+9
2008-07-25
workqueues: make get_online_cpus() useable for work->func()
Oleg Nesterov
1
-0
/
+2
2008-06-18
net/core: add NETDEV_BONDING_FAILOVER event
Or Gerlitz
1
-0
/
+1
2008-04-29
ipc: re-enable msgmni automatic recomputing msgmni if set to negative
Nadia Derbey
1
-0
/
+4
2008-04-28
VT notifier extension for accessibility
Karl Dahlke
1
-0
/
+1
2008-02-02
Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)
Alan Stern
1
-0
/
+2
2008-01-25
cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()
Gautham R Shenoy
1
-3
/
+1
2007-10-19
Console events and accessibility
Samuel Thibault
1
-0
/
+6
2007-10-19
Add kernel/notifier.c
Alexey Dobriyan
1
-0
/
+2
2007-10-19
Console keyboard events and accessibility
Samuel Thibault
1
-0
/
+9
2007-07-31
[NET]: Allow netdev REGISTER/CHANGENAME events to fail
Herbert Xu
1
-0
/
+13
2007-07-19
PM: introduce hibernation and suspend notifiers
Rafael J. Wysocki
1
-0
/
+6
2007-07-16
HOTPLUG: Add CPU_DYING notifier
Avi Kivity
1
-0
/
+3
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
1
-0
/
+12
2007-05-09
Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASE
Gautham R Shenoy
1
-0
/
+2
2007-05-09
Extend notifier_call_chain to count nr_calls made
Gautham R Shenoy
1
-22
/
+30
2006-10-04
[PATCH] Add SRCU-based notifier chains
Alan Stern
1
-5
/
+38
2006-07-04
[PATCH] lockdep: locking init debugging improvement
Ingo Molnar
1
-1
/
+1
2006-03-27
[PATCH] Notifier chain update: API changes
Alan Stern
1
-7
/
+89
2005-05-30
[BRIDGE]: features change notification
Stephen Hemminger
1
-0
/
+1
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+75