Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | hrtimer: Export __hrtimer_start_range_ns() | Yan, Zheng | 2014-04-18 | 1 | -0/+1 | |
| * | | | | | | | | perf: Allow building PMU drivers as modules | Yan, Zheng | 2014-04-18 | 1 | -0/+15 | |
| * | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes. | Ingo Molnar | 2014-04-18 | 3 | -25/+22 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails | Oleg Nesterov | 2014-04-17 | 1 | -1/+7 | |
| * | | | | | | | | | uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep() | Oleg Nesterov | 2014-04-17 | 1 | -21/+2 | |
* | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 10 | -27/+92 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | rwsem: Add comments to explain the meaning of the rwsem's count field | Tim Chen | 2014-05-04 | 1 | -0/+49 | |
| * | | | | | | | | | | lockdep: Increase static allocations | Sasha Levin | 2014-04-18 | 1 | -3/+3 | |
| * | | | | | | | | | | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 7 | -24/+24 | |
| * | | | | | | | | | | arch: Prepare for smp_mb__{before,after}_atomic() | Peter Zijlstra | 2014-04-18 | 1 | -0/+16 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-03 | 10 | -266/+506 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2014-05-22 | 10 | -266/+506 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | rcu: Provide API to suppress stall warnings while sysrc runs | Rik van Riel | 2014-05-19 | 1 | -0/+12 | |
| | * | | | | | | | | | rcu: Variable name changed in tree_plugin.h and used in tree.c | Uma Sharma | 2014-05-14 | 2 | -16/+16 | |
| | | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ | Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14... | Paul E. McKenney | 2014-05-14 | 10 | -253/+481 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| | | | * | | | | | | | | torture: Remove __init from torture_init_begin/end | Pranith Kumar | 2014-05-14 | 1 | -2/+2 | |
| | | | * | | | | | | | | torture: Check for multiple concurrent torture tests | Paul E. McKenney | 2014-05-14 | 3 | -4/+15 | |
| | | | * | | | | | | | | locktorture: Remove reference to nonexistent Kconfig parameter | Paul E. McKenney | 2014-05-14 | 1 | -2/+2 | |
| | | | * | | | | | | | | rcutorture: Run rcu_torture_writer at normal priority | Paul E. McKenney | 2014-05-14 | 1 | -1/+0 | |
| | | | * | | | | | | | | rcutorture: Add missing destroy_timer_on_stack() | Thomas Gleixner | 2014-05-14 | 1 | -1/+3 | |
| | | | * | | | | | | | | rcutorture: Explicitly test synchronous grace-period primitives | Paul E. McKenney | 2014-05-14 | 1 | -5/+23 | |
| | | | * | | | | | | | | rcutorture: Add tests for get_state_synchronize_rcu() | Paul E. McKenney | 2014-05-14 | 1 | -35/+95 | |
| | | | * | | | | | | | | rcutorture: Check for rcu_torture_fqs creation errors | Paul E. McKenney | 2014-05-14 | 1 | -1/+2 | |
| | | | * | | | | | | | | torture: Notice if an all-zero cpumask is passed inside a critical section | Iulia Manda | 2014-05-14 | 1 | -6/+1 | |
| | | | * | | | | | | | | rcutorture: Make rcu_torture_reader() use cond_resched() | Paul E. McKenney | 2014-05-14 | 1 | -4/+7 | |
| | | | * | | | | | | | | sched,rcu: Make cond_resched() report RCU quiescent states | Paul E. McKenney | 2014-05-14 | 2 | -1/+24 | |
| | | | * | | | | | | | | rcutorture: Export RCU grace-period kthread wait state to rcutorture | Paul E. McKenney | 2014-05-14 | 3 | -1/+25 | |
| | | | * | | | | | | | | torture: Dump ftrace buffer when the RCU grace period stalls | Paul E. McKenney | 2014-05-14 | 1 | -0/+1 | |
| | | | * | | | | | | | | torture: Increase stutter-end intensity | Paul E. McKenney | 2014-05-14 | 1 | -2/+10 | |
| | | | * | | | | | | | | torture: Include "Stopping" string to torture_kthread_stopping() | Paul E. McKenney | 2014-05-14 | 1 | -2/+4 | |
| | | | * | | | | | | | | rcutorture: Print negatives for SRCU counter wraparound | Paul E. McKenney | 2014-05-14 | 1 | -3/+5 | |
| | | | * | | | | | | | | rcutorture: Mark function as static in kernel/rcu/torture.c | Rashika Kheria | 2014-05-14 | 1 | -2/+2 | |
| | | | * | | | | | | | | torture: Intensify locking test | Paul E. McKenney | 2014-05-14 | 1 | -1/+2 | |
| | | | * | | | | | | | | rcutorture: Add forward-progress checking for writer | Paul E. McKenney | 2014-05-13 | 2 | -0/+70 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | softirq: A single rcu_bh_qs() call per softirq set is enough | Eric Dumazet | 2014-04-29 | 1 | -3/+1 | |
| | | * | | | | | | | | rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr() | Christoph Lameter | 2014-04-29 | 2 | -5/+5 | |
| | | * | | | | | | | | rcu: Remove duplicate resched_cpu() declaration | Pranith Kumar | 2014-04-29 | 1 | -6/+0 | |
| | | * | | | | | | | | rcu: Make large and small sysidle systems use same state machine | Paul E. McKenney | 2014-04-29 | 1 | -1/+2 | |
| | | * | | | | | | | | rcu: Bind RCU grace-period kthreads if NO_HZ_FULL | Paul E. McKenney | 2014-04-29 | 1 | -18/+16 | |
| | | * | | | | | | | | rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state() | Andreea-Cristina Bernat | 2014-04-29 | 2 | -19/+9 | |
| | | * | | | | | | | | rcu: Consolidate kfree_call_rcu() to use rcu_state pointer | Andreea-Cristina Bernat | 2014-04-29 | 2 | -30/+14 | |
| | | * | | | | | | | | rcu: Replace NR_CPUS with nr_cpu_ids | Himangi Saraogi | 2014-04-29 | 1 | -2/+2 | |
| | | * | | | | | | | | rcu: Add event tracing to dyntick_save_progress_counter(). | Andreea-Cristina Bernat | 2014-04-29 | 1 | -1/+6 | |
| | | * | | | | | | | | rcu: Protect uses of ->jiffies_stall with ACCESS_ONCE() | Himangi Saraogi | 2014-04-29 | 1 | -4/+4 | |
| | | * | | | | | | | | rcu: Make callers awaken grace-period kthread | Paul E. McKenney | 2014-04-29 | 3 | -54/+94 | |
| | | * | | | | | | | | rcu: Protect uses of jiffies_stall field with ACCESS_ONCE() | Iulia Manda | 2014-04-29 | 1 | -6/+6 | |
| | | * | | | | | | | | rcu: Remove unused rcu_data structure field | Iulia Manda | 2014-04-29 | 2 | -5/+2 | |
| | | * | | | | | | | | rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUs | Paul E. McKenney | 2014-04-29 | 3 | -29/+29 | |
| | | * | | | | | | | | rcu: Print negatives for stall-warning counter wraparound | Paul E. McKenney | 2014-04-29 | 1 | -4/+5 | |
| | | * | | | | | | | | rcu: Fix incorrect notes for code | Liu Ping Fan | 2014-04-29 | 1 | -1/+1 |