index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-20
rcu: Keep synchronize_rcu() from enabling irqs in early boot
Paul E. McKenney
1
-4
/
+6
2022-09-01
Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...
Paul E. McKenney
9
-151
/
+613
2022-09-01
rcutorture: Use the barrier operation specified by cur_ops
Zqiang
1
-2
/
+2
2022-08-31
rcu-tasks: Make RCU Tasks Trace check for userspace execution
Zqiang
2
-6
/
+2
2022-08-31
rcu-tasks: Ensure RCU Tasks Trace loops have quiescent states
Paul E. McKenney
1
-0
/
+3
2022-08-31
rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
Zqiang
1
-1
/
+1
2022-08-31
srcu: Make Tiny SRCU use full-sized grace-period counters
Paul E. McKenney
1
-7
/
+7
2022-08-31
srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precise
Paul E. McKenney
1
-2
/
+2
2022-08-31
rcutorture: Make "srcud" option also test polled grace-period API
Paul E. McKenney
1
-0
/
+3
2022-08-31
rcutorture: Limit read-side polling-API testing
Paul E. McKenney
1
-18
/
+23
2022-08-31
rcutorture: Expand rcu_torture_write_types() first "if" statement
Paul E. McKenney
1
-6
/
+23
2022-08-31
rcutorture: Use 1-suffixed variable in rcu_torture_write_types() check
Paul E. McKenney
1
-1
/
+1
2022-08-31
rcu: Make synchronize_rcu() fastpath update only boot-CPU counters
Paul E. McKenney
1
-2
/
+16
2022-08-31
rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removal
Paul E. McKenney
1
-1
/
+1
2022-08-31
rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure
Paul E. McKenney
1
-5
/
+1
2022-08-31
rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequence
Paul E. McKenney
1
-0
/
+6
2022-08-31
rcu: Remove expedited grace-period fast-path forward-progress helper
Paul E. McKenney
1
-2
/
+0
2022-08-31
rcu: Make synchronize_rcu() fast path update ->gp_seq counters
Paul E. McKenney
1
-13
/
+26
2022-08-31
rcu-tasks: Remove grace-period fast-path rcu-tasks helper
Paul E. McKenney
1
-2
/
+0
2022-08-31
rcu: Set rcu_data structures' initial ->gpwrap value to true
Paul E. McKenney
1
-0
/
+1
2022-08-31
rcu: Disable run-time single-CPU grace-period optimization
Paul E. McKenney
1
-31
/
+9
2022-08-31
rcu: Add full-sized polling for cond_sync_exp_full()
Paul E. McKenney
2
-22
/
+77
2022-08-31
rcu: Add full-sized polling for cond_sync_full()
Paul E. McKenney
2
-21
/
+74
2022-08-31
rcu: Remove blank line from poll_state_synchronize_rcu() docbook header
Paul E. McKenney
1
-3
/
+2
2022-08-31
rcu: Add full-sized polling for start_poll_expedited()
Paul E. McKenney
2
-10
/
+59
2022-08-31
rcu: Add full-sized polling for start_poll()
Paul E. McKenney
2
-22
/
+85
2022-08-31
rcutorture: Verify long-running reader prevents full polling from completing
Paul E. McKenney
1
-0
/
+10
2022-08-31
rcutorture: Remove redundant RTWS_DEF_FREE check
Paul E. McKenney
1
-2
/
+1
2022-08-31
rcutorture: Verify RCU reader prevents full polling from completing
Paul E. McKenney
1
-3
/
+16
2022-08-31
rcutorture: Allow per-RCU-flavor polled double-GP check
Paul E. McKenney
1
-1
/
+8
2022-08-31
rcutorture: Abstract synchronous and polled API testing
Paul E. McKenney
1
-12
/
+36
2022-08-31
rcu: Add full-sized polling for get_state()
Paul E. McKenney
2
-4
/
+39
2022-08-31
rcu: Add full-sized polling for get_completed*() and poll_state*()
Paul E. McKenney
3
-4
/
+91
2022-08-31
rcu/nocb: Add CPU number to CPU-{,de}offload failure messages
Paul E. McKenney
1
-2
/
+2
2022-08-31
rcu/nocb: Choose the right rcuog/rcuop kthreads to output
Zqiang
1
-3
/
+3
2022-08-31
rcu/kvfree: Update KFREE_DRAIN_JIFFIES interval
Uladzislau Rezki (Sony)
1
-4
/
+19
2022-08-31
rcu/kfree: Fix kfree_rcu_shrink_count() return value
Joel Fernandes (Google)
1
-1
/
+1
2022-08-31
rcu: Back off upon fill_page_cache_func() allocation failure
Michal Hocko
1
-8
/
+9
2022-08-31
rcu: Exclude outgoing CPU when it is the last to leave
Paul E. McKenney
1
-1
/
+4
2022-08-31
rcu: Avoid triggering strict-GP irq-work when RCU is idle
Zqiang
1
-1
/
+2
2022-08-31
sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()
Zhen Lei
1
-3
/
+2
2022-08-31
rcu: Document reason for rcu_all_qs() call to preempt_disable()
Paul E. McKenney
1
-1
/
+1
2022-08-31
rcu: Make tiny RCU support leak callbacks for debug-object errors
Zqiang
1
-1
/
+16
2022-08-31
rcu: Add QS check in rcu_exp_handler() for non-preemptible kernels
Zqiang
1
-1
/
+3
2022-08-31
rcu: Update rcu_preempt_deferred_qs() comments for !PREEMPT kernels
Zqiang
1
-4
/
+7
2022-08-31
rcu: Fix rcu_read_unlock_strict() strict QS reporting
Zqiang
1
-0
/
+1
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-08-04
Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+1
2022-08-02
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
15
-994
/
+1104
2022-07-22
Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-24
/
+74
[next]