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
2021-02-21
Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-11
/
+75
2021-02-17
entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
2
-10
/
+35
2021-02-17
entry: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
1
-5
/
+7
2021-02-17
rcu/nocb: Trigger self-IPI on late deferred wake up before user resume
Frederic Weisbecker
3
-11
/
+37
2021-02-17
rcu/nocb: Perform deferred wake up before last idle's need_resched() check
Frederic Weisbecker
2
-3
/
+5
2021-02-17
rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers
Frederic Weisbecker
1
-1
/
+10
2021-01-22
Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...
Paul E. McKenney
15
-237
/
+1339
2021-01-22
rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback
Paul E. McKenney
1
-2
/
+5
2021-01-06
torture: Maintain torture-specific set of CPUs-online books
Paul E. McKenney
1
-2
/
+2
2021-01-06
rcutorture: Make object_debug also double call_rcu() heap object
Paul E. McKenney
1
-0
/
+5
2021-01-06
torture: Make refscale throttle high-rate printk()s
Paul E. McKenney
1
-1
/
+3
2021-01-06
rcutorture: Use hrtimers for reader and writer delays
Paul E. McKenney
1
-4
/
+3
2021-01-06
rcutorture: Use torture_hrtimeout_jiffies() to avoid busy-waits
Paul E. McKenney
1
-19
/
+7
2021-01-06
rcutorture: Make rcu_torture_fakewriter() use blocking wait primitives
Paul E. McKenney
1
-8
/
+32
2021-01-06
rcutorture: Make synctype[] and nsynctype be static global
Paul E. McKenney
1
-26
/
+36
2021-01-06
rcutorture: Require entire stutter period be post-boot
Paul E. McKenney
1
-1
/
+3
2021-01-06
refscale: Allow summarization of verbose output
Paul E. McKenney
1
-5
/
+16
2021-01-06
rcu: Check and report missed fqs timer wakeup on RCU stall
Neeraj Upadhyay
2
-10
/
+47
2021-01-06
rcu: Do any deferred nocb wakeups at CPU offline time
Paul E. McKenney
1
-0
/
+3
2021-01-06
rcu/nocb: Code-style nits in callback-offloading toggling
Paul E. McKenney
3
-37
/
+29
2021-01-06
rcu/nocb: Add nocb CB kthread list to show_rcu_nocb_state() output
Paul E. McKenney
1
-0
/
+1
2021-01-06
rcu/nocb: Add grace period and task state to show_rcu_nocb_state() output
Paul E. McKenney
2
-7
/
+43
2021-01-06
rcutorture: Test runtime toggling of CPUs' callback offloading
Paul E. McKenney
1
-3
/
+87
2021-01-06
rcu/nocb: Locally accelerate callbacks as long as offloading isn't complete
Frederic Weisbecker
1
-4
/
+3
2021-01-06
rcu/nocb: Process batch locally as long as offloading isn't complete
Frederic Weisbecker
2
-1
/
+14
2021-01-06
rcu/nocb: Only cond_resched() from actual offloaded batch processing
Frederic Weisbecker
1
-2
/
+1
2021-01-06
rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloading
Frederic Weisbecker
1
-1
/
+8
2021-01-06
rcu/nocb: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLY
Frederic Weisbecker
1
-1
/
+10
2021-01-06
rcu/nocb: Shutdown nocb timer on de-offloading
Frederic Weisbecker
2
-1
/
+12
2021-01-06
rcu/nocb: Re-offload support
Frederic Weisbecker
1
-22
/
+136
2021-01-06
rcu/nocb: De-offloading GP kthread
Frederic Weisbecker
1
-3
/
+51
2021-01-06
rcu/nocb: Don't deoffload an offline CPU with pending work
Frederic Weisbecker
1
-0
/
+9
2021-01-06
rcu/nocb: De-offloading CB kthread
Frederic Weisbecker
4
-22
/
+121
2021-01-06
rcu/nocb: Always init segcblist on CPU up
Frederic Weisbecker
1
-3
/
+9
2021-01-06
rcu/nocb: Provide basic callback offloading state machine bits
Frederic Weisbecker
3
-2
/
+14
2021-01-06
rcu/nocb: Turn enabled/offload states into a common flag
Frederic Weisbecker
2
-5
/
+24
2021-01-06
rcu/segcblist: Add debug checks for segment lengths
Joel Fernandes (Google)
3
-2
/
+21
2021-01-06
rcu/trace: Add tracing for how segcb list changes
Joel Fernandes (Google)
1
-0
/
+9
2021-01-06
rcu/tree: segcblist: Remove redundant smp_mb()s
Joel Fernandes (Google)
2
-2
/
+0
2021-01-06
rcu/segcblist: Add counters to segcblist datastructure
Joel Fernandes (Google)
3
-46
/
+81
2021-01-06
rcu/segcblist: Add additional comments to explain smp_mb()
Joel Fernandes (Google)
1
-4
/
+64
2021-01-04
rcu: Make TASKS_TRACE_RCU select IRQ_WORK
Paul E. McKenney
1
-0
/
+1
2021-01-04
rcu-tasks: Add RCU-tasks self tests
Uladzislau Rezki (Sony)
1
-0
/
+79
2021-01-04
rcu: Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macros
Paul E. McKenney
1
-3
/
+13
2021-01-04
rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and callees
Paul E. McKenney
3
-0
/
+13
2021-01-04
rcu: Do not NMI offline CPUs
Paul E. McKenney
1
-5
/
+12
2021-01-04
rcu: For RCU grace-period kthread starvation, dump last CPU it ran on
Paul E. McKenney
1
-1
/
+8
2021-01-04
rcu: Mark obtuse portion of stall warning as internal debug
Paul E. McKenney
1
-1
/
+1
2021-01-04
rcutorture: Add testing for RCU's global memory ordering
Paul E. McKenney
1
-6
/
+92
2021-01-04
rcutorture: Add reader-side tests of polling grace-period API
Paul E. McKenney
1
-0
/
+10
[next]