index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-24
rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCU
Lai Jiangshan
2
-5
/
+5
2020-01-24
rcu: Remove kfree_call_rcu_nobatch()
Joel Fernandes (Google)
2
-23
/
+5
2020-01-24
rcu: Remove kfree_rcu() special casing and lazy-callback handling
Joel Fernandes (Google)
9
-129
/
+75
2020-01-24
rcu: Add support for debug_objects debugging for kfree_rcu()
Joel Fernandes (Google)
1
-0
/
+8
2020-01-24
rcu: Add multiple in-flight batches of kfree_rcu() work
Joel Fernandes (Google)
1
-12
/
+39
2020-01-24
rcu: Make kfree_rcu() use a non-atomic ->monitor_todo
Joel Fernandes
1
-6
/
+10
2020-01-24
rcuperf: Add kfree_rcu() performance Tests
Joel Fernandes (Google)
1
-8
/
+173
2020-01-24
rcu: Add basic support for kfree_rcu() batching
Byungchul Park
2
-6
/
+198
2019-12-12
rcu: Mark non-global functions and variables as static
Paul E. McKenney
2
-6
/
+4
2019-12-09
rcutorture: Dynamically allocate rcu_fwds structure
Paul E. McKenney
1
-5
/
+8
2019-12-09
rcutorture: Complete threading rcu_fwd pointers through functions
Paul E. McKenney
1
-18
/
+21
2019-12-09
rcutorture: Move to dynamic initialization of rcu_fwds
Paul E. McKenney
1
-5
/
+3
2019-12-09
rcutorture: Thread rcu_fwd pointer through forward-progress functions
Paul E. McKenney
1
-37
/
+41
2019-12-09
rcutorture: Pull callback forward-progress data into rcu_fwd struct
Paul E. McKenney
1
-45
/
+58
2019-12-09
rcu: Use CONFIG_PREEMPTION where appropriate
Sebastian Andrzej Siewior
6
-9
/
+9
2019-12-09
rcu: Make PREEMPT_RCU be a modifier to TREE_RCU
Lai Jiangshan
4
-9
/
+9
2019-12-09
rcu: Use lockdep rather than comment to enforce lock held
Paul E. McKenney
1
-2
/
+2
2019-12-09
rcu: Avoid data-race in rcu_gp_fqs_check_wake()
Eric Dumazet
1
-5
/
+6
2019-12-09
rcu/nocb: Fix dump_tree hierarchy print always active
Stefan Reiter
1
-5
/
+17
2019-12-09
rcu: Enable tick for nohz_full CPUs slow to provide expedited QS
Paul E. McKenney
2
-7
/
+46
2019-12-09
rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu"
Paul E. McKenney
1
-2
/
+2
2019-12-09
rcu: Update tree_exp.h function-header comments
Paul E. McKenney
1
-12
/
+13
2019-12-09
rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done()
Paul E. McKenney
2
-12
/
+11
2019-12-09
rcu: Allow only one expedited GP to run concurrently with wakeups
Neeraj Upadhyay
1
-6
/
+5
2019-12-09
rcu: Fix missed wakeup of exp_wq waiters
Neeraj Upadhyay
1
-1
/
+1
2019-12-09
rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus()
Paul E. McKenney
1
-2
/
+2
2019-12-09
rcu: Fix data-race due to atomic_t copy-by-value
Marco Elver
1
-5
/
+6
2019-12-09
rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus()
Boqun Feng
1
-7
/
+6
2019-12-09
rcu: Use *_ONCE() to protect lockless ->expmask accesses
Paul E. McKenney
1
-10
/
+9
2019-10-30
Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'replace.2019.10.30a', 'torture.2019.10.05a' and 'lkmm.2019.10.05a' into HEAD
Paul E. McKenney
7
-52
/
+94
2019-10-30
rcu: Suppress levelspread uninitialized messages
Paul E. McKenney
1
-0
/
+2
2019-10-30
rcu: Fix uninitialized variable in nocb_gp_wait()
Dan Carpenter
1
-1
/
+1
2019-10-30
rcu: Ensure that ->rcu_urgent_qs is set before resched IPI
Joel Fernandes (Google)
1
-0
/
+1
2019-10-30
rcu: Several rcu_segcblist functions can be static
kbuild test robot
1
-3
/
+3
2019-10-28
rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processing
Paul E. McKenney
1
-5
/
+5
2019-10-28
rcu: Confine ->core_needs_qs accesses to the corresponding CPU
Paul E. McKenney
1
-4
/
+4
2019-10-28
rcu: Reset CPU hints when reporting a quiescent state
Joel Fernandes (Google)
1
-7
/
+10
2019-10-28
rcu: Force nohz_full tick on upon irq enter instead of exit
Paul E. McKenney
1
-6
/
+5
2019-10-28
rcu: Force tick on for nohz_full CPUs not reaching quiescent states
Paul E. McKenney
2
-7
/
+32
2019-10-05
rcutorture: Make in-kernel-loop testing more brutal
Paul E. McKenney
1
-1
/
+1
2019-10-05
rcutorture: Separate warnings for each failure type
Paul E. McKenney
1
-6
/
+9
2019-10-05
rcu: Remove unused variable rcu_perf_writer_state
Ethan Hansen
1
-16
/
+0
2019-10-05
rcu: Remove unused function rcutorture_record_progress()
Ethan Hansen
1
-2
/
+0
2019-10-05
rcutorture: Emulate dyntick aspect of userspace nohz_full sojourn
Paul E. McKenney
2
-0
/
+12
2019-10-05
rcu: Make CPU-hotplug removal operations enable tick
Paul E. McKenney
1
-0
/
+9
2019-10-05
stop_machine: Provide RCU quiescent state in multi_cpu_stop()
Paul E. McKenney
1
-1
/
+1
2019-10-05
rcutorture: Force on tick for readers and callback flooders
Paul E. McKenney
1
-6
/
+10
2019-10-05
rcu: Force on tick when invoking lots of callbacks
Paul E. McKenney
1
-0
/
+2
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-13
/
+13
2019-09-16
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
3
-10
/
+10
[prev]
[next]