index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
admin-guide
/
kernel-parameters.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-01
rcutorture: Remove cbflood facility
Paul E. McKenney
1
-18
/
+0
2018-12-01
torture: Bring any extra CPUs online during kernel startup
Paul E. McKenney
1
-0
/
+12
2018-12-01
rcutorture: Add call_rcu() flooding forward-progress tests
Paul E. McKenney
1
-2
/
+127
2018-12-01
rcutorture/formal: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-2
/
+2
2018-12-01
tools/kernel.h: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-12-01
net/decnet: Replace rcu_barrier_bh() with rcu_barrier()
Paul E. McKenney
1
-1
/
+1
2018-12-01
net/core/skmsg: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
1
-1
/
+1
2018-12-01
livepatch: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2
-4
/
+4
2018-12-01
cgroups: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-12-01
types: Remove call_rcu_bh() and call_rcu_sched()
Paul E. McKenney
1
-2
/
+2
2018-12-01
percpu-rwsem: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-12-01
net/bridge: Replace call_rcu_bh() and rcu_barrier_bh()
Paul E. McKenney
2
-8
/
+8
2018-12-01
net/core: Replace call_rcu_bh() and synchronize_rcu_bh()
Paul E. McKenney
1
-2
/
+2
2018-12-01
net/sched: Replace call_rcu_bh() and rcu_barrier_bh()
Paul E. McKenney
2
-5
/
+5
2018-11-27
srcu: Use "ssp" instead of "sp" for srcu_struct pointer
Paul E. McKenney
5
-359
/
+359
2018-11-27
srcu: Lock srcu_data structure in srcu_gp_start()
Dennis Krein
1
-0
/
+2
2018-11-27
mm: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
slab: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2
-5
/
+5
2018-11-27
percpu-refcount: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
events: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
workqueue: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
1
-4
/
+4
2018-11-27
modules: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
1
-7
/
+7
2018-11-27
sched/membarrier: synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-2
/
+2
2018-11-27
lockdep: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
kprobes: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-5
/
+5
2018-11-27
main: Replace rcu_barrier_sched() with rcu_barrier()
Paul E. McKenney
1
-3
/
+3
2018-11-27
tracing: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
7
-29
/
+29
2018-11-27
fs/file: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
ethernet/realtek: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2
-3
/
+3
2018-11-27
ethernet/sis: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
crypto/pcrypt: Replace synchronize_rcu_bh() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-12
KVM: arm/arm64: vgic: Replace spin_is_locked() with lockdep
Lance Roy
1
-6
/
+6
2018-11-12
mm: Replace spin_is_locked() with lockdep
Lance Roy
2
-4
/
+3
2018-11-12
locking/mutex: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+2
2018-11-12
userfaultfd: Replace spin_is_locked() with lockdep
Lance Roy
1
-1
/
+1
2018-11-12
smsc: Replace spin_is_locked() with lockdep
Lance Roy
1
-1
/
+1
2018-11-12
sfc: Replace spin_is_locked() with lockdep
Lance Roy
1
-1
/
+1
2018-11-12
checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()
Paul E. McKenney
1
-0
/
+6
2018-11-12
checkpatch: Create table of obsolete APIs and apply to RCU
Joe Perches
1
-0
/
+29
2018-11-12
MAINTAINERS: Add Joel Fernandes as RCU reviewer
Paul E. McKenney
1
-0
/
+1
2018-11-12
rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()
Paul E. McKenney
1
-8
/
+13
2018-11-12
rcu: Replace this_cpu_ptr() with __this_cpu_read()
Paul E. McKenney
1
-1
/
+1
2018-11-12
rcu: Speed up expedited GPs when interrupting RCU reader
Paul E. McKenney
3
-5
/
+17
2018-11-12
rcu: Trace end of grace period before end of grace period
Paul E. McKenney
1
-2
/
+2
2018-11-12
rcu: Adjust the comment of function rcu_is_watching
Zhouyi Zhou
1
-3
/
+3
2018-11-12
rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()
Paul E. McKenney
1
-3
/
+5
[next]