summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-20105-683/+2825
|\
| * futexes: Fix futex_hashsize initializationHeiko Carstens2014-01-161-2/+4
| * arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell2014-01-137-7/+7
| * futexes: Avoid taking the hb->lock if there's nothing to wake upDavidlohr Bueso2014-01-131-25/+92
| * futexes: Document multiprocessor ordering guaranteesThomas Gleixner2014-01-131-0/+57
| * futexes: Increase hash table size for better performanceDavidlohr Bueso2014-01-131-7/+19
| * futexes: Clean up various detailsJason Low2014-01-131-27/+12
| * Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-13526-2647/+5087
| |\
| * | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-1211-2/+234
| * | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-1224-414/+58
| * | arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.hPeter Zijlstra2014-01-124-10/+10
| * | locking/doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASEPeter Zijlstra2014-01-121-116/+121
| * | mutexes: Give more informative mutex warning in the !lock->owner caseChuansheng Liu2013-12-171-1/+6
| * | Merge tag 'v3.13-rc4' into core/lockingIngo Molnar2013-12-171709-14286/+30231
| |\ \
| * | | powerpc: Full barrier for smp_mb__after_unlock_lock()Paul E. McKenney2013-12-161-0/+2
| * | | rcu: Apply smp_mb__after_unlock_lock() to preserve grace periodsPaul E. McKenney2013-12-162-1/+30
| * | | Documentation/memory-barriers.txt: Downgrade UNLOCK+BLOCKPaul E. McKenney2013-12-161-15/+69
| * | | locking: Add an smp_mb__after_unlock_lock() for UNLOCK+BLOCK barrierPaul E. McKenney2013-12-161-0/+10
| * | | Documentation/memory-barriers.txt: Document ACCESS_ONCE()Paul E. McKenney2013-12-161-35/+271
| * | | Documentation/memory-barriers.txt: Prohibit speculative writesPeter Zijlstra2013-12-161-8/+175
| * | | Documentation/memory-barriers.txt: Add long atomic examples to memory-barrier...Paul E. McKenney2013-12-161-11/+13
| * | | Documentation/memory-barriers.txt: Add needed ACCESS_ONCE() calls to memory-b...Paul E. McKenney2013-12-161-80/+126
| * | | Revert "smp/cpumask: Make CONFIG_CPUMASK_OFFSTACK=y usable without debug depe...Ingo Molnar2013-11-301-2/+1
| * | | Documentation/robust-futex-API: Count properly to 4Henrik Austad2013-11-301-2/+2
| * | | liblockdep: Add a MAINTAINERS entrySasha Levin2013-11-271-0/+5
| * | | liblockdep: Add the 'lockdep' user-space utilitySasha Levin2013-11-271-0/+3
| * | | liblockdep: Support using LD_PRELOADSasha Levin2013-11-271-0/+447
| * | | liblockdep: Add pthread_rwlock_t test suiteSasha Levin2013-11-271-0/+13
| * | | liblockdep: Add public headers for pthread_rwlock_t implementationSasha Levin2013-11-271-0/+86
| * | | liblockdep: Add pthread_mutex_t test suiteSasha Levin2013-11-2710-0/+158
| * | | liblockdep: Add public headers for pthread_mutex_t implementationSasha Levin2013-11-272-0/+120
| * | | liblockdep: Wrap kernel/locking/lockdep.c to allow usage from userspaceSasha Levin2013-11-2740-0/+720
| * | | lockdep: Be nice about building from userspaceSasha Levin2013-11-271-0/+4
| * | | lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker2013-11-271-21/+16
| * | | Merge branch 'core/urgent' into core/lockingIngo Molnar2013-11-272-10/+47
| |\ \ \
| | * | | lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra2013-11-191-9/+45
| | * | | smp/cpumask: Make CONFIG_CPUMASK_OFFSTACK=y usable without debug dependencyJosh Boyer2013-11-131-1/+2
| * | | | Documentation/memory-barriers.txt: Fix a typo in the data dependency descriptionIngo Molnar2013-11-221-21/+21
* | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-2013-16/+25
|\ \ \ \ \
| * | | | | powerpc: Clean up panic_timeout usageJason Baron2013-11-265-7/+6
| * | | | | MIPS: Remove panic_timeout settingsRalf Baechle2013-11-265-8/+0
| * | | | | panic: Make panic_timeout configurableJason Baron2013-11-263-1/+19
* | | | | | Merge tag 'ktest-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2014-01-202-32/+147
|\ \ \ \ \ \
| * | | | | | ktest: Add BISECT_TRIES to bisect testSteven Rostedt (Red Hat)2014-01-182-2/+36
| * | | | | | ktest: Add eval '=~' command to modify variables in config fileSteven Rostedt (Red Hat)2013-12-111-21/+81
| * | | | | | ktest: Add special variable ${KERNEL_VERSION}Steven Rostedt (Red Hat)2013-12-111-8/+19
| * | | | | | ktest: Add documentation of CLOSE_CONSOLE_SIGNALSteven Rostedt (Red Hat)2013-12-031-0/+7
| * | | | | | ktest: Make the signal to terminate the console configurableSatoru Takeuchi2013-12-031-1/+4
* | | | | | | Merge tag 'localmodconfig-v3.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-201-0/+7
|\ \ \ \ \ \ \
| * | | | | | | localmodconfig: Add config depends by default settingsSteven Rostedt (Red Hat)2013-12-201-0/+7
| | |_|_|_|/ / | |/| | | | |
OpenPOWER on IntegriCloud