index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
connector
Commit message (
Expand
)
Author
Age
*
proc_fork_connector: a lockless ->real_parent usage is not safe
Oleg Nesterov
2011-07-28
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
*
drivers/connector/cn_proc.c: remove unused local
Andrew Morton
2011-07-25
*
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
Linus Torvalds
2011-07-22
|
\
|
*
connector: add an event for monitoring process tracers
Vladimir Zapolskiy
2011-07-18
*
|
Connector: Correctly set the error code in case of success when dispatching r...
K. Y. Srinivasan
2011-06-07
|
/
*
connector: fix skb double free in cn_rx_skb()
Patrick McHardy
2011-04-12
*
connector: convert to synchronous netlink message processing
Patrick McHardy
2011-03-30
*
connector: Convert char *name to const char *name
Joe Perches
2011-02-23
*
connector: Use this_cpu operations
Christoph Lameter
2010-12-17
*
connector: add module alias
Stephen Hemminger
2010-12-10
*
connector: remove lazy workqueue creation
Tejun Heo
2010-10-24
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
connector: Delete buggy notification code.
Evgeniy Polyakov
2010-02-02
*
connector: Fix incompatible pointer type warning
Stephen Boyd
2009-10-06
*
connector: Removed the destruct_data callback since it is always kfree_skb()
Philipp Reisner
2009-10-02
*
connector: Provide the sender's credentials to the callback
Philipp Reisner
2009-10-02
*
connector: Keep the skb in cn_callback_data
Philipp Reisner
2009-10-02
*
proc connector: add event for process becoming session leader
Scott James Remnant
2009-09-23
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-07-23
|
\
|
*
connector: maintainer/mail update.
Evgeniy Polyakov
2009-07-21
*
|
connector: make callback argument type explicit
Mike Frysinger
2009-07-17
|
/
*
trivial: Kconfig: .ko is normally not included in module names
Pavel Machek
2009-06-12
*
connector: create connector workqueue only while needed once
Frederic Weisbecker
2009-02-03
*
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
2008-11-13
*
CRED: Separate task security context from task_struct
David Howells
2008-11-13
*
CONNECTOR: add a proc entry to list connectors
Li Zefan
2008-06-27
*
connector: convert to single-threaded workqueue
Evgeniy Polyakov
2008-03-24
*
CONNECTOR: make cn_already_initialized static
Li Zefan
2008-02-26
*
[NETNS]: Consolidate kernel netlink socket destruction.
Denis V. Lunev
2008-01-28
*
[CONNECTOR]: Cleanup struct cn_callback_entry
Li Zefan
2008-01-28
*
[CONNECTOR]: Cleanup struct cn_queue_dev
Li Zefan
2008-01-28
*
[CONNECTOR]: clean up {,__}cn_rx_skb()
Li Zefan
2008-01-28
*
[CONNECTOR]: add a missing break in cn_netlink_send()
Li Zefan
2008-01-28
*
[CONNECTOR]: Don't touch queue dev after decrement of ref count.
Li Zefan
2008-01-09
*
[CONNECTOR]: Return proper error code in cn_call_callback()
Li Zefan
2008-01-04
*
[CONNECTOR]: Fix a spurious kfree_skb() call
Michal Januszewski
2007-10-31
*
[NET]: make netlink user -> kernel interface synchronious
Denis V. Lunev
2007-10-11
*
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
2007-10-10
*
Use menuconfig objects: connector
Jan Engelhardt
2007-07-16
*
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
Patrick McHardy
2007-04-26
*
[NETLINK]: Introduce nlmsg_hdr() helper
Arnaldo Carvalho de Melo
2007-04-26
*
[CONNECTOR]: Bugfix for cn_call_callback()
Philipp Reisner
2007-03-07
*
[PATCH] connector: some fixes for ia64 unaligned access errors
Erik Jacobson
2007-01-06
*
[CONNECTOR]: Replace delayed work with usual work queue.
Evgeniy Polyakov
2006-12-18
*
[CONNECTOR]: Fix compilation breakage introduced recently.
Evgeniy Polyakov
2006-12-18
*
WorkStruct: make allyesconfig
David Howells
2006-11-22
*
[PATCH] Process Events: Fix biarch compatibility issue. use __u64 timestamp
Chandra Seetharaman
2006-07-31
*
[PATCH] connector-exports
Andrew Morton
2006-06-23
*
[PATCH] Process Events - Header Cleanup
Matt Helsley
2006-06-23
[next]