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
/
kernel
/
mutex.c
Commit message (
Expand
)
Author
Age
*
mutex: Avoid gcc version dependent __builtin_constant_p() usage
Tetsuo Handa
2013-10-18
*
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-09-04
|
\
|
*
mutex: Avoid label warning when !CONFIG_MUTEX_SPIN_ON_OWNER
Davidlohr Bueso
2013-07-25
|
*
mutex: Do not unnecessarily deal with waiters
Davidlohr Bueso
2013-07-23
|
*
mutex: Fix/document access-once assumption in mutex_can_spin_on_owner()
Peter Zijlstra
2013-07-22
*
|
mutex: Fix w/w mutex deadlock injection
Maarten Lankhorst
2013-07-30
|
/
*
mutex: Move ww_mutex definitions to ww_mutex.h
Maarten Lankhorst
2013-07-12
*
mutex: Add w/w mutex slowpath debugging
Daniel Vetter
2013-06-26
*
mutex: Add support for wound/wait style locks
Maarten Lankhorst
2013-06-26
*
arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or not
Maarten Lankhorst
2013-06-26
*
mutex: Back out architecture specific check for negative mutex count
Waiman Long
2013-04-19
*
mutex: Queue mutex spinners with MCS lock to reduce cacheline contention
Waiman Long
2013-04-19
*
mutex: Make more scalable by doing less atomic operations
Waiman Long
2013-04-19
*
mutex: Move mutex spinning code from sched/core.c back to mutex.c
Waiman Long
2013-04-19
*
sched/rt: Move rt specific bits into new header file
Clark Williams
2013-02-07
*
sched/rt: Use schedule_preempt_disabled()
Thomas Gleixner
2012-03-01
*
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
*
lockdep, mutex: provide mutex_lock_nest_lock
Peter Zijlstra
2011-05-25
*
sched: Get rid of lock_depth
Jonathan Corbet
2011-04-24
*
mutex: Use p->on_cpu for the adaptive spin
Peter Zijlstra
2011-04-14
*
Fix common misspellings
Lucas De Marchi
2011-03-31
*
mutexes, sched: Introduce arch_mutex_cpu_relax()
Gerald Schaefer
2010-11-26
*
mutex: Fix annotations to include it in kernel-locking docbook
Randy Dunlap
2010-09-03
*
mutex: Fix optimistic spinning vs. BKL
Tony Breeds
2010-05-19
*
mutex: Better control mutex adaptive spinning config
Frederic Weisbecker
2009-12-03
*
Merge branch 'linus' into perfcounters/core
Ingo Molnar
2009-06-11
|
\
|
*
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-06-10
|
|
\
|
*
\
Merge commit 'v2.6.30-rc5' into sched/core
Ingo Molnar
2009-05-11
|
|
\
\
|
*
|
|
sched: remove extra call overhead for schedule()
Peter Zijlstra
2009-04-20
*
|
|
|
Merge branch 'core/locking' into perfcounters/core
Ingo Molnar
2009-05-06
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
mutex: add atomic_dec_and_mutex_lock(), fix
Andrew Morton
2009-04-30
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'linus' into perfcounters/core
Ingo Molnar
2009-04-29
|
\
|
|
|
*
|
mutex: have non-spinning mutexes on s390 by default
Heiko Carstens
2009-04-09
|
|
/
*
/
mutex: drop "inline" from mutex_lock() inside kernel/mutex.c
H. Peter Anvin
2009-04-06
|
/
*
mutex: adaptive spinnning, performance tweaks
Chris Mason
2009-01-14
*
mutex: implement adaptive spinning
Peter Zijlstra
2009-01-14
*
mutex: preemption fixes
Peter Zijlstra
2009-01-14
*
mutex: small cleanup
Peter Zijlstra
2009-01-14
*
mutex: __used is needed for function referenced only from inline asm
Török Edwin
2008-11-24
*
lockstat: contend with points
Peter Zijlstra
2008-10-20
*
locking: fix mutex @key parameter kernel-doc notation
Randy Dunlap
2008-07-28
*
__mutex_lock_common: use signal_pending_state()
Oleg Nesterov
2008-06-10
*
kernel: remove fastcall in kernel/*
Harvey Harrison
2008-02-08
*
Add mutex_lock_killable
Liam R. Howlett
2007-12-06
*
lockdep: fixup mutex annotations
Peter Zijlstra
2007-10-11
*
lockstat: measure lock bouncing
Peter Zijlstra
2007-07-19
*
lockstat: hook into spinlock_t, rwlock_t, rwsem and mutex
Peter Zijlstra
2007-07-19
*
wrap access to thread_info
Roman Zippel
2007-05-09
*
[PATCH] lockdep: avoid lockdep warning in md
NeilBrown
2006-12-08
*
[PATCH] lockdep: prove mutex locking correctness
Ingo Molnar
2006-07-03
[next]