index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
|
*
rcu: Remove expedited grace-period fast-path forward-progress helper
Paul E. McKenney
2022-08-31
1
-2
/
+0
|
|
|
|
*
rcu: Make synchronize_rcu() fast path update ->gp_seq counters
Paul E. McKenney
2022-08-31
1
-13
/
+26
|
|
|
|
*
rcu-tasks: Remove grace-period fast-path rcu-tasks helper
Paul E. McKenney
2022-08-31
1
-2
/
+0
|
|
|
|
*
rcu: Set rcu_data structures' initial ->gpwrap value to true
Paul E. McKenney
2022-08-31
1
-0
/
+1
|
|
|
|
*
rcu: Disable run-time single-CPU grace-period optimization
Paul E. McKenney
2022-08-31
1
-31
/
+9
|
|
|
|
*
rcu: Add full-sized polling for cond_sync_exp_full()
Paul E. McKenney
2022-08-31
2
-22
/
+77
|
|
|
|
*
rcu: Add full-sized polling for cond_sync_full()
Paul E. McKenney
2022-08-31
2
-21
/
+74
|
|
|
|
*
rcu: Remove blank line from poll_state_synchronize_rcu() docbook header
Paul E. McKenney
2022-08-31
1
-3
/
+2
|
|
|
|
*
rcu: Add full-sized polling for start_poll_expedited()
Paul E. McKenney
2022-08-31
2
-10
/
+59
|
|
|
|
*
rcu: Add full-sized polling for start_poll()
Paul E. McKenney
2022-08-31
2
-22
/
+85
|
|
|
|
*
rcutorture: Verify long-running reader prevents full polling from completing
Paul E. McKenney
2022-08-31
1
-0
/
+10
|
|
|
|
*
rcutorture: Remove redundant RTWS_DEF_FREE check
Paul E. McKenney
2022-08-31
1
-2
/
+1
|
|
|
|
*
rcutorture: Verify RCU reader prevents full polling from completing
Paul E. McKenney
2022-08-31
1
-3
/
+16
|
|
|
|
*
rcutorture: Allow per-RCU-flavor polled double-GP check
Paul E. McKenney
2022-08-31
1
-1
/
+8
|
|
|
|
*
rcutorture: Abstract synchronous and polled API testing
Paul E. McKenney
2022-08-31
1
-12
/
+36
|
|
|
|
*
rcu: Add full-sized polling for get_state()
Paul E. McKenney
2022-08-31
2
-4
/
+39
|
|
|
|
*
rcu: Add full-sized polling for get_completed*() and poll_state*()
Paul E. McKenney
2022-08-31
3
-4
/
+91
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
rcu/nocb: Add CPU number to CPU-{,de}offload failure messages
Paul E. McKenney
2022-08-31
1
-2
/
+2
|
|
|
*
rcu/nocb: Choose the right rcuog/rcuop kthreads to output
Zqiang
2022-08-31
1
-3
/
+3
|
|
_
|
/
|
/
|
|
|
|
*
rcu/kvfree: Update KFREE_DRAIN_JIFFIES interval
Uladzislau Rezki (Sony)
2022-08-31
1
-4
/
+19
|
|
*
rcu/kfree: Fix kfree_rcu_shrink_count() return value
Joel Fernandes (Google)
2022-08-31
1
-1
/
+1
|
|
*
rcu: Back off upon fill_page_cache_func() allocation failure
Michal Hocko
2022-08-31
1
-8
/
+9
|
|
/
|
/
|
|
*
rcutorture: Use the barrier operation specified by cur_ops
Zqiang
2022-09-01
1
-2
/
+2
|
*
rcu: Exclude outgoing CPU when it is the last to leave
Paul E. McKenney
2022-08-31
1
-1
/
+4
|
*
rcu: Avoid triggering strict-GP irq-work when RCU is idle
Zqiang
2022-08-31
1
-1
/
+2
|
*
sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()
Zhen Lei
2022-08-31
1
-3
/
+2
|
*
rcu: Document reason for rcu_all_qs() call to preempt_disable()
Paul E. McKenney
2022-08-31
1
-1
/
+1
|
*
rcu: Make tiny RCU support leak callbacks for debug-object errors
Zqiang
2022-08-31
1
-1
/
+16
|
*
rcu: Add QS check in rcu_exp_handler() for non-preemptible kernels
Zqiang
2022-08-31
1
-1
/
+3
|
*
rcu: Update rcu_preempt_deferred_qs() comments for !PREEMPT kernels
Zqiang
2022-08-31
1
-4
/
+7
|
*
rcu: Fix rcu_read_unlock_strict() strict QS reporting
Zqiang
2022-08-31
1
-0
/
+1
|
/
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-06
1
-1
/
+1
|
\
|
*
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-07-04
1
-1
/
+1
*
|
Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-04
1
-2
/
+1
|
\
\
|
*
|
remove CONFIG_ANDROID
Christoph Hellwig
2022-07-01
1
-2
/
+1
|
|
/
*
|
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-03
15
-994
/
+1104
|
\
\
|
*
\
Merge branch 'ctxt.2022.07.05a' into HEAD
Paul E. McKenney
2022-07-22
8
-530
/
+57
|
|
\
\
|
|
*
|
context_tracking: Convert state to atomic_t
Frederic Weisbecker
2022-07-05
2
-9
/
+8
|
|
*
|
rcu/context-tracking: Move RCU-dynticks internal functions to context_tracking
Frederic Weisbecker
2022-07-05
3
-362
/
+5
|
|
*
|
rcu/context-tracking: Move deferred nocb resched to context tracking
Frederic Weisbecker
2022-07-05
1
-13
/
+2
|
|
*
|
rcu/context_tracking: Move dynticks_nmi_nesting to context tracking
Frederic Weisbecker
2022-07-05
4
-33
/
+22
|
|
*
|
rcu/context_tracking: Move dynticks_nesting to context tracking
Frederic Weisbecker
2022-07-05
3
-17
/
+17
|
|
*
|
rcu/context_tracking: Move dynticks counter to context tracking
Frederic Weisbecker
2022-07-05
4
-33
/
+30
|
|
*
|
rcu/context-tracking: Remove rcu_irq_enter/exit()
Frederic Weisbecker
2022-07-05
1
-83
/
+0
|
|
*
|
context_tracking: Take idle eqs entrypoints over RCU
Frederic Weisbecker
2022-07-05
3
-3
/
+3
|
|
*
|
rcu: Apply noinstr to rcu_idle_enter() and rcu_idle_exit()
Paul E. McKenney
2022-06-20
1
-7
/
+7
|
|
*
|
rcu: Dump rcuc kthread status for CPUs not reporting quiescent state
Zqiang
2022-06-20
1
-28
/
+21
|
|
|
|
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
*
-
-
-
-
-
-
-
.
\
\
Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...
Paul E. McKenney
2022-07-22
15
-455
/
+1105
|
|
\
\
\
\
\
\
\
|
|
|
|
|
|
*
|
|
refscale: Convert test_lock spinlock to raw_spinlock
Zqiang
2022-06-22
1
-9
/
+9
|
|
|
|
|
|
*
|
|
rcutorture: Handle failure of memory allocation functions
Li Qiong
2022-06-22
1
-0
/
+10
[prev]
[next]