index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
mutex.c
Age
Commit message (
Expand
)
Author
2013-07-12
mutex: Move ww_mutex definitions to ww_mutex.h
Maarten Lankhorst
2013-06-26
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-04-19
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-02-07
sched/rt: Move rt specific bits into new header file
Clark Williams
2012-03-01
sched/rt: Use schedule_preempt_disabled()
Thomas Gleixner
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-05-25
lockdep, mutex: provide mutex_lock_nest_lock
Peter Zijlstra
2011-04-24
sched: Get rid of lock_depth
Jonathan Corbet
2011-04-14
mutex: Use p->on_cpu for the adaptive spin
Peter Zijlstra
2011-03-31
Fix common misspellings
Lucas De Marchi
2010-11-26
mutexes, sched: Introduce arch_mutex_cpu_relax()
Gerald Schaefer
2010-09-03
mutex: Fix annotations to include it in kernel-locking docbook
Randy Dunlap
2010-05-19
mutex: Fix optimistic spinning vs. BKL
Tony Breeds
2009-12-03
mutex: Better control mutex adaptive spinning config
Frederic Weisbecker
2009-06-11
Merge branch 'linus' into perfcounters/core
Ingo Molnar
2009-06-10
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-05-11
Merge commit 'v2.6.30-rc5' into sched/core
Ingo Molnar
2009-05-06
Merge branch 'core/locking' into perfcounters/core
Ingo Molnar
2009-04-30
mutex: add atomic_dec_and_mutex_lock(), fix
Andrew Morton
2009-04-29
Merge branch 'linus' into perfcounters/core
Ingo Molnar
2009-04-20
sched: remove extra call overhead for schedule()
Peter Zijlstra
2009-04-09
mutex: have non-spinning mutexes on s390 by default
Heiko Carstens
2009-04-06
mutex: drop "inline" from mutex_lock() inside kernel/mutex.c
H. Peter Anvin
2009-01-14
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
2008-11-24
mutex: __used is needed for function referenced only from inline asm
Török Edwin
2008-10-20
lockstat: contend with points
Peter Zijlstra
2008-07-28
locking: fix mutex @key parameter kernel-doc notation
Randy Dunlap
2008-06-10
__mutex_lock_common: use signal_pending_state()
Oleg Nesterov
2008-02-08
kernel: remove fastcall in kernel/*
Harvey Harrison
2007-12-06
Add mutex_lock_killable
Liam R. Howlett
2007-10-11
lockdep: fixup mutex annotations
Peter Zijlstra
2007-07-19
lockstat: measure lock bouncing
Peter Zijlstra
2007-07-19
lockstat: hook into spinlock_t, rwlock_t, rwsem and mutex
Peter Zijlstra
2007-05-09
wrap access to thread_info
Roman Zippel
2006-12-08
[PATCH] lockdep: avoid lockdep warning in md
NeilBrown
2006-07-03
[PATCH] lockdep: prove mutex locking correctness
Ingo Molnar
2006-07-03
[PATCH] lockdep: mutex section binutils workaround
Ingo Molnar
2006-07-03
[PATCH] lockdep: better lock debugging
Ingo Molnar
2006-07-03
[PATCH] lockdep: rename DEBUG_WARN_ON()
Ingo Molnar
2006-06-26
[PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqs
Ingo Molnar
2006-01-10
[PATCH] mutex: trivial whitespace cleanups
Ingo Molnar
2006-01-10
[PATCH] mark mutex_lock*() as might_sleep()
Ingo Molnar
[next]