summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner2014-06-21
| * | | | | | | | | | | | | | futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner2014-06-21
| * | | | | | | | | | | | | | futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner2014-06-21
| * | | | | | | | | | | | | | futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner2014-06-21
| * | | | | | | | | | | | | | futex: Make unlock_pi more robustThomas Gleixner2014-06-21
| * | | | | | | | | | | | | | rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2014-06-21
| * | | | | | | | | | | | | | rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2014-06-21
| * | | | | | | | | | | | | | rtmutex: Confine deadlock logic to futexThomas Gleixner2014-06-21
| * | | | | | | | | | | | | | rtmutex: Simplify remove_waiter()Thomas Gleixner2014-06-21
| * | | | | | | | | | | | | | rtmutex: Document pi chain walkThomas Gleixner2014-06-21
| * | | | | | | | | | | | | | rtmutex: Clarify the boost/deboost partThomas Gleixner2014-06-21
| * | | | | | | | | | | | | | rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2014-06-21
| * | | | | | | | | | | | | | rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2014-06-21
| * | | | | | | | | | | | | | rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2014-06-21
| * | | | | | | | | | | | | | Merge branch 'locking/urgent' into locking/coreThomas Gleixner2014-06-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-07-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missingPaul E. McKenney2014-07-16
| | | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \
| | *---. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.0...Paul E. McKenney2014-07-09
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | torture: Avoid format string leak to thead nameKees Cook2014-07-07
| | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | rcu: Don't offload callbacks unless specifically requestedPaul E. McKenney2014-07-07
| | | | * | | | | | | | | | | | | | rcu: Parallelize and economize NOCB kthread wakeupsPaul E. McKenney2014-07-07
| | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp()Pranith Kumar2014-07-09
| | | * | | | | | | | | | | | | | rcu: Fix a sparse warning in rcu_initiate_boost()Pranith Kumar2014-07-09
| | | * | | | | | | | | | | | | | rcu: Fix __rcu_reclaim() to use true/false for boolPaul E. McKenney2014-07-09
| | | * | | | | | | | | | | | | | rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney2014-07-09
| | | * | | | | | | | | | | | | | rcu: Use __this_cpu_read() instead of per_cpu_ptr()Shan Wei2014-07-09
| | | * | | | | | | | | | | | | | rcu: Don't use NMIs to dump other CPUs' stacksPaul E. McKenney2014-07-09
| | | * | | | | | | | | | | | | | rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney2014-07-09
| | | * | | | | | | | | | | | | | rcu: Simplify priority boosting by putting rt_mutex in rcu_nodePaul E. McKenney2014-07-09
| | | * | | | | | | | | | | | | | rcu: Check both root and current rcu_node when setting up future grace periodPranith Kumar2014-07-09
| | | * | | | | | | | | | | | | | rcu: Allow post-unlock reference for rt_mutexPaul E. McKenney2014-07-09
| | | * | | | | | | | | | | | | | rcu: Loosen __call_rcu()'s rcu_head alignment constraintPaul E. McKenney2014-07-09
| | | * | | | | | | | | | | | | | rcu: Eliminate read-modify-write ACCESS_ONCE() callsPaul E. McKenney2014-07-09
| | | * | | | | | | | | | | | | | rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpuPaul E. McKenney2014-07-09
| | | * | | | | | | | | | | | | | rcu: Make rcu node arrays static const char * constFabian Frederick2014-07-09
| | | * | | | | | | | | | | | | | signal: Explain local_irq_save() callPaul E. McKenney2014-07-09
| | |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-08-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | tracing: Kill "filter_string" arg of replace_preds()Oleg Nesterov2014-07-16
| * | | | | | | | | | | | | | | | tracing: Change apply_subsystem_event_filter() paths to check file->system ==...Oleg Nesterov2014-07-16
| * | | | | | | | | | | | | | | | tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logicOleg Nesterov2014-07-16
| * | | | | | | | | | | | | | | | tracing: Kill call_filter_disable()Oleg Nesterov2014-07-16
| * | | | | | | | | | | | | | | | tracing: Kill destroy_call_preds()Oleg Nesterov2014-07-16
| * | | | | | | | | | | | | | | | tracing: Kill destroy_preds() and destroy_file_preds()Oleg Nesterov2014-07-16
* | | | | | | | | | | | | | | | | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-08-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | ftrace: Add warning if tramp hash does not match nr_trampolinesSteven Rostedt (Red Hat)2014-07-24
| * | | | | | | | | | | | | | | | | ftrace: Fix trampoline hash update check on rec->flagsSteven Rostedt (Red Hat)2014-07-24
| * | | | | | | | | | | | | | | | | ring-buffer: Use rb_page_size() instead of open coded head_page sizeSteven Rostedt (Red Hat)2014-07-23
| * | | | | | | | | | | | | | | | | ftrace: Rename ftrace_ops field from trampolines to nr_trampolinesSteven Rostedt (Red Hat)2014-07-23
| * | | | | | | | | | | | | | | | | tracing: Convert local function_graph functions to staticSteven Rostedt (Red Hat)2014-07-18