Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | uprobes: Introduce free_ret_instance() | Oleg Nesterov | 2015-07-31 | 1 | -14/+13 | |
| * | | | | | | | | | | uprobes: Introduce get_uprobe() | Oleg Nesterov | 2015-07-31 | 1 | -19/+20 | |
| * | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more... | Ingo Molnar | 2015-07-31 | 3 | -23/+39 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | perf: Add PERF_RECORD_SWITCH to indicate context switches | Adrian Hunter | 2015-07-23 | 1 | -0/+103 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-08-31 | 14 | -498/+632 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-08-25 | 1 | -0/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | rcu,locking: Privatize smp_mb__after_unlock_lock() | Paul E. McKenney | 2015-08-04 | 1 | -0/+12 | |
| * | | | | | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-08-12 | 14 | -498/+620 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | ||||||
| | | | | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ \ \ | Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEAD | Paul E. McKenney | 2015-08-04 | 1 | -13/+27 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | rcutorture: Add RCU-tasks qualifier to dereference | Paul E. McKenney | 2015-07-15 | 1 | -2/+14 | |
| | | | * | | | | | | | | | | rcutorture: Fix rcu_torture_cbflood() for callback-free RCU | Paul E. McKenney | 2015-07-15 | 1 | -3/+2 | |
| | | | * | | | | | | | | | | rcutorture: Bounds-check rcutorture.shuffle_interval | Paul E. McKenney | 2015-07-15 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | rcutorture: Check nfakewriters parameter | Paul E. McKenney | 2015-07-15 | 1 | -6/+9 | |
| | | | * | | | | | | | | | | rcutorture: Better bounds checking for n_barrier_cbs | Paul E. McKenney | 2015-07-15 | 1 | -1/+1 | |
| | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD | Paul E. McKenney | 2015-08-04 | 4 | -408/+401 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | rcu: Silence lockdep false positive for expedited grace periods | Paul E. McKenney | 2015-08-04 | 2 | -2/+18 | |
| | | * | | | | | | | | | | | rcu: Add fastpath bypassing funnel locking | Paul E. McKenney | 2015-07-17 | 3 | -3/+19 | |
| | | * | | | | | | | | | | | rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS | Paul E. McKenney | 2015-07-17 | 2 | -2/+2 | |
| | | * | | | | | | | | | | | rcu: Pull out wait_event*() condition into helper function | Paul E. McKenney | 2015-07-17 | 1 | -5/+21 | |
| | | * | | | | | | | | | | | rcu: Add stall warnings to synchronize_sched_expedited() | Paul E. McKenney | 2015-07-17 | 2 | -4/+55 | |
| | | * | | | | | | | | | | | rcu: Extend expedited funnel locking to rcu_data structure | Paul E. McKenney | 2015-07-17 | 3 | -5/+21 | |
| | | * | | | | | | | | | | | rcu: Consolidate last open-coded expedited memory barrier | Paul E. McKenney | 2015-07-17 | 2 | -2/+1 | |
| | | * | | | | | | | | | | | rcu: Apply rcu_seq operations to _rcu_barrier() | Paul E. McKenney | 2015-07-17 | 3 | -56/+22 | |
| | | * | | | | | | | | | | | rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop | Paul E. McKenney | 2015-07-17 | 2 | -33/+18 | |
| | | * | | | | | | | | | | | rcu: Fix synchronize_sched_expedited() type error for "s" | Paul E. McKenney | 2015-07-17 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | rcu: Abstract funnel locking from synchronize_sched_expedited() | Paul E. McKenney | 2015-07-17 | 1 | -33/+47 | |
| | | * | | | | | | | | | | | rcu: Make synchronize_rcu_expedited() use sequence-counter scheme | Paul E. McKenney | 2015-07-17 | 1 | -10/+6 | |
| | | * | | | | | | | | | | | rcu: Abstract sequence counting from synchronize_sched_expedited() | Paul E. McKenney | 2015-07-17 | 1 | -10/+58 | |
| | | * | | | | | | | | | | | rcu: Make expedited GP CPU stoppage asynchronous | Peter Zijlstra | 2015-07-17 | 3 | -15/+25 | |
| | | * | | | | | | | | | | | rcu: Get rid of synchronize_sched_expedited()'s polling loop | Paul E. McKenney | 2015-07-17 | 3 | -59/+47 | |
| | | * | | | | | | | | | | | rcu: Rework synchronize_sched_expedited() counter handling | Paul E. McKenney | 2015-07-17 | 3 | -83/+36 | |
| | | * | | | | | | | | | | | rcu: Switch synchronize_sched_expedited() to stop_one_cpu() | Peter Zijlstra | 2015-07-17 | 2 | -27/+15 | |
| | | * | | | | | | | | | | | rcu: Remove CONFIG_RCU_CPU_STALL_INFO | Paul E. McKenney | 2015-07-17 | 2 | -49/+0 | |
| | | * | | | | | | | | | | | rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited() | Paul E. McKenney | 2015-07-17 | 1 | -23/+2 | |
| | | * | | | | | | | | | | | rcu: Reset rcu_fanout_leaf if out of bounds | Paul E. McKenney | 2015-07-17 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | rcu: Shut up bogus gcc array bounds warning | Alexander Gordeev | 2015-07-17 | 1 | -1/+3 | |
| | | * | | | | | | | | | | | rcu: Simplify arithmetic to calculate number of RCU nodes | Alexander Gordeev | 2015-07-15 | 2 | -15/+6 | |
| | | * | | | | | | | | | | | rcu: Limit count of static data to the number of RCU levels | Alexander Gordeev | 2015-07-15 | 2 | -17/+16 | |
| | | * | | | | | | | | | | | rcu: Remove unnecessary fields from rcu_state structure | Alexander Gordeev | 2015-07-15 | 2 | -14/+15 | |
| | | * | | | | | | | | | | | rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items | Alexander Gordeev | 2015-07-15 | 2 | -8/+6 | |
| | | * | | | | | | | | | | | rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS items | Alexander Gordeev | 2015-07-15 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | rcu: Simplify rcu_init_geometry() capacity arithmetics | Alexander Gordeev | 2015-07-15 | 1 | -10/+8 | |
| | | * | | | | | | | | | | | rcu: Cleanup rcu_init_geometry() code and arithmetics | Alexander Gordeev | 2015-07-15 | 1 | -14/+10 | |
| | | * | | | | | | | | | | | rcu: Remove superfluous local variable in rcu_init_geometry() | Alexander Gordeev | 2015-07-15 | 1 | -7/+7 | |
| | | * | | | | | | | | | | | rcu: Panic if RCU tree can not accommodate all CPUs | Alexander Gordeev | 2015-07-15 | 1 | -12/+17 | |
| | | * | | | | | | | | | | | rcu: Provide more diagnostics for stalled GP kthread | Paul E. McKenney | 2015-07-15 | 2 | -3/+13 | |
| | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | | rcu: Don't disable CPU hotplug during OOM notifiers | Paul E. McKenney | 2015-07-22 | 1 | -2/+0 | |
| | * | | | | | | | | | | | rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks() | Paul E. McKenney | 2015-07-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() | Paul E. McKenney | 2015-07-22 | 9 | -48/+47 | |
| | * | | | | | | | | | | | rcu: Make rcu_is_watching() really notrace | Alexei Starovoitov | 2015-07-22 | 1 | -2/+2 |