index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-29
refperf: Simplify initialization-time wakeup protocol
Paul E. McKenney
1
-12
/
+5
2020-06-29
refperf: Label experiment-number column "Runs"
Paul E. McKenney
1
-1
/
+1
2020-06-29
refperf: Add warmup and cooldown processing phases
Paul E. McKenney
1
-2
/
+18
2020-06-29
refperf: More closely synchronize reader start times
Paul E. McKenney
1
-0
/
+5
2020-06-29
refperf: Convert reader_task structure's "start" field to int
Paul E. McKenney
1
-5
/
+4
2020-06-29
refperf: Tune reader measurement interval
Paul E. McKenney
1
-6
/
+5
2020-06-29
refperf: Make functions static
Paul E. McKenney
1
-2
/
+2
2020-06-29
refperf: Dynamically allocate thread-summary output buffer
Paul E. McKenney
1
-1
/
+5
2020-06-29
refperf: Dynamically allocate experiment-summary output buffer
Paul E. McKenney
1
-5
/
+11
2020-06-29
refperf: Provide module parameter to specify number of experiments
Paul E. McKenney
1
-20
/
+23
2020-06-29
refperf: Convert nreaders to a module parameter
Paul E. McKenney
1
-5
/
+11
2020-06-29
refperf: Allow decimal nanoseconds
Paul E. McKenney
1
-2
/
+2
2020-06-29
refperf: Hoist function-pointer calls out of the loop
Paul E. McKenney
1
-54
/
+38
2020-06-29
refperf: Add holdoff parameter to allow CPUs to come online
Paul E. McKenney
1
-3
/
+10
2020-06-29
rcuperf: Add comments explaining the high reader overhead
Paul E. McKenney
1
-2
/
+9
2020-06-29
refperf: Add a test to measure performance of read-side synchronization
Joel Fernandes (Google)
3
-0
/
+578
2020-06-29
rcuperf: Remove useless while loops around wait_event
Joel Fernandes (Google)
1
-10
/
+4
2020-06-29
rcu-tasks: Fix code-style issues
Paul E. McKenney
1
-3
/
+3
2020-06-29
rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()
Paul E. McKenney
1
-0
/
+14
2020-06-29
rcu-tasks: Add #include of rcupdate_trace.h to update.c
Paul E. McKenney
1
-0
/
+1
2020-06-29
rcu-tasks: Make rcu_tasks_postscan() be static
Paul E. McKenney
1
-1
/
+1
2020-06-29
rcu-tasks: Convert sleeps to idle priority
Paul E. McKenney
1
-3
/
+3
2020-06-29
rcu: Support reclaim for head-less object
Uladzislau Rezki (Sony)
1
-2
/
+43
2020-06-29
rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*
Uladzislau Rezki (Sony)
2
-10
/
+10
2020-06-29
rcu/tiny: support vmalloc in tiny-RCU
Uladzislau Rezki (Sony)
1
-1
/
+2
2020-06-29
rcu/tree: Maintain separate array for vmalloc ptrs
Uladzislau Rezki (Sony)
1
-73
/
+100
2020-06-29
rcu/tree: cache specified number of objects
Uladzislau Rezki (Sony)
1
-4
/
+62
2020-06-29
rcu/tree: Use static initializer for krc.lock
Sebastian Andrzej Siewior
1
-7
/
+6
2020-06-29
rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functions
Uladzislau Rezki (Sony)
1
-8
/
+23
2020-06-29
rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro
Uladzislau Rezki (Sony)
1
-8
/
+9
2020-06-29
rcu/tree: Make debug_objects logic independent of rcu_head
Joel Fernandes (Google)
1
-16
/
+13
2020-06-29
rcu/tree: Repeat the monitor if any free channel is busy
Uladzislau Rezki (Sony)
1
-3
/
+6
2020-06-29
rcu/tree: Skip entry into the page allocator for PREEMPT_RT
Joel Fernandes (Google)
1
-0
/
+12
2020-06-29
rcu/tree: Keep kfree_rcu() awake during lock contention
Joel Fernandes (Google)
1
-15
/
+15
2020-06-29
rcu: Fix a kernel-doc warnings for "count"
Mauro Carvalho Chehab
1
-1
/
+1
2020-06-29
kernel/rcu/tree.c: Fix kernel-doc warnings
Randy Dunlap
1
-1
/
+0
2020-06-29
rcu: grpnum just records group number
Wei Yang
1
-1
/
+1
2020-06-29
rcu: grplo/grphi just records CPU number
Wei Yang
1
-2
/
+2
2020-06-29
rcu: gp_max is protected by root rcu_node's lock
Wei Yang
1
-2
/
+2
2020-06-29
rcu: Stop shrinker loop
Peter Enderborg
1
-1
/
+1
2020-06-29
rcu: Replace 1 with true
Jules Irenge
1
-1
/
+1
2020-06-29
rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr
Paul E. McKenney
1
-1
/
+4
2020-06-29
rcu: Remove initialized but unused rnp from check_slow_task()
Paul E. McKenney
1
-2
/
+0
2020-06-29
rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seq
Lihao Liang
1
-2
/
+2
2020-06-29
rcu: Expedited grace-period sleeps to idle priority
Paul E. McKenney
1
-1
/
+1
2020-06-29
rcu: No-CBs-related sleeps to idle priority
Paul E. McKenney
1
-1
/
+1
2020-06-29
rcu: Priority-boost-related sleeps to idle priority
Paul E. McKenney
1
-1
/
+1
2020-06-29
rcu: Grace-period-kthread related sleeps to idle priority
Paul E. McKenney
1
-3
/
+3
2020-06-29
rcu: Add comment documenting rcu_callback_map's purpose
Paul E. McKenney
1
-0
/
+1
2020-06-29
rcu: Add callbacks-invoked counters
Paul E. McKenney
3
-0
/
+5
[prev]
[next]