summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | locking/mutexes: Optimize mutex trylock slowpathJason Low2014-07-051-0/+4
| * | | | | | locking/mutexes: Try to acquire mutex only if it is unlockedJason Low2014-07-051-3/+4
| * | | | | | locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macroJason Low2014-07-051-10/+8Star
| * | | | | | locking/mutexes: Correct documentation on mutex optimistic spinningJason Low2014-07-051-6/+4Star
| * | | | | | futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner2014-06-211-87/+61Star
| * | | | | | futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner2014-06-211-14/+28
| * | | | | | futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner2014-06-211-67/+71
| * | | | | | futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner2014-06-211-63/+61Star
| * | | | | | futex: Make unlock_pi more robustThomas Gleixner2014-06-211-51/+25Star
| * | | | | | rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2014-06-211-7/+70
| * | | | | | rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2014-06-215-28/+83
| * | | | | | rtmutex: Confine deadlock logic to futexThomas Gleixner2014-06-213-38/+38
| * | | | | | rtmutex: Simplify remove_waiter()Thomas Gleixner2014-06-211-17/+19
| * | | | | | rtmutex: Document pi chain walkThomas Gleixner2014-06-211-9/+91
| * | | | | | rtmutex: Clarify the boost/deboost partThomas Gleixner2014-06-211-10/+48
| * | | | | | rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2014-06-211-2/+3
| * | | | | | rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2014-06-211-45/+88
| * | | | | | rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2014-06-211-11/+20
| * | | | | | Merge branch 'locking/urgent' into locking/coreThomas Gleixner2014-06-213-35/+218
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-059-99/+329
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-07-1710-155/+450
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missingPaul E. McKenney2014-07-161-3/+4
| | | | | | | |
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *---. \ \ \ \ \ Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.0...Paul E. McKenney2014-07-099-99/+328
| | |\ \ \ \ \ \ \ \
| | | | | * | | | | | torture: Avoid format string leak to thead nameKees Cook2014-07-071-1/+1
| | | |_|/ / / / / / | | |/| | | | | | |
| | | | * | | | | | rcu: Don't offload callbacks unless specifically requestedPaul E. McKenney2014-07-081-0/+3
| | | | * | | | | | rcu: Parallelize and economize NOCB kthread wakeupsPaul E. McKenney2014-07-082-43/+237
| | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp()Pranith Kumar2014-07-091-0/+1
| | | * | | | | | rcu: Fix a sparse warning in rcu_initiate_boost()Pranith Kumar2014-07-091-0/+2
| | | * | | | | | rcu: Fix __rcu_reclaim() to use true/false for boolPaul E. McKenney2014-07-091-2/+6
| | | * | | | | | rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney2014-07-092-8/+0Star
| | | * | | | | | rcu: Use __this_cpu_read() instead of per_cpu_ptr()Shan Wei2014-07-091-1/+1
| | | * | | | | | rcu: Don't use NMIs to dump other CPUs' stacksPaul E. McKenney2014-07-091-7/+3Star
| | | * | | | | | rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney2014-07-092-5/+19
| | | * | | | | | rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney2014-07-092-14/+14
| | | * | | | | | rcu: Check both root and current rcu_node when setting up future grace periodPranith Kumar2014-07-091-2/+8
| | | * | | | | | rcu: Allow post-unlock reference for rt_mutexPaul E. McKenney2014-07-092-1/+12
| | | * | | | | | rcu: Loosen __call_rcu()'s rcu_head alignment constraintPaul E. McKenney2014-07-091-1/+1
| | | * | | | | | rcu: Eliminate read-modify-write ACCESS_ONCE() callsPaul E. McKenney2014-07-092-8/+8
| | | * | | | | | rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpuPaul E. McKenney2014-07-091-1/+1
| | | * | | | | | rcu: Make rcu node arrays static const char * constFabian Frederick2014-07-091-8/+10
| | | * | | | | | signal: Explain local_irq_save() callPaul E. McKenney2014-07-091-0/+4
| | |/ / / / / /
* | | | | | | | Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-08-043-61/+19Star
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Kill "filter_string" arg of replace_preds()Oleg Nesterov2014-07-161-6/+3Star
| * | | | | | | | tracing: Change apply_subsystem_event_filter() paths to check file->system ==...Oleg Nesterov2014-07-161-23/+16Star
| * | | | | | | | tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logicOleg Nesterov2014-07-161-2/+1Star
| * | | | | | | | tracing: Kill call_filter_disable()Oleg Nesterov2014-07-161-6/+1Star
| * | | | | | | | tracing: Kill destroy_call_preds()Oleg Nesterov2014-07-162-7/+2Star
| * | | | | | | | tracing: Kill destroy_preds() and destroy_file_preds()Oleg Nesterov2014-07-162-21/+0Star
* | | | | | | | | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-08-0413-464/+932
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ftrace: Add warning if tramp hash does not match nr_trampolinesSteven Rostedt (Red Hat)2014-07-241-0/+3