index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-23
Merge tag 'rcu.2026.08.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-74
/
+121
2026-08-14
Merge branches 'expcb.2026.07.24a', 'misc.2026.07.30a', 'rcu-tasks.2026.07.30...
Paul E. McKenney
1
-12
/
+13
2026-07-30
rcu: Remove unused rdp parameter from rcu_check_gp_start_stall()
Zqiang
1
-1
/
+1
2026-07-30
rcu: Mark interrupts-enabled accesses to rdp->cpu_no_qs.b.norm
Paul E. McKenney
1
-1
/
+1
2026-07-24
rcu: Mark accesses to rdp->rcu_cpu_has_work
Paul E. McKenney
1
-4
/
+4
2026-07-24
rcu: Remove unused func parameter from callback-enqueue functions
Joel Fernandes
1
-5
/
+5
2026-07-24
rcu: Use WRITE_ONCE() for ->rcu_need_heavy_qs
Paul E. McKenney
1
-1
/
+2
2026-07-24
rcu: Advance callbacks for expedited GP completion in rcu_core()
Puranjay Mohan
1
-0
/
+17
2026-07-24
rcu: Detect expedited grace period completion in rcu_pending()
Puranjay Mohan
1
-7
/
+31
2026-07-24
rcu: Wake NOCB rcuog kthreads on expedited grace period completion
Puranjay Mohan
1
-2
/
+9
2026-07-24
rcu: Update comments for gp_seq and expedited GP tracking
Puranjay Mohan
1
-3
/
+3
2026-07-24
rcu: Enable RCU callbacks to benefit from expedited grace periods
Puranjay Mohan
1
-6
/
+3
2026-07-23
rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPs
Puranjay Mohan
1
-1
/
+2
2026-07-23
rcu/segcblist: Track segment grace periods with struct rcu_gp_seq
Puranjay Mohan
1
-11
/
+14
2026-07-23
rcu: Rename struct rcu_gp_oldstate to rcu_gp_seq
Puranjay Mohan
1
-31
/
+31
2026-07-23
rcu: Remove unused rdp parameter from trace_rcu_this_gp()
Joel Fernandes
1
-13
/
+10
2026-06-24
sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs
Cheng-Yang Chou
1
-0
/
+3
2026-06-15
Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+3
2026-06-02
sched/cputime: Remove superfluous and error prone kcpustat_field() parameter
Frederic Weisbecker
1
-6
/
+3
2026-05-24
rcu: Latch normal synchronize_rcu() path on flood
Uladzislau Rezki (Sony)
1
-13
/
+39
2026-05-24
rcu: Simplify param_set_next_fqs_jiffies() by applying clamp_val()
Paul E. McKenney
1
-1
/
+1
2026-05-24
rcu: Simplify rcu_do_batch() by applying clamp()
Paul E. McKenney
1
-1
/
+1
2026-01-23
Merge branch 'rcu-nocb.20260123a'
Boqun Feng
1
-1
/
+1
2026-01-23
rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
Joel Fernandes
1
-1
/
+1
2026-01-11
rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
Joel Fernandes
1
-0
/
+12
2025-12-03
Merge tag 'rcu.release.v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-11-20
sched: Provide and use set_need_resched_current()
Peter Zijlstra
1
-9
/
+5
2025-11-07
rcu: Mark diagnostic functions as notrace
Paul E. McKenney
1
-1
/
+1
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+3
2025-09-30
entry: Rename "kvm" entry code assets to "virt" to genericize APIs
Sean Christopherson
1
-3
/
+3
2025-09-23
rcu: WQ_UNBOUND added to sync_wq workqueue
Marco Crivellari
1
-1
/
+1
2025-09-23
rcu: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-08-13
rcu: Document that rcu_barrier() hurries lazy callbacks
Paul E. McKenney
1
-0
/
+5
2025-08-11
rcu: Fix racy re-initialization of irq_work causing hangs
Frederic Weisbecker
1
-0
/
+2
2025-07-23
Merge branches 'rcu-exp.23.07.2025', 'rcu.22.07.2025', 'torture-scripts.16.07...
Neeraj Upadhyay (AMD)
1
-14
/
+58
2025-07-22
rcu: Document concurrent quiescent state reporting for offline CPUs
Joel Fernandes
1
-1
/
+18
2025-07-22
rcu: Document separation of rcu_state and rnp's gp_seq
Joel Fernandes
1
-0
/
+4
2025-07-22
rcu: Document GP init vs hotplug-scan ordering requirements
Joel Fernandes
1
-0
/
+8
2025-07-16
rcu: Enable rcu_normal_wake_from_gp on small systems
Uladzislau Rezki (Sony)
1
-3
/
+11
2025-07-08
rcu/exp: Warn on QS requested on dying CPU
Frederic Weisbecker
1
-0
/
+6
2025-07-08
rcu/exp: Remove needless CPU up quiescent state report
Frederic Weisbecker
1
-2
/
+0
2025-06-25
rcu: Robustify rcu_is_cpu_rrupt_from_idle()
Frederic Weisbecker
1
-10
/
+17
2025-06-20
rcu: Return early if callback is not specified
Uladzislau Rezki (Sony)
1
-0
/
+4
2025-05-16
Merge branches 'rcu/misc-for-6.16', 'rcu/seq-counters-for-6.16' and 'rcu/tort...
Joel Fernandes
1
-2
/
+38
2025-05-16
rcutorture: Perform more frequent testing of ->gpwrap
Joel Fernandes
1
-2
/
+32
2025-05-16
rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
Yongliang Gao
1
-3
/
+7
2025-05-16
rcu: Remove swake_up_one_online() bandaid
Frederic Weisbecker
1
-33
/
+1
2025-04-08
rcu: Add warning to ensure rcu_seq_done_exact() is working
Joel Fernandes
1
-0
/
+6
2025-03-24
Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-13
/
+51
2025-03-04
Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.0...
Boqun Feng
1
-12
/
+37
[next]